Skip to content

Releases: mongodb/atlas-sdk-go

v20230201004.1.0

01 Aug 15:03
190c444
Compare
Choose a tag to compare

Release Notes

Notes

The Atlas Golang SDK official v20230201004.0.0 release.

SDK documentation

Please refer to the official documentation

https://www.mongodb.com/docs/atlas/sdk/

API documentation

SDK is based on Atlas Admin v2 API.
Currently supported version: 2023-02-01

For API documentation please refer to:
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/2023-02-01/

Breaking Changes

  • sdk.MultiCloudClustersApi structure has been renamed to sdk.ClustersApi
    sdk.ClustersApi method signatures were unchanged.

v20230201003.0.0

26 Jul 13:40
a0fbede
Compare
Choose a tag to compare

Release Notes

Notes

The Atlas Golang SDK official v20230201003.0.0 release.

SDK documentation

Please refer to the official documentation

https://www.mongodb.com/docs/atlas/sdk/

API documentation

SDK is based on Atlas Admin v2 API.
Currently supported version: v2023-02-01

For API documentation please refer to:
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/v2023-02-01

Breaking Changes

  • OnlineArchiveApi.CreateOnlineArchive updated to take struct BackupOnlineArchiveCreate as input parameter
    • CollName, Criteria, and DbName are now required properties (previously optional)
  • PerformanceAdvisorIndex Index property corrected from []map[string]string to []map[string]int

v20230201002.0.0

10 Jul 13:02
5b4da01
Compare
Choose a tag to compare

Notes

The Atlas Golang SDK official v20230201002.0.0 release.

Breaking Changes

  • Removed all internal golang structures starting with admin.Nullable.
  • Data structures now use golang base types instead of NullableString or NullableInt. For example, the data structure
    ThirdPartyIntegration.ChannelName NullableString now uses the ChannelName *string base type.

This change affects the following models:

admin/model_cluster_description_process_args.go
admin/model_live_import_validation.go
admin/model_live_migration_response.go
admin/model_system_status.go
admin/model_thrid_party_integration.go

SDK documentation

Please refer to the official documentation

https://www.mongodb.com/docs/atlas/sdk/

API documentation

SDK is based on Atlas Admin v2 API.
Currently supported version: 2023-02-01

For API documentation please refer to:
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/2023-02-01/

v20230201001.0.0

28 Jun 16:41
ff8803a
Compare
Choose a tag to compare

Notes

The Atlas Golang SDK official v20230201001.0.0 release.

SDK documentation

Please refer to the official documentation

https://www.mongodb.com/docs/atlas/sdk/

API documentation

SDK is based on Atlas Admin v2 API.
Currently supported version: 2023-02-01

For API documentation please refer to:
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/2023-02-01/

v0.16.0

23 Jun 18:59
060c8c6
Compare
Choose a tag to compare

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

23 Jun 14:15
150a1fd
Compare
Choose a tag to compare
CLOUDP-185801: ServerlessMetricThreshold normalization (#101)

v1.0.0-rc2

20 Jun 09:12
6f64dcf
Compare
Choose a tag to compare
CLOUDP-185094: regenerate SDK with backport for some names (#99)

v1.0.0

20 Jun 15:10
1987b0c
Compare
Choose a tag to compare

Notes

The Atlas Golang SDK official 1.0.0 release.

SDK documentation

Please refer to the official documentation

https://www.mongodb.com/docs/atlas/sdk/

API documentation

SDK is based on Atlas Admin v2 API.
Currently supported version: 2023-02-01

For API documentation please refer to:
https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/2023-02-01/

v0.14.0

20 Jun 09:11
6f64dcf
Compare
Choose a tag to compare
CLOUDP-185094: regenerate SDK with backport for some names (#99)

v0.13.0

19 Jun 09:57
b0721cf
Compare
Choose a tag to compare
CLOUDP-185175: cleanup transformation engine after renames  (#98)