Skip to content

Commit af2c9c1

Browse files
authored
Merge pull request weaviate#371 from weaviate/release/v3.22.0
release 3.22.0
2 parents 4c988d0 + a9c524a commit af2c9c1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changelog.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
Version 3.22.0
5+
--------------
6+
This minor version includes:
7+
8+
- Multi-tenancy
9+
- Aggregate with limit
10+
- Autocut
11+
- Fusion type for hybrid search
12+
- Client emits a warning when it is outdated (three minor version behind last release on pypi)
13+
- Increase default embedded version to 1.19.12
14+
15+
416
Version 3.21.0
517
--------------
618

weaviate/embedded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class EmbeddedOptions:
3030
persistence_data_path: str = os.environ.get("XDG_DATA_HOME", DEFAULT_PERSISTENCE_DATA_PATH)
3131
binary_path: str = os.environ.get("XDG_CACHE_HOME", DEFAULT_BINARY_PATH)
32-
version: str = "1.19.8"
32+
version: str = "1.19.12"
3333
port: int = 6666
3434
hostname: str = "127.0.0.1"
3535
additional_env_vars: Optional[Dict[str, str]] = None

0 commit comments

Comments
 (0)