File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 22
33## [ UNRELEASED]
44
5- [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.4 .0... )
5+ [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.5 .0... )
66
77### Breaking:
88
99### Enhancements:
10- - feat(kv-store): add optional Name parameter to ListKVStoresInput ([ #1417 ] ( https://github.com/fastly/go-fastly/pull/1417 ) )
11-
12- - feat(ngwaf): add support for rules ([ #691 ] ( https://github.com/fastly/go-fastly/pull/691 ) )
13- - feat(ngwaf): add missing fields to workspaces ([ #701 ] ( https://github.com/fastly/go-fastly/pull/701 ) )
14- - feat(ngwaf): add support for lists ([ #700 ] ( https://github.com/fastly/go-fastly/pull/700 ) )
1510
1611### Bug fixes:
1712
1813### Dependencies:
1914
15+ ## [ v10.5.0] ( https://github.com/fastly/go-fastly/releases/tag/v10.5.0 ) (2025-06-24)
16+
17+ [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.4.0...v10.5.0 )
18+
19+ ### Enhancements:
20+
21+ - feat(kv-store): add optional Name parameter to ListKVStoresInput ([ #699 ] ( https://github.com/fastly/go-fastly/pull/699 ) )
22+ - feat(ngwaf): add support for rules ([ #691 ] ( https://github.com/fastly/go-fastly/pull/691 ) )
23+ - feat(ngwaf): add missing fields to workspaces ([ #701 ] ( https://github.com/fastly/go-fastly/pull/701 ) )
24+ - feat(ngwaf): add support for lists ([ #700 ] ( https://github.com/fastly/go-fastly/pull/700 ) )
25+
2026## [ v10.4.0] ( https://github.com/fastly/go-fastly/releases/tag/v10.4.0 ) (2025-06-20)
2127
2228[ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v10.3.0...v10.4.0 )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
6262var ProjectURL = "github.com/fastly/go-fastly"
6363
6464// ProjectVersion is the version of this library.
65- var ProjectVersion = "10.4 .0"
65+ var ProjectVersion = "10.5 .0"
6666
6767// UserAgent is the user agent for this particular client.
6868var UserAgent = fmt .Sprintf ("FastlyGo/%s (+%s; %s)" ,
You can’t perform that action at this time.
0 commit comments