Skip to content

Releases: ionos-cloud/sdk-go

Release v6.1.5

31 Mar 12:27
Compare
Choose a tag to compare

Feat:

  • Added generic functions for utility package

Fix:

  • Removed swagger

Updated:

  • Library dependencies

Release v6.1.4

26 Jan 15:55
Compare
Choose a tag to compare

Features:

  • Added placementGroupId and vnet parameters.

Fixes:

  • Allow multiple values to be set for the same filter key

Release v6.1.3

30 Aug 13:53
Compare
Choose a tag to compare

Fixes:

  • Fix return type of NewGenericOpenAPIError

Release v6.1.2

04 Aug 15:59
Compare
Choose a tag to compare

Fixes :

  • Changed from manageDbaas to manageDBaaS field in model_group_properties.go : provides privilege for a group to manage DBaaS related functionality. Admin users already have it enabled by default.
  • Issue #26

Release v6.1.1

14 Jul 12:33
Compare
Choose a tag to compare

Features :

  • Added manageDbaas field in model_group_properties.go : provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default.
  • Added deleteVolumes to DatacentersServersDelete function: If true, all attached storage volumes will also be deleted.
  • Added bootOrder to model_volume_properties : Determines whether the volume will be used as a boot volume. Set to `NONE`, the volume will not be used as boot volume. Set to `PRIMARY`, the volume will be used as boot volume and all other volumes must be set to `NONE`. Set to `AUTO` or `null` requires all volumes to be set to `AUTO` or `null`; this will use the legacy behavior, which is to use the volume as a boot volume only if there are no other volumes or cdrom devices. | [optional] [default to 'AUTO'] |
  • Logger interface with log levels for the sdk. Allows user to inject it's own logger that implements Printf. More information here
  • Added helper function HttpNotFound in response.go

v6.1.0

16 Jun 11:30
Compare
Choose a tag to compare

Enhancements:

  • added Application Load Balancer and Target Group, 18 new models and 2 new apis
  • added constructors and setters for GenericOpenAPIError
  • retract version v6.0.5851

Release v6.0.4

19 May 11:50
Compare
Choose a tag to compare

Enhancements:

  • Added examples for WaitForState and WaitForDeletion functions, both, sync and async ways.

Release v6.0.3

18 May 14:00
Compare
Choose a tag to compare

Enhancements:

  • added wait for state and wait for deletion functions for every resource to signal when a resource is available or active
  • added pinned certification
  • removed public and gateway_ip fields for k8s

Release v6.0.2

23 Mar 12:06
Compare
Choose a tag to compare

Enhancements:

  • improved error handling while decoding API Response
  • added constructors for structures in order to support easier initialization
  • added utility functions to easily convert pointers to values of basic types

Release v5.1.12

01 Feb 10:25
Compare
Choose a tag to compare

Enhancements:

  • allow fields that are explicitly nullable to be sent with null values
  • updated oauth import
  • depth parameter:
    • new method SetDepth on configuration that allows setting a value for the depth parameter on all the API calls for the client
    • changed the default value of depth parameter from 10 to 0
    • this affects the amount of data that is returned on GET methods. If there is a need to change the value, please do it with caution and only if it is needed. More details here