Skip to content

v20230201006.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 13:00
· 350 commits to main since this release
5bb83ff

Release Notes

Notes

The Atlas Golang SDK official v20230201006.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

  • (*DataProtectionSettings).HasAuthorizedEmail: removed
  • DataProtectionSettings.AuthorizedEmail: changed from *string to string
  • DiskBackupSnapshotRestoreJob.TargetClusterName: changed from string to *string
  • DiskBackupSnapshotRestoreJob.TargetGroupId: changed from string to *string
  • NewDataProtectionSettings: changed from func() *DataProtectionSettings to func(string) *DataProtectionSettings
  • NewDiskBackupSnapshotRestoreJob: changed from func(string, string, string) *DiskBackupSnapshotRestoreJob to func(string) *DiskBackupSnapshotRestoreJob