Releases: aws/aws-secretsmanager-caching-go
Releases · aws/aws-secretsmanager-caching-go
v2.1.0
What's Changed
- Fix link by @simonmarty in #92
- Update README.md by @simonmarty in #98
- Group minor dependency updates by @simonmarty in #105
- Update to Go 1.22 by @simonmarty in #111
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- release version update in user agent by @wlewis4321 in #91
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- Upgrading AWS Go SDK to v2 by @wlewis4321 in #80
- Updating go.mod to include /v2 by @wlewis4321 in #85
Full Changelog: v1.2.0...v2.0.0
v1.2.0
What's Changed
- Adding refreshNow functionality to the cache by @wlewis4321 in #77
- Bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #78
New Contributors
- @wlewis4321 made their first contribution in #77
- @dependabot made their first contribution in #78
Full Changelog: v1.1.3...v1.2.0
v1.1.3
v1.1.2
What's Changed
- Upgrade deps, clean up compiler warnings, clean up generated overview on pkg.go.dev by @simonmarty in #55
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Added buildspec for pull request auto builds by @parimaldeshmukh in #4
- Add CI by @simonmarty in #10
- fix(cache.go): correct typo from cache.go file comment as it should read "string" and not "sting" by @machi1990 in #29
- Add ...WithContext() versions of GetSecret calls by @ojrac in #7
New Contributors
- @simonmarty made their first contribution in #10
- @machi1990 made their first contribution in #29
- @ojrac made their first contribution in #7
Full Changelog: v1.1.0...v1.1.1
v1.1.0: Initial public release
Added module support and extended README