Skip to content

Releases: ionos-cloud/sdk-go-dbaas-mongo

v1.4.0

21 Oct 15:09
Compare
Choose a tag to compare
  • fix security issues

v1.3.1

14 Aug 13:13
Compare
Choose a tag to compare

Fixed

  • Fixed SSD is not a valid StorageType when interpreting enterprise clusters that had SSD (and not SSD Standard as a Storage Type)

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

14 Aug 11:25
Compare
Choose a tag to compare

What's Changed

Added

  • Added support for Mongo Enterprise Edition
    • Added support for edition field: playground, business, enterprise
    • Added support for type field: sharded-cluster, edition, as well as support for shards and instances. Setting shards is required for sharded-cluster, while instances controls the number of replicas
    • Added support for custom resource usage for enterprise edition clusters: storageSize, storageType, cores, ram
    • Added support for biConnector
    • Added support for custom backup location
    • Added UPGRADING state

Changed

  • Changed default unit of RAM from GB to MB

Full Changelog: v1.2.2...v1.3.0

Release v1.2.2

13 Mar 12:35
Compare
Choose a tag to compare

Changes:

Template endpoint now has a TemplateProperties object where template properties that before were under template object are now returned.

v1.2.1

06 Mar 13:22
Compare
Choose a tag to compare

What's Changed

Added

  • Added PaginationLimit, PaginationOffset query params

Removed

  • Removed User state enum

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Dec 10:20
Compare
Choose a tag to compare

What's Changed

Added

  • Added Health model that indicates the current health status reported by the cluster
  • Enum constants have now a class name prefix

Removed

  • Removed database field for ClustersUsersDelete, ClustersUsersFindById, ClustersUsersPatch method in UsersApi

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Nov 17:01
Compare
Choose a tag to compare

What's Changed

Added

  • Added ClustersPatch and its underlying data types, requests and execution functions
  • Added ClustersUsersPatch and its underlying data types, requests and execution functions
  • Added Name, Edition for templates
  • Added Id for TemplateList
  • Added Snapshot as a ResourceType
  • Added Pagination: Offset, Limit, Links

Removed

  • Removed database field for UserProperties

Full Changelog: v1.0.0...v1.1.0

Release 1.0.0

29 Sep 14:34
Compare
Choose a tag to compare

The MongoDB API allows you to create additional database clusters or modify existing ones. Both tools, the Data Center Designer (DCD) and the API use the same concepts consistently and are well suited for smooth and intuitive use.