You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/search/azure-search-documents/CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,28 @@
1
1
# Release History
2
2
3
-
## 11.6.0-beta.8 (Unreleased)
3
+
## 11.6.0-beta.8 (2023-08-11)
4
4
5
5
### Features Added
6
6
7
+
- Added FieldBuilder support for float data types.
8
+
- Added support for multi-vector searches.
9
+
- Adjusted method for setting `fields` in `SearchQueryVector` from `SearchQueryVector setFields(String)` to `SearchQueryVector setFields(String...)` for convenience.
10
+
7
11
### Breaking Changes
8
12
9
-
### Bugs Fixed
13
+
-`SearchOptions` method `SearchOptions setVector(SearchQueryVector)` has been replaced with `SearchOptions setVectors(SearchQueryVector...)` and `SearchOptions setVectors(List<SearchQueryVector>)`
14
+
-`SearchOptions` method `SearchQueryVector getVector()` has been replaced with `List<SearchQueryVector> getVectors()`
10
15
11
16
### Other Changes
12
17
18
+
- Added sample for multi-vector search.
19
+
20
+
#### Dependency Updates
21
+
22
+
- Upgraded `azure-core-http-netty` from `1.13.5` to version `1.13.6`.
23
+
- Upgraded `azure-core-serializer-json-jackson` from `1.4.2` to version `1.4.3`.
24
+
- Upgraded `azure-core` from `1.41.0` to version `1.42.0`.
0 commit comments