Skip to content

Latest commit

 

History

History
796 lines (548 loc) · 69.7 KB

CHANGELOG.md

File metadata and controls

796 lines (548 loc) · 69.7 KB

Changelog

v0.36.0 (November 22, 2023)

Full Changelog

Merged pull requests:

v0.35.0 (October 31, 2023)

Full Changelog

Merged pull requests:

  • chore: Uses go.mod version in Github Action instead of a specific version #520 (lantoli)
  • chore: Updates to Go 1.20 and creates .tool-versions #519 (lantoli)
  • feat: Adds acceptDataRisksAndForceReplicaSetReconfig parameter in cluster and advanced cluster #518 (lantoli)

v0.34.0 (October 11, 2023)

Full Changelog

Merged pull requests:

v0.33.0 (August 14, 2023)

Full Changelog

Merged pull requests:

v0.32.0 (July 28, 2023)

Full Changelog

Breaking changes:

  • fix: Removed omitempty from tags in ServerlessUpdateRequestParams #509 (cveticm)
  • INTMDB-545!: add Azure support to cloudProviderAccess #507 (andreaangiolillo)

Merged pull requests:

v0.31.0 (July 06, 2023)

Full Changelog

Merged pull requests:

v0.30.0 (July 03, 2023)

Full Changelog

Merged pull requests:

v0.29.0 (June 09, 2023)

Full Changelog

Breaking changes:

  • INTMDB-781: Query Parameter Add: retainBackups in Cluster and Advanced_Cluster #493 (andreaangiolillo)

Merged pull requests:

v0.28.0 (May 29, 2023)

Full Changelog

Merged pull requests:

v0.27.0 (May 29, 2023)

Full Changelog

Merged pull requests:

v0.26.1 (May 16, 2023)

Full Changelog

Merged pull requests:

v0.26.0 (May 11, 2023)

Full Changelog

Closed issues:

  • setListOptions does not include options from embedded ListOptions #381

Merged pull requests:

  • INTMDB-801: Add Data Federation to the go client #472 (andreaangiolillo)
  • task: lower stale action permissions #469 (gssbzn)
  • test: update actions to use the new go action values #468 (gssbzn)
  • Revert "CLOUDP-169104: Fix encoding for AWS IAM usernames (#452)" #465 (matt-condon)

v0.25.0 (April 17, 2023)

Full Changelog

Merged pull requests:

v0.24.0 (March 27, 2023)

Full Changelog

Merged pull requests:

v0.23.2 (March 23, 2023)

Full Changelog

Merged pull requests:

  • CLOUDP-167925: add support for PrivateEndpoint.srvShardOptimizedConnectionString #423 (tibulca)
  • docs: add release note update #422 (wtrocki)
  • chore(deps): bump tj-actions/verify-changed-files from 13 to 14 #420 (dependabot[bot])
  • chore(deps): bump actions/setup-go from 3 to 4 #419 (dependabot[bot])
  • chore: rename master workflow #412 (wtrocki)
  • CLOUDP-166138: rename autoupdate file to avoid conflicts with sdkv2 a… #411 (wtrocki)
  • CLOUDP-155910: add ability to generate client from api preview #409 (wtrocki)
  • CLOUDP-162109: run updates on master #397 (wtrocki)
  • task: drop pointy #396 (gssbzn)

v0.23.1 (March 01, 2023)

Full Changelog

Breaking changes:

v0.23.0 (February 23, 2023)

Full Changelog

Closed issues:

  • CloudQuery Source Plugin? #375

Merged pull requests:

v0.22.0 (January 30, 2023)

Full Changelog

Closed issues:

  • Issue calling CloudProviderSnapshotBackupPolicies Service #349

Merged pull requests:

v0.21.0 (January 09, 2023)

Full Changelog

Breaking changes:

  • fix: fixes ldap config to allow PATCH #340 (gssbzn)

Closed issues:

  • Unable to set the "authenticationEnabled" = false using the client.LDAPConfigurations.Save() #339

Merged pull requests:

  • chore(deps): bump actions/stale from 6 to 7 #338 (dependabot[bot])
  • Add global cluster support for advanced cluster #337 (Sugar-pack)
  • INTMDB-400: Empty struct to delete backup distribution configuration #336 (martinstibbe)
  • CLOUDP-149874: export jobs should use exportID as per docs #335 (matt-condon)
  • INTMDB-454: Add support for root query to get org_id from API Key used in Terraform #333 (martinstibbe)

v0.20.0 (December 16, 2022)

Full Changelog

Merged pull requests:

  • Added missing fields 'Links', 'CopySettings' and 'DeleteCopiedBackups… #332 (sangramPeerI)
  • CLOUDP-149874: export jobs should use exportJobID #331 (matt-condon)
  • chore(deps): bump github.com/go-test/deep from 1.0.8 to 1.1.0 #330 (dependabot[bot])
  • fix: change wrong variable name on cluster update test to avoid misu… #328 (atileren)
  • chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 #327 (dependabot[bot])

