Sourced from weaviate-client's releases.
v4.16.9
What's Changed
- Deprecate broken method by
@dirkkul
in weaviate/weaviate-python-client#1795- Improve user create docstring by
@dirkkul
in weaviate/weaviate-python-client#1796- Fixup dependencies for package test by
@dirkkul
in weaviate/weaviate-python-client#1791Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.16.8...v4.16.9
v4.16.8
What's Changed
- Add backup list endpoint by
@dirkkul
in weaviate/weaviate-python-client#1785- Attempt further fix of protobuf runtime stub incompatibilities by
@tsmith023
in weaviate/weaviate-python-client#1788Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.16.7...v4.16.8
v4.16.6
What's Changed
- rq: Add bits to the update method by
@rlmanrique
in weaviate/weaviate-python-client#1766- Deprecate contextionar, add model2vec and dimension parameter for transformers by
@dirkkul
in weaviate/weaviate-python-client#1773Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.16.5...v4.16.6
Sourced from weaviate-client's changelog.
Version 4.16.9
This patch version includes: - Explicitly depend on protobuf package
Version 4.16.8
This patch version includes: - Further attempted fixes for
protobuf
compatability issues - Introduction of thebackups.list()
methodVersion 4.16.7
This patch version includes: - Fixes compatability issues between the built gRPC stubs and differing protobuf versions depending on the version of
grpcio
used to build the stubs - Addtext2vec-model2vec
module toConfigure.NamedVectors
- Deprecatedmin_occurrences
inMetrics.text
in favour oflimit
Version 4.16.6
This patch version includes: - Add
dimensions
property totext2vec-transformers
vectorizers inConfigure.Vectors
- Addtext2vec-model2vec
vectorizer inConfigure.Vectors
- Deprecatetext2vec-contextionary
vectorizer
c69cfa1
Fixup dependencies for package test (#1791)334380b
Merge pull request #1796
from weaviate/docstring_user_createc7b8c75
Improve user create docstring93c865a
Merge pull request #1795
from weaviate/deprecate_broken_methodba05f5f
Deprecate broken method4bef4b8
Update changelog (#1789)c370bf5
Attempt further fix of protobuf runtime stub incompatibilities (#1788)98db3b1
Merge pull request #1785
from weaviate/add_list_responseebf2b30
Merge pull request #1782
from weaviate/dependabot/pip/ruff-0.12.888ad1c1
Fix version in CI