Releases: linode/linode_api4-python
Releases · linode/linode_api4-python
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)
v5.12.0
🚀 Features
- Add support for listing
nodebalancer
firewalls
by @jriddle-linode in #356 - Add support for Unified Migrations by @amisiorek-akamai @zliang-akamai in #364
💡 Improvements
- Resolve issue that prevented LKENodePools from being loaded with LinodeClient.load(...) by @lgarber-akamai in #359
- Resolve issue loading Type using
LinodeClient.load(...)
by @lgarber-akamai in #365
🧪 Testing Improvements
- Move test upload logic to using submodule with external repository by @ykim-1 in #366
- Update legacy regions with new compute regions by @ykim-1 in #358
- Migrate from g5 to g6 instances, fix test failures caused by invalid labels by @ykim-1 in #367
Full Changelog: v5.11.0...v5.12.0
v5.11.0
🚀 New Features
- Add support for region availability endpoints (#349) @lgarber-akamai
- Add support for account availability endpoints for DC get well (#354)(#362) @yec-akamai
💡 Improvements
- Migrate legacy expire endpoint to revoke (#352) (
/oauth/token/expire
–>/oauth/revoke
) @mkaminsk-akamai - Preserve user-defined
client.session.verify
, addressing the override conflict with the verify argument (#353) @okokes-akamai - Update API documentations for Beta Programs (#355) @yec-akamai
✔️ Testing/Workflow Improvements
- Address skipped and failing tests (#351) @ykim-1
- Introduce step in the E2E workflow to designate builds as failed for improved reliability (#351) @ykim-1
- Add additional release information in test reports (#357) @ykim-1
- Add/Update integration and unit tests related to account availability for DC get well (#354)(#362) @yec-akamai
v5.10.0
🚀 New Features
- Add support for Virtual Private Cloud @zliang-akamai @lgarber-akamai @yec-akamai @amisiorek-akamai (#345)
💡 Improvements
- Remove deprecated
pkg_resources
; drop Python 3.7 Support @zliang-akamai (#337)
✔️ Workflow Improvements
- Update E2E Tests, improve test fixture namin/teardowns @ykim-1 (#341)
- Integration tests for ip share @yec-akamai (#339)
- Consistent Python binary in makefile @zliang-akamai (#338)
v5.9.0
🚀 New Features
- Added DC-Specific Pricing @lgarber-akamai (#331)
🧪 Testing Improvements
- Added integration test for
region_prices
Type field @lgarber-akamai (#332) - Upload test report to account's object storage @ykim-1 (#326)
v5.8.0
New Features
- Add support for self-serve betas @yec-akamai (#323, #322, #321)
Other Improvements
- Support configuring a custom CA file path @lgarber-akamai (#327)
v5.7.2
Improvements
- Add missing fields to
IPv6Range
object @yec-akamai (#318)
v5.7.1
Improvements
- Make
ip_addresses_share
be able to remove shared IPs @yec-akamai (#316) - Add
LinodeClient
type annotation inGroup
class @zliang-akamai (#314)
v5.7.0
Improvements
- Add support for Metadata-related fields and endpoints @lgarber-akamai (#289)
- Make the
autoscaler
,control_plane
, andk8s_version
fields mutable @lgarber-akamai (#310) - Use parse.quote for URL formatting @lgarber-akamai (#309)
CI Improvements
- Resolve intermittent issue in
test_create_nb_node
@ykim-1 (#312) - Add smoke test suite and GitHub Actions workflow @ykim-1 (#306)
- Add
twine check
in linting workflow @zliang-akamai (#307) - Remove installation of package requirements in PyPI publishing workflow @zliang-akamai (#308)