What's Changed
- doc: changelog and blog post for 0.4.11 by @nicoloboschi in #363
- feat: allow chunks-only in recall (max_tokens=0) by @nicoloboschi in #364
- fix(openclaw): remove unused imports, retry health check, suppress unhandled rejection by @slayoffer in #373
- fix: propagate document_tags in async retain path by @abix5 in #374
- feat: add Go client SDK with ogen code generation by @franchb in #375
- fix: improve async batch retain with large payloads by @nicoloboschi in #366
- feat: support Batch API for retain (openai/groq) by @nicoloboschi in #365
- feat: use official go generator for Go client by @nicoloboschi in #377
- feat: support for pgvectorscale (DiskANN) by @nicoloboschi in #378
- doc: add go client examples by @nicoloboschi in #380
- ci: ensure docs get created with no extracted facts by @nicoloboschi in #379
- feat: support azure pg_diskann by @nicoloboschi in #381
- doc: add faq page by @nicoloboschi in #383
- fix(openclaw): error E2BIG on large content ingested by @nicoloboschi in #389
- fix(python-client): async method parity and server keepalive timeout by @cdbartholomew in #387
- feat: accept pdf, images and office files by @nicoloboschi in #390
- fix: restore entity retrieval in recall by @dcbouius in #391
- fix(go-client): use monorepo-compatible module path by @franchb in #392
- feat: improve ai sdk tools by @nicoloboschi in #394
- fix(go-client): add go build to CI by @nicoloboschi in #393
- fix(openclaw): shell safety, HTTP dual-mode, lazy reinit, per-user banks by @slayoffer in #388
- feat: add iris as file parser by @nicoloboschi in #395
- fix: improve openclaw test coverage by @nicoloboschi in #396
New Contributors
Full Changelog: v0.4.11...v0.4.12