Change8

v1.33.2

📦 weaviateView on GitHub →
1 features🐛 11 fixes🔧 3 symbols

Summary

This patch release focuses primarily on bug fixes across various components including data race conditions, RAFT state restoration, replication tests, and quantization vector handling. It also introduces the ability to sort the backup list and return backup size.

✨ New Features

  • feat: sort backup list with desc/asc order and return backup size by @gkampitakis in https://github.com/weaviate/weaviate/pull/9502

🐛 Bug Fixes

  • fix: data race in commit logger by @robbespo00 in https://github.com/weaviate/weaviate/pull/9443
  • Always defer waitgroup in raft apply by @dirkkul in https://github.com/weaviate/weaviate/pull/9489
  • Fix restoring db users from old RAFT state by @dirkkul in https://github.com/weaviate/weaviate/pull/9487
  • fix: RQ quantization vectors compressed folder by @antas-marcin in https://github.com/weaviate/weaviate/pull/9504
  • fix(test): proper context management and timeout for backup tests by @salvatore-campagna-weaviate in https://github.com/weaviate/weaviate/pull/9505
  • fix: add extra info to cleaned segments only if option enabled by @aliszka in https://github.com/weaviate/weaviate/pull/9498
  • fix(Eventual consistency): return latest version in auto tenant and add object by @moogacs in https://github.com/weaviate/weaviate/pull/9401
  • fix(test): wait for class initialization in replica replication tests by @salvatore-campagna-weaviate in https://github.com/weaviate/weaviate/pull/9516
  • fix: propagate timeout contexts through replication acceptance tests by @salvatore-campagna-weaviate in https://github.com/weaviate/weaviate/pull/9518
  • fix: dynamic upgrade state collision with named vectors by @asdine in https://github.com/weaviate/weaviate/pull/9511
  • test: let backup journey retry while previous run clears by @salvatore-campagna-weaviate in https://github.com/weaviate/weaviate/pull/9522

🔧 Affected Symbols

raft applycommit loggerRQ quantization vectors