Changelog
- Added functionality for
users
endpoint - Added functionality for
databases
endpoint
- added new state for clusters:
DEGRADED
- added new parameters:
limit
andoffset
- Added logger and logger level
- Added Size and Location to ClusterBackup
location
andbackup_location
parameters onCreateClusterProperties
are now stringsLocation
andBackupLocation
models are now removed
- new values for
storage_type
parameter: SSD_STANDARD, SSD_PREMIUM. Value SSD is deprecated. Use the equivalent SSD_PREMIUM instead. - Added option to do certificate pinning by setting
IONOS_PINNED_CERT
env variable to be the public sha256 fingerprint of the certificate to be pinned.
- added new property
BackupLocation
onCreateClusterProperties
structure - added new query parameter
Direction
onApiClusterLogsGetRequest
structure
- 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
- added support for
eu-south-2
,eu-central-2
forBackupLocation
- updated
golang.org/x/oauth2
go import to the latest version
- first release 🎉
Last modified 2mo ago