Skip to content

Commit 57fb3b4

Browse files
committed
merge main into release/v6.3.1 — release-file conflicts resolved to the 6.3.1 side (superset: changelogs already fold main's 6.3.0 sections; engine pin v0.1.22 > v0.1.21)
2 parents 0137efb + 2d83a0a commit 57fb3b4

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,21 @@ Java audit. Pins engine-service-v0.1.21 (deployed + cloud-gated 2026-07-03).
9898

9999
### Added
100100
- Chash-existence short-circuit before server-side embedding: full/forced
101+
re-index runs skip the Voyage embed for chunks whose content-addressed
102+
chash already exists (metadata still refreshed) — the dominant cost of
103+
full-run service-mode indexing.
104+
- `HttpVectorClient` signature-parity pin extended to all newly ported
105+
methods; real-client CLI tests (faked transport, no mocks) for the
106+
service-mode command surface.
107+
108+
### Changed
109+
- Pinned engine: engine-service-v0.1.21 — carries the catalog-registration
110+
convoy fixes (registration in its own micro-transaction +
111+
`CollectionRegistry` cache with eviction on delete/rename), per-DataSource
112+
admission control (typed 503 on admission timeout), a unified typed
113+
DB-error ladder across all HTTP handlers (SQLSTATE-23 -> 409, pool
114+
exhaustion -> 503), an `updateDocument` column whitelist, and jOOQ DSL
115+
conversions for the plain catalog DML.
101116

102117
## [6.2.0] - 2026-07-02
103118

0 commit comments

Comments
 (0)