Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
weaviate-v1.32.1-darwin-all.zip.md5 | 2025-07-25 | 33 Bytes | |
weaviate-v1.32.1-darwin-all.zip.sha256 | 2025-07-25 | 65 Bytes | |
weaviate-v1.32.1-darwin-all.zip | 2025-07-25 | 129.4 MB | |
weaviate-v1.32.1-linux-amd64.tar.gz.sha256 | 2025-07-25 | 65 Bytes | |
weaviate-v1.32.1-linux-amd64.tar.gz.md5 | 2025-07-25 | 33 Bytes | |
weaviate-v1.32.1-linux-arm64.tar.gz.sha256 | 2025-07-25 | 65 Bytes | |
weaviate-v1.32.1-linux-amd64.tar.gz | 2025-07-25 | 64.5 MB | |
weaviate-v1.32.1-linux-arm64.tar.gz.md5 | 2025-07-25 | 33 Bytes | |
weaviate-v1.32.1-linux-arm64.tar.gz | 2025-07-25 | 62.0 MB | |
README.md | 2025-07-25 | 5.2 kB | |
v1.32.1 - Usage metrics improvements, OIDC custom JWKS support, RBAC new read-only group support source code.tar.gz | 2025-07-25 | 5.1 MB | |
v1.32.1 - Usage metrics improvements, OIDC custom JWKS support, RBAC new read-only group support source code.zip | 2025-07-25 | 8.0 MB | |
Totals: 12 Items | 269.1 MB | 2 |
Breaking Changes
none
New Features
none
Fixes
- Filtered Search with muvera by @robbespo00 in https://github.com/weaviate/weaviate/pull/8252
- chore(alias): Make alias name case-insenstive similar to collection. by @kavirajk in https://github.com/weaviate/weaviate/pull/8665
- Enable reading of segment files with extra info by @dirkkul in https://github.com/weaviate/weaviate/pull/8603
- Add support for new build-in role read-only by @dirkkul in https://github.com/weaviate/weaviate/pull/8664
- refact(usage): auto enable TrackVectorDimensions for usage without Prometheus metrics pushing by @moogacs in https://github.com/weaviate/weaviate/pull/8661
- fix(vector metrics): group dimensions metric to avoid high cardinality by @moogacs in https://github.com/weaviate/weaviate/pull/8671
- fix(async-replication): use thread safe shuffler for Finder() by @moogacs in https://github.com/weaviate/weaviate/pull/8677
- Add info in segment filename by @dirkkul in https://github.com/weaviate/weaviate/pull/8576
- Cleanup segment interface by @dirkkul in https://github.com/weaviate/weaviate/pull/8680
- feat(usage)-modules: add isDynamic field for index types and report underlying index by @moogacs in https://github.com/weaviate/weaviate/pull/8685
- feat(usage-module): add shard jitter to avoid overwhelm fs by @moogacs in https://github.com/weaviate/weaviate/pull/8681
- Fix viewer groups removal at startup by @dirkkul in https://github.com/weaviate/weaviate/pull/8658
- refact(usage-module): pass jitter to service when get updated by @moogacs in https://github.com/weaviate/weaviate/pull/8687
- chore(log): change err log level to warn as is not actionable by @moogacs in https://github.com/weaviate/weaviate/pull/8688
- feat(usage-module): expose the shard status to the report by @moogacs in https://github.com/weaviate/weaviate/pull/8690
- Configurable vector dimensions tracking interval by @parkerduckworth in https://github.com/weaviate/weaviate/pull/8691
- fix: uncomment TEST_WEAVIATE_IMAGE environment variable in SetupSuite by @jeroiraz in https://github.com/weaviate/weaviate/pull/8634
- Add read and write support for metadata files by @dirkkul in https://github.com/weaviate/weaviate/pull/8684
- LSM: Optimize indice writing by @dirkkul in https://github.com/weaviate/weaviate/pull/8694
- fix(backup): error handling in case of cancellation and always release classes by @moogacs in https://github.com/weaviate/weaviate/pull/8659
- Fix - BMW filtered search Memtable and context by @amourao in https://github.com/weaviate/weaviate/pull/8700
- Fix hybrid index bq pq panic by @abdelr in https://github.com/weaviate/weaviate/pull/8699
- feat(usage-module): convert bucket permission verification as opt-in by @moogacs in https://github.com/weaviate/weaviate/pull/8701
- feature(oidc): Add support for custom OIDC JWKS URL by @antas-marcin in https://github.com/weaviate/weaviate/pull/8689
- refact(offloading): delete frozen shards from index no matter closed or not by @moogacs in https://github.com/weaviate/weaviate/pull/8657
- Reduce allocations for segment buffered reader by @etiennedi in https://github.com/weaviate/weaviate/pull/8715
- refact(usage-module): return no error if object bucket if there is no objects by @moogacs in https://github.com/weaviate/weaviate/pull/8719
- chore(rbac&auditlogging): add a test to reproduce duplicate resource in logging by @moogacs in https://github.com/weaviate/weaviate/pull/8722
- fix(RBAC-AuthZ): add resources aggregator by @moogacs in https://github.com/weaviate/weaviate/pull/8723
- feat(usage-module): add missing data on cold tenants for named vector by @moogacs in https://github.com/weaviate/weaviate/pull/8730
- refact(usage-module): omitempty for usage report by @moogacs in https://github.com/weaviate/weaviate/pull/8733
- Improvements to vector index tests by @trengrj in https://github.com/weaviate/weaviate/pull/8736
- chore(test): stabilize RBAC restore test by wait for restore by @moogacs in https://github.com/weaviate/weaviate/pull/8738
- Improved Debug logs for possibly unbounded concurrency (specifically in relation to batch deletes) by @etiennedi in https://github.com/weaviate/weaviate/pull/8739
- refact(usage-module): collect concurrently to avoid intervals overlap by @moogacs in https://github.com/weaviate/weaviate/pull/8741
- feat(usage-module): include the object count from the new metadata file in object bucket by @moogacs in https://github.com/weaviate/weaviate/pull/8721
- feat(usage-module): treat loading shards as cold tenants to avoid blocking usage by @moogacs in https://github.com/weaviate/weaviate/pull/8744
- fix(text2vec-google): Google AI Studio endpoint fix by @antas-marcin in https://github.com/weaviate/weaviate/pull/8746
- Fix/Improve Concurrency Control for nested callstacks by @etiennedi in https://github.com/weaviate/weaviate/pull/8743
- Improve RQ test performance by @trengrj in https://github.com/weaviate/weaviate/pull/8737
New Contributors
- @DanielJanicek made their first contribution in https://github.com/weaviate/weaviate/pull/8703
Full Changelog: https://github.com/weaviate/weaviate/compare/v1.32.0...v1.32.1