# Weaviate v1.38.13 — v1.38.13 - MCP stateless endpoint Fix, New generative-digitalocean module - Product: Weaviate (https://whatsnew.fyi/product/weaviate) - Vendor: Weaviate - Date: 2026-08-27 - Version: v1.38.13 - Original notes: https://github.com/weaviate/weaviate/releases/tag/v1.38.13 - Permalink: https://whatsnew.fyi/product/weaviate/releases/v1.38.13 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add DigitalOcean generative module - **fixed** — Drain in-flight references before drop tears the shard store down - **security** — Pin minimum openssl version in Docker so cached builds pull CVE fixes - **added** — Add export/import endpoints for db user API-key hashes - **fixed** — Respect named-vector source_properties when re-vectorizing on update - **fixed** — Decode centroid codes with the right quantizer in split/merge reassignment - **fixed** — Refuse GET with 405 and run the streamable server stateless ##### 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