Releases: ionos-cloud/sdk-go-dbaas-mongo
Releases · ionos-cloud/sdk-go-dbaas-mongo
v1.4.1
v1.4.0
- fix security issues
v1.3.1
Fixed
- Fixed
SSD is not a valid StorageType
when interpreting enterprise clusters that hadSSD
(and notSSD Standard
as a Storage Type)
Full Changelog: v1.3.0...v1.3.1
Release v1.3.0
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 forshards
andinstances
. Settingshards
is required forsharded-cluster
, whileinstances
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
- Added support for
Changed
- Changed default unit of RAM from GB to MB
Full Changelog: v1.2.2...v1.3.0
Release v1.2.2
Changes:
Template endpoint now has a TemplateProperties
object where template properties that before were under template
object are now returned.
v1.2.1
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
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 forClustersUsersDelete
,ClustersUsersFindById
,ClustersUsersPatch
method inUsersApi
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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 forUserProperties
Full Changelog: v1.0.0...v1.1.0
Release 1.0.0
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.