Bump version to 1.1.4 across all components
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled
This commit is contained in:
@@ -50,7 +50,7 @@ All notable changes to BaraDB are documented in this file.
|
||||
|
||||
### Added
|
||||
|
||||
- **Client SDKs v1.1.0** — Full-featured clients for all languages:
|
||||
- **Client SDKs v1.1.4** — Full-featured clients for all languages:
|
||||
- JavaScript: TypeScript definitions, package.json, examples, unit & integration tests
|
||||
- Python: Restructured as proper package (`baradb/` with `__init__.py` and `core.py`), pyproject.toml, examples, tests (query builder, wire protocol, integration)
|
||||
- Nim: Examples, integration tests, README
|
||||
@@ -81,7 +81,7 @@ All notable changes to BaraDB are documented in this file.
|
||||
### Changed
|
||||
|
||||
- **Version bumped to 1.1.0** across all components (server, Docker images, clients, CLI)
|
||||
- **README** — Version badge updated; all feature tables now reference v1.1.0
|
||||
- **README** — Version badge updated; all feature tables now reference v1.1.4
|
||||
- **TLA+ Formal Verification** — Added `crossmodal.tla`, `backup.tla`, `recovery.tla`; symmetry reduction in all 9 specs
|
||||
- **Clean build** — 0 compiler warnings on Nim 2.2.10
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@ raft_peers = "node2:9001,node3:9001"
|
||||
```
|
||||
|
||||
```
|
||||
BaraDB v1.1.0 — Multimodal Database Engine
|
||||
BaraDB v1.1.4 — Multimodal Database Engine
|
||||
|
||||
Usage:
|
||||
baradadb [options]
|
||||
|
||||
@@ -144,7 +144,7 @@ strip build/baradadb
|
||||
|
||||
```bash
|
||||
./build/baradadb --version
|
||||
# Expected: BaraDB v1.1.0 — Multimodal Database Engine
|
||||
# Expected: BaraDB v1.1.4 — Multimodal Database Engine
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
@@ -259,7 +259,7 @@ db.close()
|
||||
./build/baradadb
|
||||
|
||||
# Expected output:
|
||||
# BaraDB v1.1.0 — Multimodal Database Engine
|
||||
# BaraDB v1.1.4 — Multimodal Database Engine
|
||||
# BaraDB TCP listening on 127.0.0.1:9472
|
||||
|
||||
# Test with HTTP API
|
||||
|
||||
Reference in New Issue
Block a user