Skip to content

Releases: ionos-cloud/sdk-java-dbaas-postgres

Release v1.2.0

26 Jul 09:07

Choose a tag to compare

NOTE : This release contains breaking changes:

Breaking changes :

  • SDKs moved from deprecated org.threeten.bp.OffsetDateTime to java.time.OffsetDateTime

  • ClusterLogsMessages changed to ClusterLogsInstancesMessages

APIs Added:

  • /docs/api/DatabasesApi.md
  • /docs/api/UsersApi.md

v1.1.1

08 Mar 09:11

Choose a tag to compare

Features

  • added new state for clusters: DEGRADED
  • added limit and offset parameters

v1.1.0

08 Mar 09:11

Choose a tag to compare

Features

  • added new property for clusters: dns_name

Documentation

  • generate the documentation automatically

v1.0.2

29 Aug 14:54

Choose a tag to compare

  • changed package from com.ionoscloud to com.ionoscloud.dbaaspostgres

v1.0.1

14 Jul 13:24

Choose a tag to compare

Enhancements:

  • location and backup_location parameters on CreateClusterProperties are now strings
    • Location and BackupLocation models are now removed

Features

  • new values for storage_type parameter: SSD_STANDARD, SSD_PREMIUM. Value SSD is deprecated. Use the equivalent SSD_PREMIUM instead.
  • added size and location to ClusterBackup