v0.19.0 (November 11, 2022)

Full Changelog

Breaking changes:

Merged pull requests:

v0.18.0 (October 17, 2022)

Full Changelog

Closed issues:

  • "CloudProviderSnapshots.GetOneCloudProviderSnapshot()" method returns already deleted snapshot #315

Merged pull requests:

v0.17.0 (September 27, 2022)

Full Changelog

Breaking changes:

  • task: drop support for whitelist #306 (gssbzn)
  • CLOUDP-127482: Add filter by name on list all groups by org #302 (fmenezes)
  • CLOUDP-110989: Adds OnResponseProcessed #298 (fmenezes)
  • feat: add pagination to listing x509 users #294 (gssbzn)

Closed issues:

  • UpdateTeamRoles should take a groupID as a parameter instead of an orgID #303
  • X509AuthDBUsers.GetUserCertificates does not support pagination #293

Merged pull requests:

  • feat: add GET process #311 (gssbzn)
  • CLOUDP-132512: [Atlas CLI] Add support for updating a serverless cluster #310 (gssbzn)
  • Revert CLOUDP-132967: add the ability to use yaml file for advance cluster #309 (andreaangiolillo)
  • Update to Go v1.18 #308 (andreaangiolillo)
  • CLOUDP-132967: add the ability to use yaml file for advance cluster #307 (andreaangiolillo)
  • task: add tests against 1.19 #305 (gssbzn)
  • Fix: Fixed naming of parameter in UpdateTeamRoles #304 (marcoriopel)
  • CLOUDP-126267: Add 'Upgrade One Shared Tier Cluster' endpoint to atlas go client #301 (Razeer123)
  • CLOUDP-120670 client for registration config endpoint #299 (tibulca)
  • CLOUDP-110989: Capture Raw response body #297 (fmenezes)
  • INTMDB-301: Feature add: Add support for management of federated authentication configuration #296 (martinstibbe)
  • chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 #295 (dependabot[bot])

v0.16.0 (May 10, 2022)

Full Changelog

Merged pull requests:

v0.15.0 (February 09, 2022)

Full Changelog

Merged pull requests:

  • feat: add the ability to refresh tokens #277 (gssbzn)
  • INTMDB-299: Added snapshot export bucket support #276 (abner-dou)
  • feat: add the ability to revoke tokens #275 (gssbzn)
  • CLOUDP-110641: Add device grant flow to atlas client #274 (gssbzn)
  • INTMDB-288: Added support for restore backup job #273 (abner-dou)
  • INTMDB-5: added parameter team name for alert configurations #272 (coderGo93)
  • INTMDB-263: Added Private_link_endpoint_adl resource to go-client #271 (abner-dou)
  • INTMDB-276: Added parameter versionReleaseSystem in clusters #270 (coderGo93)
  • fix: fixes release smoke tests #269 (gssbzn)

v0.14.0 (November 18, 2021)

Full Changelog

Breaking changes:

Closed issues:

  • undefined: io.Discard and io.ReadAll in latest code push #267
  • Can't provide customRole.actions[*].resources[*].collection as empty string #263

Merged pull requests:

  • CLOUDP-105826: Update golangci-lint to 1.43 #266 (gssbzn)
  • INTMDB-270: Added 'withDefaultAlertsSettings' property to Project struct #265 (abner-dou)
  • chore(deps): bump github.com/go-test/deep from 1.0.7 to 1.0.8 #262 (dependabot[bot])
  • INTMDB-239: added fields for cloud provider snapshot #261 (coderGo93)
  • INTMDB-260: Added for gcp features in private endpoints #260 (coderGo93)

v0.13.0 (October 07, 2021)

Full Changelog

Breaking changes:

Closed issues:

  • ClusterID attribute to Processes.List returns 400 error response #254
  • Wrong type for cluster diskSizeGB #140

Merged pull requests:

  • INTMDB-216: Added parameter version release system for advanced cluster #258 (coderGo93)
  • task: run go mod tidy #256 (gssbzn)
  • docs: clarify processes ClusterID #255 (gssbzn)
  • INTMDB-211: Added shard keys properties to Managed Namespace in global configurat… #253 (abner-dou)
  • CLOUDP-97442: update performance advisor with new endpoints -> atlas go client #252 (andreaangiolillo)
  • INTMDB-252: Added two parameters for Process args #250 (coderGo93)
  • INTMDB-230: Added autoDeferOnceEnabled property to MaintenanceWindow struct #249 (abner-dou)
  • CLOUDP-82836: Parse service version #248 (fmenezes)

v0.12.0 (August 30, 2021)

Full Changelog

Breaking changes:

  • CLOUDP-98424: Do not parse parts of the request in atlas search #244 (fmenezes)

Merged pull requests:

