We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19a1f79 + 951c8fb commit 5f8ef1aCopy full SHA for 5f8ef1a
1 file changed
docs/changelog.rst
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+Version 4.14.0
5
+--------------
6
+This minor version includes a major update to the docstrings and documentation of the client.
7
+ - All docstrings have been aligned with Google's style format
8
+ - The read-the-docs page has been streamlined and improved for ease of use: https://weaviate-python-client.readthedocs.io/en/stable/
9
+ - Fixes a bug when adding a property to a collection configured with both named vectors and a generative module
10
+ - Potential fixes for race conditions when instantiating async clients
11
+ - A number of minor fixes to the public `.pyi` stub files found by developing a stub auto-generating tool for the codebase
12
+
13
14
Version 4.13.2
15
--------------
16
This patch version includes:
0 commit comments