Skip to content

Commit cd0a2e1

Browse files
author
github-actions
committed
Generated v1.0.0-beta.45
1 parent 4988553 commit cd0a2e1

File tree

1,517 files changed

+46588
-37950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,517 files changed

+46588
-37950
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [v1.0.0-beta.45](https://github.com/fastly/fastly-go/releases/tag/release/v1.0.0-beta.45) (2025-10-31)
4+
5+
**Bug fixes:**
6+
7+
- fix(dictionary): Correct example dictionary name to use valid characters
8+
9+
**Enhancements:**
10+
11+
- feat(iam_roles): Add new IAM Roles API.
12+
- feat(api_discovery): Add new API Discovery API.
13+
- feat(realtime, historical): Add new metric `api_discovery_requests_count`.
14+
- feat(user): Add the ability to assign multiple roles to users.
15+
- feat(healthcheck): Clarify the valid range for the `check_interval` parameter.
16+
- feat(ddos_protection): Add `traffic_percentage` field to DDoS Protection traffic statistics responses.
17+
- feat(ddos_protection): Update `ddos-protection-event-rule-list` with `include=traffic_stats` parameter for embedded traffic statistics.
18+
- feat(logging_https): Add `period` parameter to the logging HTTPS endpoint.
19+
20+
**Documentation:**
21+
22+
- doc(sudo): Spelling fixes.
23+
- doc(enabled-products): Add support for product ID `api_discovery`.
24+
25+
326
## [v1.0.0-beta.44](https://github.com/fastly/fastly-go/releases/tag/release/v1.0.0-beta.44) (2025-08-28)
427

528
**Breaking Changes:**

README.md

Lines changed: 0 additions & 731 deletions
Large diffs are not rendered by default.

docs/AccessKey.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,5 @@ HasBuckets returns a boolean if a field has been set.
9494

9595

9696
[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md)
97+
98+

docs/AccessKeyResponse.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,5 @@ HasCreatedAt returns a boolean if a field has been set.
192192
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
193193

194194
[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md)
195+
196+

docs/Acl.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ACL
1+
# Acl
22

33
## Properties
44

@@ -8,47 +8,49 @@ Name | Type | Description | Notes
88

99
## Methods
1010

11-
### NewACL
11+
### NewAcl
1212

13-
`func NewACL() *ACL`
13+
`func NewAcl() *Acl`
1414

15-
NewACL instantiates a new ACL object
15+
NewAcl instantiates a new Acl object
1616
This constructor will assign default values to properties that have it defined,
1717
and makes sure properties required by API are set, but the set of arguments
1818
will change when the set of required properties is changed
1919

20-
### NewACLWithDefaults
20+
### NewAclWithDefaults
2121

22-
`func NewACLWithDefaults() *ACL`
22+
`func NewAclWithDefaults() *Acl`
2323

24-
NewACLWithDefaults instantiates a new ACL object
24+
NewAclWithDefaults instantiates a new Acl object
2525
This constructor will only assign default values to properties that have it defined,
2626
but it doesn't guarantee that properties required by API are set
2727

2828
### GetName
2929

30-
`func (o *ACL) GetName() string`
30+
`func (o *Acl) GetName() string`
3131

3232
GetName returns the Name field if non-nil, zero value otherwise.
3333

3434
### GetNameOk
3535

36-
`func (o *ACL) GetNameOk() (*string, bool)`
36+
`func (o *Acl) GetNameOk() (*string, bool)`
3737

3838
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
3939
and a boolean to check if the value has been set.
4040

4141
### SetName
4242

43-
`func (o *ACL) SetName(v string)`
43+
`func (o *Acl) SetName(v string)`
4444

4545
SetName sets Name field to given value.
4646

4747
### HasName
4848

49-
`func (o *ACL) HasName() bool`
49+
`func (o *Acl) HasName() bool`
5050

5151
HasName returns a boolean if a field has been set.
5252

5353

5454
[Back to API list](../README.md#documentation-for-api-endpoints) | [Back to README](../README.md)
55+
56+

0 commit comments

Comments
 (0)