Change8

v1.37.7

📦 weaviateView on GitHub →
🐛 11 fixes

Summary

This release focuses primarily on stability and testing improvements, including fixes for LSMKV compaction, database operations, memory usage reduction, and deflaking several integration tests.

🐛 Bug Fixes

  • LSMKV compaction now aborts immediately on cancel.
  • Fixed sync-rename + async RemoveAll on collection / shard delete.
  • Made async-delete drop idempotent for a missing source.
  • Reduced size of backup to speed up CI tests.
  • Stopped logging issue link in qa_pr.sh script.
  • Improved assertions and log verbosity in TestReplicationReplicateWithLazyShardLoading.
  • Reduced posting map memory usage in hfresh.
  • Added more information to RBAC denied logs.
  • Fixed concurrent network overlap in test/docker by using per-network subnet with retry.
  • Deflaked TestReplicationDigestObjectsInRange/TruncatedBinaryRecord test.
  • Dropped flaky RegisterAssignsMonotoneSeq subtest.