Releases: mhoc/mongodb-atlas-ts
Releases · mhoc/mongodb-atlas-ts
v0.0.12
- Add
client.databaseUsers.list()
- Update all dependencies
v0.0.10
Non-breaking from v0.0.9
- Just a dependency update.
v0.0.9
Breaking from v0.0.8
- Revert the change made in
v0.0.8
- Update
@mhoc/axios-digest-auth
to v0.3.0
to fix an issue with disfunctional non-GET requests.
v0.0.8
Breaking from v0.0.7
- Testing a fix for a type error in CloudBackupRestoreJob model.
v0.0.7
Non-Breaking from v0.0.6
- Fix a bug with
.cloudBackupRestoreJob.createDownload
- Add
.cloudBackupRestoreJob.get
- Add
.cloudBackupRestoreJob.list
v0.0.6
Non-Breaking from v0.0.5
- Replace the io-ts PathReporter module with a hopefully more user-friendly io-ts error reporter.
v0.0.5
Non-Breaking from v0.0.4
- Add
.cloudBackupRestoreJobs.createDownload
to create a downloadable cloud backup restore job.
- Some file name reorganization.
v0.0.4
Breaking from v0.0.3
- Fix an error in the type definition for
Cluster
.
v0.0.3
Non-Breaking from v0.0.2
- Add
.cloudBackups.list()
API
- Update README.md with some more info.