Skip to content

Releases: ionos-cloud/sdk-go

v6.3.4

29 Apr 11:33
Compare
Choose a tag to compare

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

01 Apr 08:44
Compare
Choose a tag to compare

Full Changelog: v6.3.2...v6.3.3

Added

  • Added IONOS_LOG_LEVEL=debug output, which logs the request/response without Authorization 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

15 Jan 15:34
Compare
Choose a tag to compare

Full Changelog: v6.3.1...v6.3.2

v6.3.1

13 Jan 13:27
Compare
Choose a tag to compare

Full Changelog: v6.3.0...v6.3.1

v6.3.0

07 Nov 11:40
Compare
Choose a tag to compare

Contains breaking changes

Full Changelog: v6.2.1...v6.3.0

v6.2.1

08 Aug 12:23
Compare
Choose a tag to compare

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

01 Aug 11:36
Compare
Choose a tag to compare

Changes

  • renamed LanPost and LanPropertiesPost to Lan and LanProperties

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

18 Dec 12:19
Compare
Choose a tag to compare

Features:

Added support for Private Kubernetes Clusters:

  • New parameters on KubernetesClusterProperties and KubernetesClusterPropertiesForPost: Location, NatGatewayIp, NodeSubnet and Public

Full Changelog: v6.1.10...v6.1.11

Release v6.1.10

08 Dec 07:28
Compare
Choose a tag to compare

Features:

  • Added proxyProtocol parameter

Fixes

  • Allow setting of Host and Scheme when creating a client with a serverUrl (@maxbischoff)

Enhancements

  • Remove usage of deprecated ioutil package (@avorima)

Documentation

  • Move docs for Url with context to api_doc.mustache

Full Changelog

v6.1.9...v6.1.10

Release v6.1.9

05 Sep 11:48
Compare
Choose a tag to compare

Full Changelog: v6.1.8...v6.1.9

Support to inject x-contract-number header using an env variable