Skip to content

Commit ba2be85

Browse files
committed
Add changelog
1 parent f47a586 commit ba2be85

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/changelog.rst

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

4+
Version 4.9.0
5+
--------------
6+
7+
This minor version includes:
8+
- Support for new 1.27 features:
9+
- Multi vector search for near_vector and hybrid
10+
- Backup cancellation
11+
- Vector search filter strategy (acorn)
12+
13+
- Renaming ``*-palm`` to ``*-google`` for generative and vectorization modules.
14+
- Typing fixes
15+
- Bump of default embedded version to 1.26.6
16+
- Allow ``return_properties={True, False}`` as equivalents to ``{None, []}``
17+
- Dependency updates
18+
19+
420
Version 4.8.1
521
--------------
622

weaviate/embedded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DEFAULT_PORT = 8079
3131
DEFAULT_GRPC_PORT = 50060
3232

33-
WEAVIATE_VERSION = "1.26.1"
33+
WEAVIATE_VERSION = "1.26.6"
3434

3535

3636
@dataclass

0 commit comments

Comments
 (0)