BREAKING CHANGE(api): reduce the package to the SmartMongo memory replica set API and remove bundled TsmDB and LocalTsmDb modules

This commit is contained in:
2026-03-26 14:51:17 +00:00
parent 8d918ec03b
commit 39ea05f2be
51 changed files with 141 additions and 12036 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-26 - 7.0.0 - BREAKING CHANGE(api)
reduce the package to the SmartMongo memory replica set API and remove bundled TsmDB and LocalTsmDb modules
- remove exports and source code for TsmDB, LocalTsmDb, and related utilities, handlers, storage adapters, and tests
- flatten SmartMongo into the main package entrypoint and keep mongodb-memory-server-based replica set startup as the core feature
- trim dependencies and documentation to focus the package on in-memory MongoDB replica sets for testing and development
## 2026-03-26 - 5.1.1 - fix(build)
migrate smartconfig metadata and refresh build dependencies