nedb-engine 2.3.333__tar.gz → 2.3.3333__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/PKG-INFO +5 -3
  2. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/README.md +4 -2
  3. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/pyproject.toml +1 -1
  4. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/__init__.py +1 -1
  5. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/_native.abi3.so +0 -0
  6. nedb_engine-2.3.3333/python/nedb/nedbd-v2 +0 -0
  7. nedb_engine-2.3.3333/python/nedb/nedbd-v2.exe +0 -0
  8. nedb_engine-2.3.333/python/nedb/nedbd-v2 +0 -0
  9. nedb_engine-2.3.333/python/nedb/nedbd-v2.exe +0 -0
  10. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/.gitignore +0 -0
  11. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/LICENSE +0 -0
  12. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/client/node/README.md +0 -0
  13. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/client/python/README.md +0 -0
  14. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/examples/mini-chain/README.md +0 -0
  15. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/autoindex.py +0 -0
  16. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/backends/__init__.py +0 -0
  17. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/backends/redis_backend.py +0 -0
  18. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/cascade.py +0 -0
  19. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/concurrent.py +0 -0
  20. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/crypto.py +0 -0
  21. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/engine.py +0 -0
  22. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/index.py +0 -0
  23. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/log.py +0 -0
  24. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/merkle.py +0 -0
  25. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/mongo.py +0 -0
  26. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/proof.py +0 -0
  27. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/query.py +0 -0
  28. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/redis_compat.py +0 -0
  29. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/relations.py +0 -0
  30. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/resp2.py +0 -0
  31. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/server.py +0 -0
  32. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/snapshot.py +0 -0
  33. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/sql.py +0 -0
  34. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/store.py +0 -0
  35. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/python/nedb/wrap_redis.py +0 -0
  36. {nedb_engine-2.3.333 → nedb_engine-2.3.3333}/rust/nedb-v2/README.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nedb-engine
3
- Version: 2.3.333
3
+ Version: 2.3.3333
4
4
  Summary: NEDB — a versioned, self-compressing, time-traveling embedded database (replay-protected, idempotent, relational, searchable) with durable AOF persistence and a server daemon (nedbd).
5
5
  Project-URL: Homepage, https://github.com/aiassistsecure/nedb
6
6
  Project-URL: Repository, https://github.com/aiassistsecure/nedb
@@ -41,9 +41,11 @@ One Rust core → ships to **PyPI** and **npm** from a single source.
41
41
 
42
42
  ---
43
43
 
44
- ## NEDB v2.3.333 — Production Stable
44
+ ## NEDB v2.3.3333 — Production Stable
45
45
 
46
- **Current stable: 2.3.333** — Cross-platform native wheels shipping `nedbd-v2` binary inside `pip install nedb-engine`. Linux + Windows wheels built on GitHub Actions; macOS arm64 + x86_64 wheels built on Codemagic (M2 Mac Minis). All four platforms publish from one `v*` tag.
46
+ **Current stable: 2.3.3333** — Cross-platform native wheels shipping `nedbd-v2` binary inside `pip install nedb-engine`. Linux + Windows wheels built on GitHub Actions; macOS arm64 + x86_64 wheels built on Codemagic (M2 Mac Minis). All four platforms publish from one `v*` tag.
47
+
48
+ **New in 2.3.3333:** opt-in **macOS fast-fsync** (`NEDB_FAST_FSYNC`) — the v3 segment store skips macOS's slow `F_FULLFSYNC` for a plain `fsync(2)` (default off; no-op on Linux/Windows), cutting flush latency on Fusion/SATA Macs without touching durability semantics by default. Closes the 3's cycle — next is **2.4.0**.
47
49
 
48
50
  **New in 2.3.333:** comprehensive documentation for the **NEDB v3 segment/pack object store** (see the v3 section below) — the opt-in append-only storage substrate that took a real itcd chainstate flush from *minutes* to **under 2 seconds**. Engine code is unchanged from 2.3.33, which shipped durable **flush-on-close** (a `Db` persists buffered writes when dropped, matching sled/RocksDB), a **cross-platform Windows-safe id-index** (percent-encodes filesystem-unsafe document ids — link ids, paths), and idempotent object re-writes.
49
51
 
@@ -20,9 +20,11 @@ One Rust core → ships to **PyPI** and **npm** from a single source.
20
20
 
21
21
  ---
22
22
 
23
- ## NEDB v2.3.333 — Production Stable
23
+ ## NEDB v2.3.3333 — Production Stable
24
24
 
25
- **Current stable: 2.3.333** — Cross-platform native wheels shipping `nedbd-v2` binary inside `pip install nedb-engine`. Linux + Windows wheels built on GitHub Actions; macOS arm64 + x86_64 wheels built on Codemagic (M2 Mac Minis). All four platforms publish from one `v*` tag.
25
+ **Current stable: 2.3.3333** — Cross-platform native wheels shipping `nedbd-v2` binary inside `pip install nedb-engine`. Linux + Windows wheels built on GitHub Actions; macOS arm64 + x86_64 wheels built on Codemagic (M2 Mac Minis). All four platforms publish from one `v*` tag.
26
+
27
+ **New in 2.3.3333:** opt-in **macOS fast-fsync** (`NEDB_FAST_FSYNC`) — the v3 segment store skips macOS's slow `F_FULLFSYNC` for a plain `fsync(2)` (default off; no-op on Linux/Windows), cutting flush latency on Fusion/SATA Macs without touching durability semantics by default. Closes the 3's cycle — next is **2.4.0**.
26
28
 
27
29
  **New in 2.3.333:** comprehensive documentation for the **NEDB v3 segment/pack object store** (see the v3 section below) — the opt-in append-only storage substrate that took a real itcd chainstate flush from *minutes* to **under 2 seconds**. Engine code is unchanged from 2.3.33, which shipped durable **flush-on-close** (a `Db` persists buffered writes when dropped, matching sled/RocksDB), a **cross-platform Windows-safe id-index** (percent-encodes filesystem-unsafe document ids — link ids, paths), and idempotent object re-writes.
28
30
 
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
10
10
 
11
11
  [project]
12
12
  name = "nedb-engine"
13
- version = "2.3.333"
13
+ version = "2.3.3333"
14
14
  description = "NEDB — a versioned, self-compressing, time-traveling embedded database (replay-protected, idempotent, relational, searchable) with durable AOF persistence and a server daemon (nedbd)."
15
15
  readme = "README.md"
16
16
  requires-python = ">=3.8"
@@ -89,4 +89,4 @@ __all__ = [
89
89
  "verify_proof", "fold_head",
90
90
  "_native", "__has_native__",
91
91
  ]
92
- __version__ = "2.3.333"
92
+ __version__ = "2.3.3333"
index 38bc791..19b2cd9 100755
Binary file
Binary file
File without changes
File without changes