Skip to content

v1.32.10 - LSM store and Async Replication Fixes, Support for Cohere vision models in generative-cohere module

Choose a tag to compare

@antas-marcin antas-marcin released this 23 Sep 15:17
· 8277 commits to main since this release

Breaking Changes

none

New Features

none

Fixes

  • fix(alias): backup recovery error when using alias + overwrite_alias flag by @kavirajk in #9192
  • fix(replication-broadcast): communicate failed broadcast to commit to avoid lost writes by @tsmith023 in #9134
  • Add dim validation RQ-8 by @robbespo00 in #9220
  • Add printing of stack trace to cycle manager by @dirkkul in #9236
  • Fix vector dimension calculation with tenants with .wal by @dirkkul in #9245
  • fix: calculating unloaded object metrics of empty inactive tenant by @aliszka in #9248
  • Add safeguard for bucket strategy by @dirkkul in #9246
  • fix(usage-dimenstions category): report correct compression based on index by @moogacs in #9196
  • chore(modules): remove model name validation in generative-openai module by @antas-marcin in #9259
  • fix(modules): remove model validation in generative-cohere module by @antas-marcin in #9261
  • fix: context-aware propagation triggering by @jeroiraz in #9262
  • fix: ensure proper unlocking of asyncReplicationRWMux in initHashtree by @jeroiraz in #9209
  • chore: add compaction pause/resume cycle management to ApplyToObjectDigests by @jeroiraz in #9233
  • feature: RoaringSet as default strategy for dimensions bucket by @aliszka in #9280
  • fix: increase IdLockPoolSize and improve uuidToIdLockPoolId calculation by @jeroiraz in #9296

Full Changelog: v1.32.9...v1.32.10