hebbrix 2.2.1 → 2.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.3.1 — 2026-08-27
4
+
5
+ - Make single-memory `wait_for_index` a client-enforced readiness contract:
6
+ submit exactly one write, poll the durable receipt to searchable completion,
7
+ preserve receipt and idempotency context on timeout or cancellation, and
8
+ reject terminal indexing states.
9
+
10
+ ## 2.3.0 — 2026-08-27
11
+
12
+ - Reconcile every exported advanced method with the canonical public OpenAPI,
13
+ including temporal, working-memory, consolidation, memory-tool, and RL routes.
14
+ - Correct `collections.list()` to return `CursorPage<Collection>` at both type
15
+ and runtime levels, with clean-tarball compile and runtime coverage.
16
+ - Treat durable-but-indexing batch results as `202`, poll them through the SDK,
17
+ and throw `IndexingTimeoutError` with the durable receipt on client deadline.
18
+ - Preserve structured entitlement metadata in `EntitlementError`.
19
+ - Add a route-manifest release gate and clean-tarball installation verification.
20
+ - Withdraw the experimental World Model from the public SDK until a trained,
21
+ versioned production model artifact and serving contract exist.
22
+ - Publish compatibility through `GET /v1/release`; remove the broken repository
23
+ metadata and retain valid artifact and support links.
24
+
3
25
  ## 2.2.1 — 2026-08-26
4
26
 
5
27
  - Preserve bearer authentication, content type, user agent, idempotency, and