Skip to content

Commit

Permalink
Merge pull request #314 from weaviate/release/3.17.0
Browse files Browse the repository at this point in the history
release 3.17.0
  • Loading branch information
dirkkul authored May 4, 2023
2 parents 4834593 + 15dc405 commit 83457c4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========

Version 3.17.0
--------------
This minor version includes:

- Add support for groupBy to group objects:
.. code-block:: python
.with_group_by(properties=["caller"], groups=2, objects_per_group=3)
- Add support for `uuid` and `uuid[]` datatypes.
- Add `schema.exists(class)`.
- Add support for `Support GQL Get{} tunable consistency`
.. code-block:: python
resp = (
client.query.get("Article", ["name"])
.with_additional("isConsistent")
.with_consistency_level(ConsistencyLevel.ALL)
.do()
)
Version 3.16.2
--------------
This patch version includes:
Expand Down

0 comments on commit 83457c4

Please sign in to comment.