You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 3, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@ All notable changes to this project are documented in this file.
5
5
The format follows Keep a Changelog and the project adheres to Semantic Versioning.
6
6
7
7
## [Unreleased]
8
+
### Changed
9
+
- Moved mutable DB ownership behind an internal runtime and moved file upload / path handling behind a real `FileStore` subsystem.
10
+
-`Collection` now uses an internal backing store, enforces `maxDecodedViews` / `maxRecordsInMemory`, and applies revision-based conflict checks in update paths.
11
+
12
+
### Removed
13
+
- Compatibility aliases `getDiag()`, `getAllCollectionName()`, and `unRegisterSchema()`.
14
+
- Direct file helper methods from `ESPJsonDB`; use `db.files()` only.
8
15
9
16
## [2.0.0] - 2026-03-27
10
17
### Added
@@ -18,6 +25,7 @@ The format follows Keep a Changelog and the project adheres to Semantic Versioni
18
25
### Changed
19
26
- Snapshot payloads now include `_meta` alongside `_id` and document fields.
20
27
-`getDiagnostics()` replaces `getDiag()`, `listCollectionNames()` replaces `getAllCollectionName()`, and `unregisterSchema()` replaces `unRegisterSchema()`.
28
+
- File operations now live only behind `db.files()`, with async state access renamed to `cancelUpload()` / `getUploadState()`.
21
29
- Collection persistence now uses `.jdb` files instead of raw `.mp` MessagePack payload files.
22
30
- Unique constraints are enforced through in-memory per-field indexes instead of full collection scans.
23
31
- The top-level CMake build now uses C++17 to match the library metadata.
0 commit comments