Skip to content

Releases: mhoc/mongodb-atlas-ts

v0.0.12

18 Oct 19:47
Compare
Choose a tag to compare
  • Add client.databaseUsers.list()
  • Update all dependencies

v0.0.11

28 Jul 20:51
Compare
Choose a tag to compare
  • Update dependencies

v0.0.10

15 Feb 16:59
Compare
Choose a tag to compare

Non-breaking from v0.0.9

  • Just a dependency update.

v0.0.9

22 Dec 17:49
Compare
Choose a tag to compare

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

22 Dec 17:48
Compare
Choose a tag to compare

Breaking from v0.0.7

  • Testing a fix for a type error in CloudBackupRestoreJob model.

v0.0.7

22 Dec 16:03
Compare
Choose a tag to compare

Non-Breaking from v0.0.6

  • Fix a bug with .cloudBackupRestoreJob.createDownload
  • Add .cloudBackupRestoreJob.get
  • Add .cloudBackupRestoreJob.list

v0.0.6

21 Dec 23:00
Compare
Choose a tag to compare

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

21 Dec 22:07
Compare
Choose a tag to compare

Non-Breaking from v0.0.4

  • Add .cloudBackupRestoreJobs.createDownload to create a downloadable cloud backup restore job.
  • Some file name reorganization.

v0.0.4

21 Dec 21:17
Compare
Choose a tag to compare

Breaking from v0.0.3

  • Fix an error in the type definition for Cluster.

v0.0.3

21 Dec 20:46
Compare
Choose a tag to compare

Non-Breaking from v0.0.2

  • Add .cloudBackups.list() API
  • Update README.md with some more info.