Change8

v1.32.2

📦 weaviateView on GitHub →
3 features🐛 13 fixes🔧 6 symbols

Summary

This patch release focuses heavily on bug fixes, stability improvements across various modules (especially aliases and metrics), and adds dimension setting support to text2vec modules.

✨ New Features

  • Add support for dimensions setting in text2vec-google module.
  • Add support for dimensions setting in text2vec-transformers module.
  • Add schema information to the usage module payload.

🐛 Bug Fixes

  • Made test size manageable for pipelines.
  • Skipped snapshot creation if muvera is enabled.
  • Avoided repeated checks on long gone vectors.
  • Improved error message when creating an alias class.
  • Fixed case inconsistency with GET /alias endpoint.
  • Fixed resolving alias during objects get and delete API calls related to RBAC.
  • Added parsing of oidc group claim from string.
  • Aggregated metrics with n/a label before publishing.
  • Avoided loading lazy loaded shards if not loaded while getting status on nodes endpoint.
  • Objects API response will now include the original class name when using aliases.
  • Avoided deadlocking on unloaded shards and tracked dimensions independent of the "Usage" module.
  • Correctly passed named vector index configuration for hot tenants in usage module.
  • Pushed RQ as vector_dimension_sum in dimension tracking.

🔧 Affected Symbols

GET /alias endpointObjects get and delete API (RBAC)text2vec-googletext2vec-transformersnodes endpointusage module