Skip to content

Version 0.12.0 - Includes Basic Cloud Backup Endpoints

Choose a tag to compare

@mgmonteleone mgmonteleone released this 05 Aug 03:53
· 105 commits to master since this release
65e1e28
Merging Develop into Master for 0.12 Release (#52)

* Resolved #41, adding a tls version helper to Clusters

* Added endpoint to pull events by date.

Resolved #45

* Updated tests

Resolved #45

* Resolved #47 Added addtional info to Events endpoints.
Completed full CPS events information in Events.

* #50 Added Cloud backup endpoints to settings.py.

* #51 added cloud backup restore jobs endpoints to settings.py.

* Moved ProviderName and MongoDBMajorVersion to lib.

Cleaned up some inconsistant import statements in atlas.py

* Added `mongod` version 5.0 to major version

* Moved ClusterType to from clusters.py to lib.py

* #50 completed cloud snapshot GET methods (task 1 and 2)

* Completed #50, Basic Cloud Backup methods.

* #51 Created restore request objects.

* #51 Completed snapshot restore request.

* #51 Completed snapshot restore request.

* #51 Completed tests and bug fixing for request snapshot restore.

* Fixing import which was breaking tests.

* Fixing import which was breaking tests.

* Fixing import which was breaking tests.

* Fixing import which was breaking tests.

* Completed #51, added GET endpoints for restore jobs, added tests, and cleaned up a bit.

* Removed two unneeded tests.

Co-authored-by: mgm <mgm@mgm.dev>