Releases: linode/linodego
Releases · linode/linodego
v1.35.0
What's Changed
🚀 New Features
- Add support for Parent/Child account switching by @lgarber-akamai and @jriddle-linode in #455 and #513
📖 Documentation
- Format code example in README by @zliang-akamai in #510
Full Changelog: v1.34.0...v1.35.0
v1.34.0
What's Changed
⚠️ Breaking Change
- [BREAKING] Add support for LKE Control Plane ACL by @lgarber-akamai in #495
🐛 Bug Fixes
- Prevent unexpected warning from Resty when calling
Client.SetDebug(false)
by @lgarber-akamai in #508
💡 Improvements
- Mask the value of the Authorization header if debug is enabled by @rosskirkpat in #501
- Expose region capabilities enum by @yec-akamai in #507
⚙️ Repo/CI Improvements
- replace test execution handler with conditional by @ykim-1 in #502
📦 Dependency Updates
- bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot in #500
- bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 by @dependabot in #505
- bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #506
New Contributors
- @rosskirkpat made their first contribution in #501
Full Changelog: v1.33.1...v1.34.0
v1.33.1
What's Changed
⚙️ Repo/CI Improvements
- CI Cleanup by @zliang-akamai in #493
📦 Dependency Updates
- Dependencies update for k8s and test sub-packages by @zliang-akamai in #494
- build(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #499
- build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 by @dependabot in #498
- build(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by @dependabot in #497
Full Changelog: v1.33.0...v1.33.1
v1.33.0
What's Changed
⚠️ Breaking Change
- Add a list VPC IPs function for a specific VPC by @zliang-akamai in #488
🚀 New Features
- Support
available
for AccountAvailability by @yec-akamai in #491
📦 Dependency Updates
- build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in #487
- build(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot in #486, #485
Full Changelog: v1.32.0...v1.33.0
v1.32.0
What's Changed
🚀 New Features
- Add
SiteType
attribute toRegion
by @yec-akamai in #482 - Add
Client.UseURL(...)
method by @lgarber-akamai in #484
Full Changelog: v1.31.0...v1.32.0
v1.31.0
What's Changed
🚀 New Features
- Add VPC to
InstanceIPv4Response
by @zliang-akamai in #465 - Implement ListVPCIPAddresses by @zliang-akamai in #468
- Add helper functions for working with errors by @nesv in #461
💡 Improvements
- Bring EntityType and EntityAction enums to parity with API documentation by @lgarber-akamai in #472
- Add Updated and EOL Fields to Image by @zliang-akamai in #477
🧪 Testing Improvements
- Add cross repo testing for Release by @ykim-1 in #470
- Separate unit tests from integration suite for cleaner practice by @ykim-1 in #473
⚙️ Repo/CI Improvements
- Update Labels and Release workflows by @jriddle-linode in #471
- Add missing labels by @jriddle-linode in #479
📦 Dependency Updates
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /k8s by @dependabot in #475
- build(deps): bump github.com/go-resty/resty/v2 from 2.11.0 to 2.12.0 by @dependabot in #478
- Bump Multiple Dependecies by @dependabot in #474
New Contributors
Full Changelog: v1.30.0...v1.31.0
v1.30.0
⚠️ Breaking Changes
- [BREAKING] Support ID field for nodes in NodeBalancerConfigRebuildOptions @lgarber-akamai (#469)
- [BREAKING] Treat ip_ranges as a pointer in config interface update options @lgarber-akamai (#464)
💡 Improvements
- Remove
ReadOnly
from disk structs @zliang-akamai (#459) - Add API request & pagination helpers using generics @lgarber-akamai (#456)
✔️ Testing/Workflow Improvements
- Separate lint from test workflow @ykim-1 (#463)
🐛 Bug Fixes
- Exclude request body in POST and PUT helpers when options are unspecified @lgarber-akamai (#458)
📦️ Dependency Updates
- build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 @dependabot (#467)
v1.29.0
📦️ Dependency Updates
- build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 by @dependabot in #453
🐛 Bug Fixes
- Deprecate
Group
Field of Instance Options; RetypeGroup
inInstanceUpdateOptions
to be String Pointer by @zliang-akamai in #457- NOTE: This is a breaking change and might require changes in downstream packages.
- Fix deprecated comment, fix errors by
revive
linter, disableperfsprint
linter by @zliang-akamai in #454
Full Changelog: v1.28.0...v1.29.0
v1.28.0
💡 Improvements
-
Make
IPv4
andIPv4.NAT1To1
fields ofInstanceConfigInterface
pointers (nullable) by @zliang-akamai in #451- NOTE: This is a breaking change and may require changes in downstream packages.
Full Changelog: v1.27.1...v1.28.0
v1.27.1
📦️ Dependency Updates
- Bump github.com/go-resty/resty/v2 from 2.9.1 to 2.11.0 by @dependabot in #447
- Bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #449
Full Changelog: v1.27.0...v1.27.1