Skip to content

Commit

Permalink
Merge pull request #1350 from weaviate/changelog_490
Browse files Browse the repository at this point in the history
Add changelog for 4.9.0
  • Loading branch information
dirkkul authored Oct 17, 2024
2 parents 07b318e + ba2be85 commit 537b4d6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

Version 4.9.0
--------------

This minor version includes:
- Support for new 1.27 features:
- Multi vector search for near_vector and hybrid
- Backup cancellation
- Vector search filter strategy (acorn)

- Renaming ``*-palm`` to ``*-google`` for generative and vectorization modules.
- Typing fixes
- Bump of default embedded version to 1.26.6
- Allow ``return_properties={True, False}`` as equivalents to ``{None, []}``
- Dependency updates


Version 4.8.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion weaviate/embedded.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DEFAULT_PORT = 8079
DEFAULT_GRPC_PORT = 50060

WEAVIATE_VERSION = "1.26.1"
WEAVIATE_VERSION = "1.26.6"


@dataclass
Expand Down

0 comments on commit 537b4d6

Please sign in to comment.