Releases: fastly/go-fastly
Releases · fastly/go-fastly
v8.0.0 - 2023-04-12
v8.0.0 (2023-04-12)
Full Changelog
Breaking:
- breaking(secret-store): rename
ValidateSignature
to VerifySignature
#397
- breaking(object-store): rename
ObjectStore
to KVStore
#422
v7.5.4 - 2023-03-31
v7.5.4 (2023-03-31)
Full Changelog
Bug fixes:
- fix(ratelimiter): use separate structs for input/response serialization #418
v7.5.1 - 2023-03-28
v7.5.1 (2023-03-28)
Full Changelog
Bug fixes:
- fix(lint): avoid range variable being captured by func literal #411
- fix(ratelimit): add missing LoggerType input for CREATE/UPDATE #412
v7.5.0 - 2023-03-15
v7.5.0 (2023-03-15)
Full Changelog
Enhancements:
- feat: Add Config Store support #398
Bug fixes:
- fix(tls-subscription): serialise warnings field #409
v7.4.0 - 2023-03-07
v7.4.0 (2023-03-07)
Full Changelog
Enhancements:
- fix(lint): semgrep #406
- Expose
KeepAliveTime
field from Backend API #405
Dependencies:
- Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 #404