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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
# Release History
2
2
3
-
## 11.4.0b2 (Unreleased)
3
+
## 11.4.0b2 (2022-11-08)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
7
+
- Enabled `OcrSkill` and `ImageAnalysisSkill`
10
8
11
9
### Other Changes
12
10
11
+
- Added Python 3.11 support.
12
+
13
13
## 11.4.0b1 (2022-09-08)
14
14
15
15
### Features Added
16
+
16
17
- Added support to create, update and delete aliases via the `SearchIndexClient`.
17
18
18
19
## 11.3.0 (2022-09-06)
@@ -22,23 +23,28 @@
22
23
- Some of the features that were available in the `11.3.0b8` version are not available in this GA. They would be available in the upcoming beta release.
23
24
24
25
### Features Added
26
+
25
27
- Added support for other national clouds.
26
28
- Added support for TokenCredential
27
29
28
30
### Bugs Fixed
31
+
29
32
- Fixed issue where async `search` call would fail with a 403 error when retrieving large number of documents.
30
33
31
34
### Other Changes
35
+
32
36
- Python 3.6 is no longer supported. Please use Python version 3.7 or later.
33
37
34
38
## 11.2.2 (2022-04-14)
35
39
36
40
### Bugs Fixed
41
+
37
42
- Fixes a bug allowing users to set keys for cognitive service skills using the API. Exposes `DefaultCognitiveServicesAccount` and `CognitiveServicesAccountKey`
38
43
39
44
## 11.3.0b8 (2022-03-08)
40
45
41
46
### Features Added
47
+
42
48
- Added support to create, update and delete aliases via the `SearchIndexClient`.
0 commit comments