Skip to content

Commit 5f68a97

Browse files
authored
Merge pull request #674 from weaviate/changelog2-26-0
Changelog and embedded bump
2 parents 60fc99c + 97db6b3 commit 5f68a97

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/changelog.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Changelog
22
=========
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+
312
Version 3.25.3
413
--------------
514
This patch version includes

weaviate/embedded.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class EmbeddedOptions:
3434
persistence_data_path: str = os.environ.get("XDG_DATA_HOME", DEFAULT_PERSISTENCE_DATA_PATH)
3535
binary_path: str = os.environ.get("XDG_CACHE_HOME", DEFAULT_BINARY_PATH)
36-
version: str = "1.22.3"
36+
version: str = "1.23.0"
3737
port: int = DEFAULT_PORT
3838
hostname: str = "127.0.0.1"
3939
additional_env_vars: Optional[Dict[str, str]] = None

0 commit comments

Comments
 (0)