release: v1.1.0 — bug fixes, Docker, clients, SCRAM auth

- Bump version to 1.1.0 across all components
- Remove debug CI artifacts (debug.yml, test_all.nim.bak, test_lock)
- Update CHANGELOG with v1.1.0 release notes
- Bug fixes: irNeg, distributed txn, sharding, Raft majority, MVCC,
  LSM-Tree, auth (JWT + SCRAM-SHA-256), wire protocol, SQL injection,
  ReDoS, graph, vector, FTS, build warnings
- Client SDKs: JS/TS, Python, Nim, Rust with tests and examples
- Docker: production + source + test compose configs
- TLA+: crossmodal, backup, recovery specs with symmetry reduction
This commit is contained in:
2026-05-13 15:05:59 +03:00
parent 6665ee7e0a
commit 4e7e568525
16 changed files with 52 additions and 2643 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "baradb",
"version": "1.0.0",
"version": "1.1.0",
"description": "Official JavaScript/Node.js client for BaraDB — Multimodal Database Engine",
"main": "baradb.js",
"types": "baradb.d.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
# Package
version = "1.0.0"
version = "1.1.0"
author = "BaraDB Team"
description = "Official Nim client for BaraDB — async binary protocol client"
license = "Apache-2.0"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "baradb"
version = "1.0.0"
version = "1.1.0"
description = "Official Python client for BaraDB — Multimodal Database Engine"
readme = "README.md"
license = { text = "Apache-2.0" }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "baradb"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
authors = ["BaraDB Team <team@baradb.dev>"]
description = "Official Rust client for BaraDB — binary protocol client"