Skip to content

Commit 4357bba

Browse files
committed
Merge remote-tracking branch 'upstream/master' into golint
2 parents 46c64a5 + d0530ef commit 4357bba

File tree

11 files changed

+1279
-115
lines changed

11 files changed

+1279
-115
lines changed

CHANGELOG.md

Lines changed: 38 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
## [v0.1.2](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.1.2) (2019-12-23)
2+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.1.1...v0.1.2)
3+
4+
**Merged pull requests:**
5+
6+
- add providerName option in listoptions for containers service [\#36](https://github.com/mongodb/go-client-mongodb-atlas/pull/36) ([marinsalinas](https://github.com/marinsalinas))
7+
- Improve Makefile [\#34](https://github.com/mongodb/go-client-mongodb-atlas/pull/34) ([gssbzn](https://github.com/gssbzn))
8+
- Global Clusters Service [\#32](https://github.com/mongodb/go-client-mongodb-atlas/pull/32) ([marinsalinas](https://github.com/marinsalinas))
9+
- fix: linting issue custom db roles [\#31](https://github.com/mongodb/go-client-mongodb-atlas/pull/31) ([marinsalinas](https://github.com/marinsalinas))
10+
- Auditing [\#30](https://github.com/mongodb/go-client-mongodb-atlas/pull/30) ([PacoDw](https://github.com/PacoDw))
11+
- Atlas Users Service [\#29](https://github.com/mongodb/go-client-mongodb-atlas/pull/29) ([marinsalinas](https://github.com/marinsalinas))
12+
- chore: added default disk size for each provider tier [\#27](https://github.com/mongodb/go-client-mongodb-atlas/pull/27) ([PacoDw](https://github.com/PacoDw))
13+
- Teams Service [\#26](https://github.com/mongodb/go-client-mongodb-atlas/pull/26) ([marinsalinas](https://github.com/marinsalinas))
14+
- Maintance windows [\#25](https://github.com/mongodb/go-client-mongodb-atlas/pull/25) ([PacoDw](https://github.com/PacoDw))
15+
- Service for manipulating Custom MongoDB Roles [\#20](https://github.com/mongodb/go-client-mongodb-atlas/pull/20) ([mpaluchowski](https://github.com/mpaluchowski))
16+
17+
## [v0.1.1](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.1.1) (2019-11-05)
18+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.1.0...v0.1.1)
19+
20+
**Closed issues:**
21+
22+
- Provide Cluster Advanced configuration API [\#22](https://github.com/mongodb/go-client-mongodb-atlas/issues/22)
23+
- Provide Alert Configurations API [\#18](https://github.com/mongodb/go-client-mongodb-atlas/issues/18)
24+
25+
**Merged pull requests:**
26+
27+
- Added missing comments and omitempty tags for the ProcessArgs struct [\#24](https://github.com/mongodb/go-client-mongodb-atlas/pull/24) ([PacoDw](https://github.com/PacoDw))
28+
- Add cluster advaced configuration support [\#23](https://github.com/mongodb/go-client-mongodb-atlas/pull/23) ([marinsalinas](https://github.com/marinsalinas))
29+
- Fix Linting issues. [\#21](https://github.com/mongodb/go-client-mongodb-atlas/pull/21) ([marinsalinas](https://github.com/marinsalinas))
30+
31+
## [v0.1.0](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.1.0) (2019-09-18)
32+
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.0.3...v0.1.0)
33+
34+
**Merged pull requests:**
35+
36+
- feat: add private ip mode service [\#19](https://github.com/mongodb/go-client-mongodb-atlas/pull/19) ([marinsalinas](https://github.com/marinsalinas))
37+
- chore: update changelog [\#17](https://github.com/mongodb/go-client-mongodb-atlas/pull/17) ([marinsalinas](https://github.com/marinsalinas))
38+
139
## [v0.0.3](https://github.com/mongodb/go-client-mongodb-atlas/tree/v0.0.3) (2019-08-14)
240
[Full Changelog](https://github.com/mongodb/go-client-mongodb-atlas/compare/v0.0.2...v0.0.3)
341

@@ -29,16 +67,6 @@
2967
- Chore: TravisCI integration [\#2](https://github.com/mongodb/go-client-mongodb-atlas/pull/2) ([marinsalinas](https://github.com/marinsalinas))
3068
- Cloud Provider Snapshot Restore Job Support [\#1](https://github.com/mongodb/go-client-mongodb-atlas/pull/1) ([PacoDw](https://github.com/PacoDw))
3169

32-
- feat: JobID was added to SnapshotReqPathParameters struct [\#10](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/10) ([PacoDw](https://github.com/PacoDw))
33-
- Programmatic API Keys Service. [\#9](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/9) ([marinsalinas](https://github.com/marinsalinas))
34-
- Cloud Provider Snapshots Support [\#7](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/7) ([PacoDw](https://github.com/PacoDw))
35-
- Clusters Support [\#6](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/6) ([marinsalinas](https://github.com/marinsalinas))
36-
- :feature add projects service to handle API calls [\#5](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/5) ([PacoDw](https://github.com/PacoDw))
37-
- Project IP Whitelist Support [\#4](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/4) ([marinsalinas](https://github.com/marinsalinas))
38-
- chore: change module name [\#3](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/3) ([marinsalinas](https://github.com/marinsalinas))
39-
- Database Users Service [\#2](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/2) ([marinsalinas](https://github.com/marinsalinas))
40-
- Project skeleton [\#1](https://github.com/mongodb-partners/go-client-mongodb-atlas/pull/1) ([marinsalinas](https://github.com/marinsalinas))
41-
4270

4371

4472
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)