We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60fc99c + 97db6b3 commit 5f68a97Copy full SHA for 5f68a97
docs/changelog.rst
@@ -1,5 +1,14 @@
1
Changelog
2
=========
3
+
4
+Version 3.26.0
5
+--------------
6
+This minor version includes:
7
8
+- Support for Weaviate 1.23
9
+- Bump of the default version for Weaviate Embedded DB to v1.23.0
10
+- Adds support for nodes api verbosity option
11
12
Version 3.25.3
13
--------------
14
This patch version includes
weaviate/embedded.py
@@ -33,7 +33,7 @@
33
class EmbeddedOptions:
34
persistence_data_path: str = os.environ.get("XDG_DATA_HOME", DEFAULT_PERSISTENCE_DATA_PATH)
35
binary_path: str = os.environ.get("XDG_CACHE_HOME", DEFAULT_BINARY_PATH)
36
- version: str = "1.22.3"
+ version: str = "1.23.0"
37
port: int = DEFAULT_PORT
38
hostname: str = "127.0.0.1"
39
additional_env_vars: Optional[Dict[str, str]] = None
0 commit comments