Releases: ionos-cloud/sdk-python
Releases · ionos-cloud/sdk-python
v6.1.13
Changes
- reduce default wait time for wait_for_completion and wait_for, and added a max wait time parameter
Fixes
- check that the body is not None before applying decode #8
Full Changelog: v6.1.12...v6.1.13
v6.1.12
Changes
- remove default value for application_type in image, snapshot and volume models
Full Changelog: v6.1.11...v6.1.12
v6.1.11
v6.1.10
Full Changelog: v6.1.9...v6.1.10
v6.1.9
What's Changed
Features:
- Added
proxy_protocol
property toNetworkLoadBalancerForwardingRuleTarget
,NetworkLoadBalancerForwardingRuleTarget
andTargetGroupTarget
- Update CHANGELOG.md by @mimihalescu in #18
Full Changelog: v6.1.8...v6.1.9
v6.1.8
Features:
Added support for Private Kubernetes Clusters:
- New parameters on
KubernetesClusterProperties
andKubernetesClusterPropertiesForPost
:location
,nat_gateway_ip
,node_subnet
andpublic
Fixes:
- Fixed wrong parsing of
IONOS_HTTP_PROXY_HEADERS
by @hegerdes
Full Changelog: v6.1.7...v6.1.8
Release v6.1.7
Features:
Added support for IPv6:
- New parameter on
DatacenterProperties
:ipv6_cidr_block
- New parameter on
LanProperties
andLanPropertiesPost
:ipv6_cidr_block
- New parameters on
NicProperties
:dhcpv6
,ipv6_cidr_block
andipv6_ips
More details about IPv6 configuration can be found here.
Fixes:
- Fixed wrong error being shown when timeout is reached inside
wait_for
.
Full Changelog: v6.1.6...v6.1.7
Release v6.1.6
Features:
- New licenceType supported: RHEL
Release v6.1.4
Fixes:
- fix
manage_dbaas
typo inmodel_group_properties.py
Release v6.1.2
Fixes:
- fix: added asn1crypto as required module