We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeddfd2 + d3470f6 commit ca29f26Copy full SHA for ca29f26
docs/changelog.rst
@@ -1,5 +1,11 @@
1
Changelog
2
=========
3
+Version 3.25.3
4
+--------------
5
+This patch version includes
6
+
7
+- Bump of the default version for Weaviate Embedded DB to v1.22.3
8
9
Version 3.25.2
10
--------------
11
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.0"
+ version: str = "1.22.3"
37
port: int = DEFAULT_PORT
38
hostname: str = "127.0.0.1"
39
additional_env_vars: Optional[Dict[str, str]] = None
0 commit comments