Skip to content

Update Library

Choose a tag to compare

@guilhermelim guilhermelim released this 07 Jul 08:49
· 9 commits to main since this release

v1.2.0 - Update Library

Bug Fixes

  • Fixed a critical bug that prevented the getBackupData function from preserving all data types in the backup. This was accomplished by switching to EJSON serialization in MongoDB, which correctly handles all MongoDB types.

  • Updated the restore function to use EJSON deserialization, to ensure that all data types are correctly restored from the backup.

Performance Improvements

  • Enhanced the data backup and restore process by correctly preserving all MongoDB types, leading to more accurate backups and restores.

Internal

  • The changes in this release did not require any updates to the library documentation, as the API remains the same.

License

  • This project is licensed under the terms of the MIT License.