Releases: ionos-cloud/sdk-go
Releases · ionos-cloud/sdk-go
Release v6.1.5
Feat:
- Added generic functions for utility package
Fix:
- Removed swagger
Updated:
- Library dependencies
Release v6.1.4
Features:
- Added
placementGroupId
andvnet
parameters.
Fixes:
- Allow multiple values to be set for the same filter key
Release v6.1.3
Fixes:
- Fix return type of NewGenericOpenAPIError
Release v6.1.2
Fixes :
- Changed from
manageDbaas
tomanageDBaaS
field inmodel_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
Features :
- Added
manageDbaas
field inmodel_group_properties.go
: provides privilege for a group to manage DBaaS related functionality. Admin users already here this enabled by default. - Added
deleteVolumes
toDatacentersServersDelete
function: If true, all attached storage volumes will also be deleted. - Added
bootOrder
tomodel_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
inresponse.go
v6.1.0
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
Enhancements:
- Added examples for WaitForState and WaitForDeletion functions, both, sync and async ways.
Release v6.0.3
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
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
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