File tree 7 files changed +14
-6
lines changed
7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for https://metacpan.org/dist/WebService-Fastly
2
2
3
+ 6.09 2024-08-21
4
+
5
+ [Bug fixes]
6
+ - bugfix(py): Add dependencies to pyproject.toml.
7
+ - fix(billing): make rate-per-unit nullable
8
+
3
9
6.08 2024-08-08
4
10
5
11
[Bug fixes]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WebService::Fastly - an interface to most facets of the Fastly API (https://www.
4
4
5
5
# VERSION
6
6
7
- 6.08
7
+ 6.09
8
8
9
9
10
10
# SYNOPSIS
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package WebService::Fastly;
2
2
3
3
use strict;
4
4
use 5.008_005;
5
- our $VERSION = ' 6.08 ' ;
5
+ our $VERSION = ' 6.09 ' ;
6
6
7
7
1;
8
8
__END__
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use utf8;
24
24
use Log::Any qw( $log) ;
25
25
use Carp;
26
26
27
- use constant VERSION => ' 6.08 ' ;
27
+ use constant VERSION => ' 6.09 ' ;
28
28
29
29
=head1 Name
30
30
@@ -44,7 +44,7 @@ default: 180
44
44
45
45
String. custom UserAgent header
46
46
47
- default: fastly-perl/6.08
47
+ default: fastly-perl/6.09
48
48
49
49
=item api_key: (optional)
50
50
@@ -93,7 +93,7 @@ sub new {
93
93
94
94
# class/static variables
95
95
$p {http_timeout } //= 180;
96
- $p {http_user_agent } //= ' fastly-perl/6.08 ' ;
96
+ $p {http_user_agent } //= ' fastly-perl/6.09 ' ;
97
97
98
98
# authentication setting
99
99
$p {api_key } //= {};
Original file line number Diff line number Diff line change @@ -355,6 +355,7 @@ __PACKAGE__->openapi_nullable( {
355
355
' deleted_at' => ' true' ,
356
356
' updated_at' => ' true' ,
357
357
' credit_coupon_code' => ' true' ,
358
+ ' rate_per_unit' => ' true' ,
358
359
' rate_schedule_no' => ' true' ,
359
360
' rate_schedule_tier_no' => ' true' ,
360
361
' usage_type_cd' => ' true' ,
Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ __PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
323
323
324
324
__PACKAGE__ -> openapi_nullable( {
325
325
' credit_coupon_code' => ' true' ,
326
+ ' rate_per_unit' => ' true' ,
326
327
' rate_schedule_no' => ' true' ,
327
328
' rate_schedule_tier_no' => ' true' ,
328
329
' usage_type_cd' => ' true' ,
Original file line number Diff line number Diff line change 1
- {"G" : " 01161630 " , "D" : " 80b361d0 " }
1
+ {"G" : " 6c487eff " , "D" : " 8fce7d1c " }
You can’t perform that action at this time.
0 commit comments