File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
Version 3.21.0
5
17
--------------
6
18
Original file line number Diff line number Diff line change 29
29
class EmbeddedOptions :
30
30
persistence_data_path : str = os .environ .get ("XDG_DATA_HOME" , DEFAULT_PERSISTENCE_DATA_PATH )
31
31
binary_path : str = os .environ .get ("XDG_CACHE_HOME" , DEFAULT_BINARY_PATH )
32
- version : str = "1.19.8 "
32
+ version : str = "1.19.12 "
33
33
port : int = 6666
34
34
hostname : str = "127.0.0.1"
35
35
additional_env_vars : Optional [Dict [str , str ]] = None
You can’t perform that action at this time.
0 commit comments