Releases: linode/go-metadata
Releases · linode/go-metadata
v0.2.1
What's Changed
🚀 New Features
- Add support for gzipped metadata by @eljohnson92 in #65
📦 Dependency Updates
-
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #38
-
build(deps): bump github.com/go-resty/resty/v2 from 2.9.1 to 2.15.3 by @dependabot in #42, #51, #62, #67, #68
-
build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in the go_modules group by @dependabot in #46
Full Changelog: v0.2.0...v0.2.1
v0.2.0
🚀 New Features
-
Use map for
Client.GetSSHKeys(...)
response @lgarber-akamai (#28)- NOTE: This is a BREAKING change and downstream consumers may need to be updated accordingly.
☑️ Testing Improvements
- Add unit test suite @ykim-1 (#31)
📖 Documentation Changes
- Fix typo in README @lgarber-akamai (#25)
v0.1.0
Initial release of Linode Metadata Service Client for Go