Update Library
v1.2.0 - Update Library
Bug Fixes
-
Fixed a critical bug that prevented the
getBackupDatafunction 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
restorefunction 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.