Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 012632111e | |||
| b9a59a8649 |
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-04-05 - 2.6.1 - fix(readme)
|
||||
correct ASCII diagram spacing in architecture overview
|
||||
|
||||
- Adjusts alignment in the README architecture diagram for clearer visual formatting.
|
||||
|
||||
## 2026-04-05 - 2.6.0 - feat(readme)
|
||||
document index enforcement, storage reliability, and data integrity validation features
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartdb",
|
||||
"version": "2.6.0",
|
||||
"version": "2.6.1",
|
||||
"private": false,
|
||||
"description": "A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.",
|
||||
"exports": {
|
||||
|
||||
@@ -50,7 +50,7 @@ SmartDB uses a **sidecar binary** pattern — TypeScript handles lifecycle, Rust
|
||||
│ │ SmartdbServer │────▶│ RustDbBridge (IPC) │ │
|
||||
│ │ or LocalSmartDb │ │ @push.rocks/smartrust │ │
|
||||
│ └─────────────────┘ └───────────┬───────────────┘ │
|
||||
└──────────────────────────────────────┼───────────────────────┘
|
||||
└─────────────────────────────────── ───┼───────────────────────┘
|
||||
│ spawn + JSON IPC
|
||||
▼
|
||||
┌──────────────────────────────────────────────────────────────┐
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartdb',
|
||||
version: '2.6.0',
|
||||
version: '2.6.1',
|
||||
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user