Releases: ionos-cloud/sdk-go
Releases · ionos-cloud/sdk-go
v6.3.4
Release v6.3.4
Added
- Added RequireLegacyBios, ApplicationType and new licenseType enum values for images
- Add NicMultiQueue bool for servers:
Activate or deactivate the Multi Queue feature on all NICs of this server. This feature is beneficial to enable when the NICs are experiencing performance issues (e.g. low throughput). Toggling this feature will also initiate a restart of the server. If the specified value is true, the feature will be activated; if it is not specified or set to false, the feature will be deactivated. It is not allowed for servers of type Cube.
Full Changelog: v6.3.3...v6.3.4
v6.3.3
Full Changelog: v6.3.2...v6.3.3
Added
- Added
IONOS_LOG_LEVEL=debug
output, which logs the request/response withoutAuthorization
header - Added
c.cfg.PollInterval
, which lets you control the wait time between polling intervals when checking for state changes or awaiting a request. - Added 'ServerType' for KubernetesNodePool
Changed
- Changed 'cpuFamily' to be optional for KubernetesNodePool
v6.3.2
Full Changelog: v6.3.1...v6.3.2
v6.3.1
Full Changelog: v6.3.0...v6.3.1
v6.3.0
Contains breaking changes
Full Changelog: v6.2.1...v6.3.0
v6.2.1
Fixed
- Fixed missing internal-use only Vnet field for NICs
- Fixed missing internal-use only PlacementGroupId field for Servers
Added
- Added metadata fields CreatedBy, LastModifiedBy, etc. for Users
Full Changelog: v6.2.0...v6.2.1
v6.2.0
Changes
- renamed
LanPost
andLanPropertiesPost
toLan
andLanProperties
Features:
- Add
ImagesLabelsDelete
,ImagesLabelsFindByKey
,ImagesLabelsGet
,ImagesLabelsPost
,ImagesLabelsPut
- New parameters on
NetworkLoadBalancerProperties
:CentralLogging
,LoggingFormat
- New parameters on
ApplicationBalancerProperties
:CentralLogging
,LoggingFormat
- New parameter on
TargetGroupProperties
:ProtocolVersion
- New parameter on
ServerProperties
:Hostname
Full Changelog: v6.1.11...v6.2.0
v6.1.11
Features:
Added support for Private Kubernetes Clusters:
- New parameters on
KubernetesClusterProperties
andKubernetesClusterPropertiesForPost
:Location
,NatGatewayIp
,NodeSubnet
andPublic
Full Changelog: v6.1.10...v6.1.11
Release v6.1.10
Features:
- Added
proxyProtocol
parameter
Fixes
- Allow setting of
Host
andScheme
when creating a client with aserverUrl
(@maxbischoff)
Enhancements
- Remove usage of deprecated
ioutil
package (@avorima)
Documentation
- Move docs for Url with context to
api_doc.mustache
Full Changelog
Release v6.1.9
Full Changelog: v6.1.8...v6.1.9
Support to inject x-contract-number
header using an env variable