v1.38.13
v1.38.13 - MCP stateless endpoint Fix, New generative-digitalocean module
Added 2
- Add DigitalOcean generative module
- Add export/import endpoints for db user API-key hashes
Fixed 4
- Drain in-flight references before drop tears the shard store down
- Respect named-vector source_properties when re-vectorizing on update
- Decode centroid codes with the right quantizer in split/merge reassignment
- Refuse GET with 405 and run the streamable server stateless
Security 1
- Pin minimum openssl version in Docker so cached builds pull CVE fixes
From Weaviate
Breaking Changes
none
New Features
none
Fixes
- feat(generative-digitalocean): add DigitalOcean generative module by @antas-marcin in https://github.com/weaviate/weaviate/pull/12786
- Backport: drain in-flight references before drop tears the shard store down by @jfrancoa in https://github.com/weaviate/weaviate/pull/12797
- security(docker): pin minimum openssl version so cached builds pull CVE fixes by @antas-marcin in https://github.com/weaviate/weaviate/pull/12799
- chore(Dockerfile): remove unnecessary comments by @antas-marcin in https://github.com/weaviate/weaviate/pull/12803
- feat(users): export/import endpoints for db user API-key hashes by @tsmith023 in https://github.com/weaviate/weaviate/pull/12782
- fix: respect named-vector source_properties when re-vectorizing on update by @g-despot in https://github.com/weaviate/weaviate/pull/11789
- Silence expected recovered-panic noise in async replication scheduler unit tests by @jeroiraz in https://github.com/weaviate/weaviate/pull/12808
- fix(hfresh): decode centroid codes with the right quantizer in split/merge reassignment by @asdine in https://github.com/weaviate/weaviate/pull/12795
- chore(gen-code-from-swagger.sh): add code formatting step by @antas-marcin in https://github.com/weaviate/weaviate/pull/12814
- mcp: refuse GET with 405 and run the streamable server stateless by @g-despot in https://github.com/weaviate/weaviate/pull/12789
Full Changelog: https://github.com/weaviate/weaviate/compare/v1.38.12...v1.38.13