Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
weaviate-v1.32.3-darwin-all.zip.sha256 | 2025-08-12 | 65 Bytes | |
weaviate-v1.32.3-darwin-all.zip.md5 | 2025-08-12 | 33 Bytes | |
weaviate-v1.32.3-darwin-all.zip | 2025-08-12 | 129.5 MB | |
weaviate-v1.32.3-linux-amd64.tar.gz.sha256 | 2025-08-12 | 65 Bytes | |
weaviate-v1.32.3-linux-amd64.tar.gz.md5 | 2025-08-12 | 33 Bytes | |
weaviate-v1.32.3-linux-arm64.tar.gz.sha256 | 2025-08-12 | 65 Bytes | |
weaviate-v1.32.3-linux-arm64.tar.gz.md5 | 2025-08-12 | 33 Bytes | |
weaviate-v1.32.3-linux-amd64.tar.gz | 2025-08-12 | 64.6 MB | |
weaviate-v1.32.3-linux-arm64.tar.gz | 2025-08-12 | 62.1 MB | |
README.md | 2025-08-12 | 1.5 kB | |
v1.32.3 - Async replication potential deadlock Fix, Vector dimensions validation logic improvements, OpenAI GPT-5 model support source code.tar.gz | 2025-08-12 | 5.1 MB | |
v1.32.3 - Async replication potential deadlock Fix, Vector dimensions validation logic improvements, OpenAI GPT-5 model support source code.zip | 2025-08-12 | 8.0 MB | |
Totals: 12 Items | 269.3 MB | 10 |
Breaking Changes
none
New Features
none
Fixes
- fix: pause compaction during ObjectDigestsInRange execution by @jeroiraz in https://github.com/weaviate/weaviate/pull/8850
- chore(named-vectors): adjust vectorizer modules validation logic by @antas-marcin in https://github.com/weaviate/weaviate/pull/8799
- fix: pause compaction during ObjectDigestsInRange execution by @trengrj in https://github.com/weaviate/weaviate/pull/8861
- flat: implement ValidateBeforeInsert by @asdine in https://github.com/weaviate/weaviate/pull/8865
- chore(text2vec-google): add support for taskType setting by @antas-marcin in https://github.com/weaviate/weaviate/pull/8848
- fix(generative-google): add support for gpt-5 model by @antas-marcin in https://github.com/weaviate/weaviate/pull/8856
- fix(usage): prevent panics caused by race conditions when deleting shards and collections by @moogacs in https://github.com/weaviate/weaviate/pull/8849
- fix: use blocking cursor to list object digests by @jeroiraz in https://github.com/weaviate/weaviate/pull/8872
- chore(repair-index): add verbose logging by @antas-marcin in https://github.com/weaviate/weaviate/pull/8874
- fix: introduce async queue retries by @antas-marcin in https://github.com/weaviate/weaviate/pull/8863
- alias: Avoid changing collection properties via alias. by @kavirajk in https://github.com/weaviate/weaviate/pull/8834
Full Changelog: https://github.com/weaviate/weaviate/compare/v1.32.2...v1.32.3