v0.11.0 (August 10, 2021)

Full Changelog

Merged pull requests:

v0.10.1 (July 09, 2021)

Full Changelog

Breaking changes:

Merged pull requests:

v0.10.0 (June 30, 2021)

Full Changelog

Breaking changes:

v0.9.0 (June 29, 2021)

Full Changelog

Breaking changes:

  • INTMDB-17: Update search #223 (abner-dou)
  • CLOUDP-91945: Add support for endpoints v1.5 #212 (andreaangiolillo)
    • This only affects users setting a custom base URL which now should not include the api/{version}} segment
  • feat: remove project whitelist #206 (gssbzn)

Merged pull requests:

v0.8.0 (April 20, 2021)

Full Changelog

Closed issues:

  • Delete user does not work for IAM based users #189

Merged pull requests:

v0.7.2 (February 02, 2021)

Full Changelog

Merged pull requests:

  • INTMDB-175: Added azure status in endpoint service #179 (coderGo93)

v0.7.1 (January 27, 2021)

Full Changelog

Closed issues:

  • Missing components in CloudProviderSnapshotRestoreJob #171

Merged pull requests:

  • INTMDB-173: Update the path of AccessListAPIKeys service #178 (andreaangiolillo)
  • INTMDB-158: changed field type to another object #177 (coderGo93)
  • Apply License header to source files #175 (gssbzn)
  • CLOUDP-81043: add Regionalized Private Endpoint Status to atlas go client #174 (andreaangiolillo)
  • INTMDB-167: URL encode private enpoint ID #173 (andreaangiolillo)
  • Add support for components in CloudProviderSnapshotRestoreJob #172 (Stovoy)
  • Add a helper method to group client options #170 (gssbzn)
  • INTMDB-165: Update connection strings for cluster #169 (gssbzn)
  • INTMDB-164: Update data lake to support new required fields for creation #168 (gssbzn)
  • CLOUDP-80413: [go-client] add service to get default mongodb major version #167 (gssbzn)

v0.7.0 (January 12, 2021)

Full Changelog

Merged pull requests:

  • INTMDB-157: Add deprecation notice #165 (themantissa)
  • Fix broken link in api documentation for CloudProviderSnapshotRestoreJobsService. #164 (Stovoy)
  • INTMDB-139: Add access list for programmatic API keys #163 (coderGo93)
  • INTMDB-144: deleted omitempty for scopes of database users #162 (coderGo93)
  • INTMDB-138: Post release version bump #161 (gssbzn)

v0.6.0 (December 14, 2020)

Full Changelog

Breaking changes:

Closed issues:

  • Add "Name" ListOption for filtering list results #143

Merged pull requests:

v0.5.0 (October 01, 2020)

Full Changelog

Closed issues:

  • Wrong import path? #119

Merged pull requests:

v0.4.0 (August 10, 2020)

Full Changelog

Implemented enhancements:

Closed issues:

  • CloudProviderSnapshotBackupPolicy: Zero Values are ignored #93

Merged pull requests:

v0.3.0 (June 01, 2020)

Full Changelog

Fixed bugs:

  • Fix cluster struct to allow pasue/start a cluster #84 (gssbzn)

Closed issues:

  • Support pagination #95
  • CloudProviderSnapshotBackupPolicy: Zero Values are ignored #93

Merged pull requests:

v0.2.0 (April 20, 2020)

Full Changelog

Merged pull requests:

v0.1.3 (January 24, 2020)

Full Changelog

Implemented enhancements:

  • Label argument missing on Database User #28

Closed issues:

  • Missing awsSecurityGroup property for ProjectIPWhitelist #40

Merged pull requests:

  • add DefaultDiskSizeGB for each provider #47 (marinsalinas)
  • Custom DB Roles #45 (PacoDw)
  • Teams and projects resource were refactored due to issues #44 (PacoDw)
  • Added the label attribute to the cluster struct #43 (PacoDw)
  • Added Label struct and array inside the database users #42 (PacoDw)
  • changed the AddUsersToTeam function to allow a string array of users id #41 (PacoDw)
  • Alert Configuration #39 (PacoDw)
  • Enable golint and fix errors #38 (gssbzn)
  • Udpate changelog for v0.1.2 release #37 (marinsalinas)
  • Whitelist #35 (PacoDw)

v0.1.2 (December 23, 2019)

Full Changelog

Merged pull requests:

v0.1.1 (November 05, 2019)

Full Changelog

Closed issues:

  • Provide Cluster Advanced configuration API #22
  • Provide Alert Configurations API #18

Merged pull requests:

v0.1.0 (September 18, 2019)

Full Changelog

Merged pull requests:

v0.0.3 (August 14, 2019)

Full Changelog

Merged pull requests:

v0.0.2 (August 08, 2019)

Full Changelog

Merged pull requests:

v0.0.1 (July 17, 2019)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator