We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de90681 commit 5ed828fCopy full SHA for 5ed828f
1 file changed
CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to the Solarium library will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+
8
+## [6.4.1]
9
+### Added
10
+- CBOR formatted update requests
11
+- Solarium\Core\Query\Helper::knn()
12
+- Solarium\Core\Query\Helper::knnTextToVector()
13
+- Solarium\Core\Query\Helper::vectorSimilarity()
14
15
+### Removed
16
+- Some return type changes that were added to 6.4.0 but should go into 7.0.0
17
18
19
## [6.4.0]
20
### Added
21
- CBOR formatted update requests
0 commit comments