Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Aug 22, 2023
1 parent 83ec26f commit 2f00d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ This minor version updates the client to work with Weaviate's 1.21 version and i
- ``client.query.get().with_near_imu()``
- ``client.query.get().with_near_thermal()``
- ``client.query.get().with_near_video()``
- Adds support for updating individual tenants within a multi-tenancy class configuration: ``client.schema.update_class_tenants``.
- Adds support for new ``ContainsAny`` and ``ContainsAll`` filters when using ``.with_where``.
- Deprecates configuring ``client.batch`` using ``client.batch()`` in favour of using ``client.batch.configure()``.
- ``client.batch()`` will be removed in a future version.
- ``client.batch.configure()`` will return ``None`` in a future version.
- ``with client.batch as batch`` should be the standard way to initiate a batch.
- Adds support for new ``ContainsAny`` and ``ContainsAll`` filters when using ``.with_where``.
- Adds support for updating individual tenants within a multi-tenancy class configuration: ``client.schema.update_class_tenants``.
- Improves ``client.batch`` algorithm to choose batch size dynamically maximising throughput.
- Provides sensible defaults to ``client.batch`` that do not cause unexpected damaging consequences like infinite batch sizes.
- Fixes bugs when using ``.with_where`` with ``valueText``, ``valueString``, and ``valueGeoRange`` types.
Expand Down

0 comments on commit 2f00d71

Please sign in to comment.