Skip to content

Commit d82e1c9

Browse files
authored
task: release 0.17.0 prep (#312)
1 parent 7b3a0d1 commit d82e1c9

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
future-release=v0.16.0
2-
since-tag=v0.15.0
1+
future-release=v0.17.0
2+
since-tag=v0.16.0
33
date-format=%B %d, %Y
44
base=CHANGELOG.md

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [v0.17.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.17.0) (September 27, 2022)
4+
5+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.16.0...v0.17.0)
6+
7+
**Breaking changes:**
8+
9+
- task: drop support for whitelist [\#306](https://github.com/mongodb/go-client-mongodb-atlas/pull/306) ([gssbzn](https://github.com/gssbzn))
10+
- CLOUDP-127482: Add filter by name on list all groups by org [\#302](https://github.com/mongodb/go-client-mongodb-atlas/pull/302) ([fmenezes](https://github.com/fmenezes))
11+
- CLOUDP-110989: Adds OnResponseProcessed [\#298](https://github.com/mongodb/go-client-mongodb-atlas/pull/298) ([fmenezes](https://github.com/fmenezes))
12+
- feat: add pagination to listing x509 users [\#294](https://github.com/mongodb/go-client-mongodb-atlas/pull/294) ([gssbzn](https://github.com/gssbzn))
13+
14+
**Closed issues:**
15+
16+
- UpdateTeamRoles should take a groupID as a parameter instead of an orgID [\#303](https://github.com/mongodb/go-client-mongodb-atlas/issues/303)
17+
- `X509AuthDBUsers.GetUserCertificates` does not support pagination [\#293](https://github.com/mongodb/go-client-mongodb-atlas/issues/293)
18+
19+
**Merged pull requests:**
20+
21+
- feat: add GET process [\#311](https://github.com/mongodb/go-client-mongodb-atlas/pull/311) ([gssbzn](https://github.com/gssbzn))
22+
- CLOUDP-132512: \[Atlas CLI\] Add support for updating a serverless cluster [\#310](https://github.com/mongodb/go-client-mongodb-atlas/pull/310) ([gssbzn](https://github.com/gssbzn))
23+
- Revert CLOUDP-132967: add the ability to use yaml file for advance cluster [\#309](https://github.com/mongodb/go-client-mongodb-atlas/pull/309) ([andreaangiolillo](https://github.com/andreaangiolillo))
24+
- Update to Go v1.18 [\#308](https://github.com/mongodb/go-client-mongodb-atlas/pull/308) ([andreaangiolillo](https://github.com/andreaangiolillo))
25+
- CLOUDP-132967: add the ability to use yaml file for advance cluster [\#307](https://github.com/mongodb/go-client-mongodb-atlas/pull/307) ([andreaangiolillo](https://github.com/andreaangiolillo))
26+
- task: add tests against 1.19 [\#305](https://github.com/mongodb/go-client-mongodb-atlas/pull/305) ([gssbzn](https://github.com/gssbzn))
27+
- Fix: Fixed naming of parameter in UpdateTeamRoles [\#304](https://github.com/mongodb/go-client-mongodb-atlas/pull/304) ([marcoriopel](https://github.com/marcoriopel))
28+
- CLOUDP-126267: Add 'Upgrade One Shared Tier Cluster' endpoint to atlas go client [\#301](https://github.com/mongodb/go-client-mongodb-atlas/pull/301) ([Razeer123](https://github.com/Razeer123))
29+
- CLOUDP-120670 client for registration config endpoint [\#299](https://github.com/mongodb/go-client-mongodb-atlas/pull/299) ([tibulca](https://github.com/tibulca))
30+
- CLOUDP-110989: Capture Raw response body [\#297](https://github.com/mongodb/go-client-mongodb-atlas/pull/297) ([fmenezes](https://github.com/fmenezes))
31+
- INTMDB-301: Feature add: Add support for management of federated authentication configuration [\#296](https://github.com/mongodb/go-client-mongodb-atlas/pull/296) ([martinstibbe](https://github.com/martinstibbe))
32+
- chore\(deps\): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 [\#295](https://github.com/mongodb/go-client-mongodb-atlas/pull/295) ([dependabot[bot]](https://github.com/apps/dependabot))
33+
334
## [v0.16.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.16.0) (May 10, 2022)
435

536
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.15.0...v0.16.0)

mongodbatlas/mongodbatlas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const (
4141
gzipMediaType = "application/gzip"
4242
libraryName = "go-mongodbatlas"
4343
// Version the version of the current API client. Should be set to the next version planned to be released.
44-
Version = "0.16.0"
44+
Version = "0.17.0"
4545
)
4646

4747
var (

0 commit comments

Comments
 (0)