Breaking Changes
none
New Features
none
Fixes
- Fix edge case of file being deleted between stat and open by @dirkkul in https://github.com/weaviate/weaviate/pull/10716
- Fix potential race during RBAC restore by @dirkkul in https://github.com/weaviate/weaviate/pull/10706
- modules(multi2vec-google): add support for Google AI Studio models by @antas-marcin in https://github.com/weaviate/weaviate/pull/10719
- test(multi2vec-google): add Google AI Studio tests by @antas-marcin in https://github.com/weaviate/weaviate/pull/10725
- feat: add audio support to multi2vec-google module by @antas-marcin in https://github.com/weaviate/weaviate/pull/10733
- Fix race between empty cache prefill and compression by @trengrj in https://github.com/weaviate/weaviate/pull/10715
- Fix race in RBAC restore by @dirkkul in https://github.com/weaviate/weaviate/pull/10736
- [fix] Checks on cache by @robbespo00 in https://github.com/weaviate/weaviate/pull/10673
- Fix flaky TestNetworkIsolationSplitBrain with periodic memberlist rejoin by @etiennedi in https://github.com/weaviate/weaviate/pull/10698
- optimization: object digest with partial unmarshalling by @jeroiraz in https://github.com/weaviate/weaviate/pull/10741
- chore(log): decrease log level to DEBUG by @moogacs in https://github.com/weaviate/weaviate/pull/10757
- fix-test(offload): Test_UploadS3Journey simulate network down on cloud provider by @moogacs in https://github.com/weaviate/weaviate/pull/10713
- test: reduce MaxWorkers in async replication config from 20 to 10 by @jeroiraz in https://github.com/weaviate/weaviate/pull/10759
- Let claude prefer table driven tests by @dirkkul in https://github.com/weaviate/weaviate/pull/10766
- feat: add DisableDimensionMetrics configuration to control reporting by @amourao in https://github.com/weaviate/weaviate/pull/10800
- fix: ensure original objects are preserved during read-repair in CheckConsistency by @jeroiraz in https://github.com/weaviate/weaviate/pull/10788
- chore: include switching to binary encoding for digest responses by @jeroiraz in https://github.com/weaviate/weaviate/pull/10791
- fix: avoid double metric registration by @amourao in https://github.com/weaviate/weaviate/pull/10808
- security: bump google.golang.org/grpc to v1.79.3 by @antas-marcin in https://github.com/weaviate/weaviate/pull/10818
- security: add .claude folder to CODEOWNERS by @antas-marcin in https://github.com/weaviate/weaviate/pull/10827
- fix(ci): add Orca scans to PR docker image builds by @antas-marcin in https://github.com/weaviate/weaviate/pull/10686
- feat: introduce token source authentication for backups-gcs and usage-gcs by @gkampitakis in https://github.com/weaviate/weaviate/pull/10540
- [fix] Add checks on quantized distance bag by @robbespo00 in https://github.com/weaviate/weaviate/pull/10755
- fix: nil pointer panic in UpdateLastUsedTimestamp for unknown users by @jfrancoa in https://github.com/weaviate/weaviate/pull/10833
- Fix cycle callbacks to include dynamic index by @trengrj in https://github.com/weaviate/weaviate/pull/10846
- feat: add name to CycleManager with start/stop logging by @aliszka in https://github.com/weaviate/weaviate/pull/10845
- perf: compaction replace use less heap by @amourao in https://github.com/weaviate/weaviate/pull/10678
- Improve parsing of property length in BMW segments by @dirkkul in https://github.com/weaviate/weaviate/pull/10844
- [Compression] Catch target vector error by @trengrj in https://github.com/weaviate/weaviate/pull/10806
Full Changelog: https://github.com/weaviate/weaviate/compare/v1.34.19...v1.34.20