meridian-cli 1.2.0 → 1.2.2

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 +21 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # meridian-cli
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [51682b1]
8
+ - meridian-sdk@1.7.1
9
+
10
+ ## 1.2.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 664b1e4: Add E2E encryption, BFT signing, and cross-SDK feature parity.
15
+
16
+ - AES-GCM-256 envelope encryption and Ed25519 BFT signing in the TypeScript SDK
17
+ - 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
18
+ - 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
19
+ - CRDT compactor background task for RGA and Tree tombstone cleanup
20
+
21
+ - Updated dependencies [664b1e4]
22
+ - meridian-sdk@1.7.0
23
+
3
24
  ## 1.2.0
4
25
 
5
26
  ### 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.2",
4
4
  "description": "CLI for inspecting and replaying Meridian CRDT state",
5
5
  "type": "module",
6
6
  "bin": {