Releases: linode/linode_api4-python
Releases · linode/linode_api4-python
v5.19.0
What's Changed
⚠️ Breaking Change
- PG affinity_type, is_strict -> placement_group_type, placement_group_policy by @lgarber-akamai in #437
🧪 Testing Improvements
- Add submodule checkout in cross release test workflow by @ykim-1 in #438
- Temporarily disable LDE integration tests by @lgarber-akamai in #444
⚙️ Repo/CI Improvements
- Add project label by @zliang-akamai in #440
📖 Documentation
- Update api doc urls to point to techdocs by @jriddle-linode in #439
Full Changelog: v5.18.0...v5.19.0
v5.18.0
What's Changed
🚀 New Features
- project: MultiCluster Object Storage by @zliang-akamai in #416
🧪 Testing Improvements
- Add error handling in e2e_cloud_firewall fixture by @ykim-1 in #431
- Add missing integration tests to improve coverage for identified gaps by @ykim-1 in #429
- Add option to run integration tests against minimal test account without any special customer tags by @ykim-1 in #430
- Linodes and OBJ Integration Tests Improvements by @zliang-akamai in #434
Other Changes
- Added note in documentation that Parent/Child support may not yet be generally available by @ezilber-akamai in #427
New Contributors
- @ezilber-akamai made their first contribution in #427
Full Changelog: v5.17.0...v5.18.0
v5.17.0
What's Changed
⚠️ Breaking Change
- Turn on
remove-all-unused-imports
in for autoflake by @zliang-akamai in #414. Some indirect imports may no longer be possible due to this change.
🚀 New Features
- Project VM Placement by @lgarber-akamai in #424
💡 Improvements
- Cleanup duplicated
ObjectStorageGroup
by @zliang-akamai in #417 - Cleanup docs, add type annotations, improved class ref by @zliang-akamai in #419
- Make
ObjectStorageACL
aStrEnum
by @zliang-akamai in #420 - Using
api_endpoint
as the URL Path for Methods inObjectStorageBucket
by @zliang-akamai in #421
🧪 Testing Improvements
- Add Linode Cloud Firewall for integration tests by @ykim-1 in #408
- Add Calico Inbound and Outbound policies to LKE nodes for E2E by @ykim-1 in #418
- Add executable permission to calico script by @ykim-1 in #423
📖 Documentation
- Add note about limited LKE ACL availability by @lgarber-akamai in #415
- Add Placement Groups LA disclaimer by @lgarber-akamai in #422
Full Changelog: v5.16.0...v5.17.0
v5.16.0
What's Changed
🚀 New Features
- Add support for LKE Control Plane ACLs by @lgarber-akamai in #406
- Add support for Parent/Child account switching by @zliang-akamai and @jriddle-linode in #373 and #411
🧪 Testing Improvements
- Refactor integration test directory structure and improve test command usage by @ykim-1 in #397
- Add new tests for Oauth and Login Client by @ykim-1 in #403
- Fix failure in oauth test due to missing fixture initialization by @ykim-1 in #407
- Address flaky tests in linode_client and lke by @ykim-1 in #412
⚙️ Repo/CI Improvements
- Update pyenv to use environment name by @jriddle-linode in #404
- Replace test execution handler with conditional by @ykim-1 in #405
Full Changelog: v5.15.1...v5.16.0
Release v5.15.1
What's Changed
🚀 New Features
- new: Serialize JSONObject in MappedObject #399 by @zliang-akamai in #389
⚠️ Bug fix
- fix: Always load object values when converting MappedObjects to dict by @lgarber-akamai in #400
⚙️ Repo/CI Improvements
- CI: Fix cross testing workflow by @@ykim-1 #401
Full Changelog: v5.15.0...v5.15.1
v5.15.0
What's Changed
⚠️ Breaking Change
- Serialize
Base
objects inMappedObject
by @zliang-akamai in #389
🚀 New Features
- List ips under a specific VPC by @yec-akamai in #391
- Annotate set/unordered fields as unordered by @lgarber-akamai in #390
- Add
available
field to AccountAvailability class by @lgarber-akamai in #395
🧪 Testing Improvements
- Remove unnecessary warnings when running integration tests by @ykim-1 in #392
- Address intermittent test failures by @ykim-1 in #394
⚙️ Repo/CI Improvements
- CI improvement: add integration workflow for main and dev by @ykim-1 in #393
Full Changelog: v5.14.0...v5.15.0
v5.14.0
What's Changed
💡 Improvements
- Add
vpc
field toInstance(...).ips
property method result by @lgarber-akamai in #379 - Add support for the
/vpcs/ips
endpoint by @lgarber-akamai in #385 - Add handling for failed events in EventPoller(...).wait_for_next_event_finished(...) by @lgarber-akamai in #384
- Add site_type to
Region
by @yec-akamai in #386
⚙️ Repo/CI Improvements
- Adding cross repo pre-release validation workflow by @ykim-1 in #378
- Update labels and release drafter by @jriddle-linode in #387
📖 Documentation
- Add .readthedocs.yaml config file by @lgarber-akamai in #381
- Add missing models and groups to documentation by @lgarber-akamai in #383
- Improve
.readthedocs.yaml
config file by @zliang-akamai in #382
Full Changelog: v5.13.1...v5.14.0
v5.13.1
💡 Bug Fixes
- Check None for interfaces parameter of
instance_create
@zliang-akamai (#375)
v5.13.0
💡 Improvements
- Appying PEP 621: storing metadata in
pyproject.toml
by @zliang-akamai in #315 - new: Allow defining interfaces on Instance creation by @yec-akamai in #372
- fix: Make NodeBalancer.tags mutable by @lgarber-akamai in #371
Full Changelog: v5.12.1...v5.13.0
v5.12.1
💡 Improvements
- Add examples for getting the password and IPv4 @WingsLikeEagles (#328)
- Correct
LinodeLoginClient.finish_oauth(...)
method docstring @lgarber-akamai (#369)