Skip to content

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

v3.0.0

19 Jun 09:48

Choose a tag to compare

v2.0.0-beta.1

24 Nov 11:51

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

Breaking Changes

  • _with_http_info no longer returns a tuple, it will now return an object of type ApiResponse
  • query_params is now a list

Full Changelog: v1.2.0...v2.0.0-beta.1

v1.2.0

27 Jul 12:32

Choose a tag to compare

NOTE : This release contains breaking changes:

Breaking changes :

  • pydantic now needs to be imported

  • ClusterLogsMessages changed to ClusterLogsInstancesMessages

APIs Added:

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

Full Changelog: v1.1.1...v1.2.0

Release v1.1.1

08 Mar 09:01

Choose a tag to compare

Features

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

Release v1.1.0

08 Mar 09:00

Choose a tag to compare

Features

  • added new property for clusters: dns_name

Documentation

  • generate the documentation automatically

v1.0.3

13 Jul 12:37

Choose a tag to compare

Features

  • add size and location to ClusterBackup
  • added certificate pinning option

Release v1.0.2

10 May 15:13

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.

Release v1.0.1

30 Mar 06:44

Choose a tag to compare

Features:

  • added new property backup_location on CreateClusterProperties
  • added new query parameter direction on cluster_logs_get method

Enhancements:

  • added support for query parameters
  • added token authentication
  • added proxy support

Release v1.0.0

13 Jan 12:14

Choose a tag to compare

  • first release 🎉