meridian-cli 1.2.0 → 1.2.1

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 (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # meridian-cli
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 664b1e4: Add E2E encryption, BFT signing, and cross-SDK feature parity.
8
+
9
+ - AES-GCM-256 envelope encryption and Ed25519 BFT signing in the TypeScript SDK
10
+ - New `packages/python/` — `meridian-crdt` Python package with full CRDT support (GCounter, PNCounter, LwwRegister, Presence), optional AES-GCM-256 encryption and Ed25519 signing, asyncio-native transport with auto-reconnect
11
+ - Rust client SDK (`meridian-client`): AES-GCM-256 encryption and Ed25519 BFT signing on LwwRegister and Presence handles (`--features crypto`), HTTP client for REST endpoints (`--features http`), auth token parsing and permission checks
12
+ - CRDT compactor background task for RGA and Tree tombstone cleanup
13
+
14
+ - Updated dependencies [664b1e4]
15
+ - meridian-sdk@1.7.0
16
+
3
17
  ## 1.2.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meridian-cli",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CLI for inspecting and replaying Meridian CRDT state",
5
5
  "type": "module",
6
6
  "bin": {