Sourced from weaviate-client's releases.
v3.13.0 - Support for Weaviate v1.18
What's Changed
- Extend CRUD operations for single data objects and reference with consistency level by
@redouan-rhazouani
in weaviate/weaviate-python-client#234- Extend batch operations with consistency level by
@redouan-rhazouani
in weaviate/weaviate-python-client#240- Add Cursor api by
@dirkkul
in weaviate/weaviate-python-client#241- Add support for backup Azure module by
@antas-marcin
in weaviate/weaviate-python-client#246New Contributors
@redouan-rhazouani
made their first contribution in weaviate/weaviate-python-client#234@antas-marcin
made their first contribution in weaviate/weaviate-python-client#246Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v3.12.0...v3.13.0
v3.12.1b - Support for weaviate v1.18
What's Changed
- Extend CRUD operations for single data objects and reference with consistency level by
@redouan-rhazouani
in weaviate/weaviate-python-client#234- Extend batch operations with consistency level by
@redouan-rhazouani
in weaviate/weaviate-python-client#240- Add Cursor api by
@dirkkul
in weaviate/weaviate-python-client#241New Contributors
@redouan-rhazouani
made their first contribution in weaviate/weaviate-python-client#234Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v3.12.0...v3.12.1b
Sourced from weaviate-client's changelog.
Version 4.16.5
This patch version includes: - Add
dimensions
property to Google vectorizers inConfigure.Vectors