File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v9.8.0] ( https://github.com/fastly/go-fastly/releases/tag/v9.8.0 ) (2024-08-07)
4
+
5
+ [ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v9.7.0...v9.8.0 )
6
+
7
+ ** Enhancements:**
8
+
9
+ - Add TCP Keep-Alive parameters to backend structs [ #537 ] ( https://github.com/fastly/go-fastly/pull/537 )
10
+
3
11
## [ v9.7.0] ( https://github.com/fastly/go-fastly/releases/tag/v9.7.0 ) (2024-06-21)
4
12
5
13
[ Full Changelog] ( https://github.com/fastly/go-fastly/compare/v9.6.0...v9.7.0 )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const UserAgentEnvVar = "FASTLY_USER_AGENT"
62
62
var ProjectURL = "github.com/fastly/go-fastly"
63
63
64
64
// ProjectVersion is the version of this library.
65
- var ProjectVersion = "9.7 .0"
65
+ var ProjectVersion = "9.8 .0"
66
66
67
67
// UserAgent is the user agent for this particular client.
68
68
var UserAgent = fmt .Sprintf ("FastlyGo/%s (+%s; %s)" ,
You can’t perform that action at this time.
0 commit comments