Skip to content

5.1.0 - RBAC, Weaviate Embeddings

Choose a tag to compare

@github-actions github-actions released this 28 Feb 23:34
· 1053 commits to main since this release
1706f69

This version adds support for RBAC, which is in GA starting with Weaviate 1.29 🌮

We've also removed the need to manually set authentication headers when using Weaviate Embeddings service as a vectorizer for a collection, as it will now be done automatically whenever ApiKey authentication is used.

🚧 Experimental syntax introduced in 5.1.0-alpha1 is still deemed experimental. It will not receive full support until the next major release.

What's Changed

  • Experimental syntax for nearVector search, object mapping, and partial gRPC support by @bevzzz in #351
  • fix: migrate actions/upload-artifact and actions/download-artifact to v4 by @bevzzz in #354
  • Update gRPC stubs to stable/v1.29 by @bevzzz in #352
  • Set authentication headers for Weaviate Embeddings service by @bevzzz in #355
  • feat: RBAC support (Sync/Async) by @bevzzz in #349

Full Changelog: 5.0.1...5.1.0