Releases: linode/linodego
Releases · linode/linodego
v1.21.0
Changes
- Add missing events @jriddle-linode (#365)
- Add
account_betas
to support customer enrolled beta programs @yec-akamai (#360) - Add
betas
to support self serve beta program @yec-akamai (#356) - Make environmental variable
LINODE_URL
configurable @zliang-akamai (#359)
Tests
- Fix list volume test @zliang-akamai (#361)
- Change go version to be
stable
in test CI @zliang-akamai (#357)
Dependencies
- Bump golang.org/x/net from 0.13.0 to 0.14.0 @dependabot (#354)
v1.20.1
Changes
- Adding
Built
field toLinodeKernel
struct @amisiorek-akamai (#355)
v1.20.0
Changes
- Add support for polling on events with a secondary entity ID @lgarber-akamai (#349)
- Add
Type
field toInstanceRebuildOptions
sturct @amisiorek-akamai (#351) - Add
Successor
field toInstanceType
struct @amisiorek-akamai (#348) - Add GPU related fields to
InstanceType
andInstance
structs @amisiorek-akamai (#347)
Tests
- Fix broken metadata tests @lgarber-akamai (#353)
Dependencies
- Bump golang.org/x/net from 0.12.0 to 0.13.0 @dependabot (#352)
v1.19.0
New Features
- Add support for metadata-related API fields @lgarber-akamai (#330)
CI Improvements
- Add smoke test suite and GitHub Actions workflow @ykim-1 (#342)
Dependencies
- Bump golang.org/x/net from 0.11.0 to 0.12.0 @dependabot (#345)
v1.18.0
Changes
- Use
url.PathEncode
for dynamic URL strings @lgarber-akamai (#344) - Resolve caching issue that caused conflicts between cached responses without arguments @jcallahan-akamai (#340)
- (BREAKING) Resolve issue that would cause inaccurate poll intervals in polling functions @lgarber-akamai (#343)
v1.17.2
Changes
- (BREAKING) Change
verified_phone_number
field (introduced in v1.17.1) type inaccount_users
to be a string pointer @yec-akamai (#339) - Bump golang.org/x/net from 0.10.0 to 0.11.0 @dependabot (#335)
v1.17.1
Changes
- fix: password_created type in account_users @yec-akamai (#338)
- new: Expose client-level
SetHeader(...)
function @lgarber-akamai (#337) - TPT 2123: Add missing fields to account_users @yec-akamai (#336)
- Update GitHub Actions; Fix Root Password Shortness in Tests; Fixture Update Script @zliang-akamai (#334)
- feat: support query params in list options @wbh1 (#328)
v1.17.0
Changes
- Add
ActionImageUpload
enum @lgarber-akamai (#331) - Dropped
LongviewSubscription
fromAccountSettingsUpdateOptions
@ezilber-akamai (#329)
v1.16.2
Changes
- ref: Remove references to MongoDB @lgarber-akamai (#326)
- Fix lint @zliang-akamai (#320)
- new: Add WaitForResourceFree function @lgarber-akamai (#318)
- Bump golang.org/x/net from 0.8.0 to 0.9.0 @dependabot (#317)
v1.16.1
Changes
- ref: Use error wrapping for returned errors @lgarber-akamai (#319)
- Escape labels in urls @yec-akamai (#315)