File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
sdk/translation/azure-ai-translation-document Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.1.0b1 (Unreleased )
3
+ ## 1.1.0b1 (2024-05-21 )
4
4
5
5
### Features Added
6
6
- Added SingleDocumentTranslationClient that is used to invoke ` document_translate ` API.
7
7
- ` document_translate ` is the method added to submit a single/synchronous document translation request to the Document Translation service.
8
8
- ` DocumentTranslateContent ` has been added to specify the ` document_translate ` request content.
9
9
10
10
### Breaking Changes
11
- - Version ` v1.0 ` is not supported
11
+ - Version ` v1.0 ` is not supported.
12
+ - The service has changed to date-based API versioning and v1.0 service behavior is supported through the new version: 2024-05-01.
12
13
13
14
### Other Changes
14
15
15
- - This version and all future versions will require Python 3.7 +. Python 3.6 is no longer supported.
16
+ - This version and all future versions will require Python 3.8 +. Python 3.7 is no longer supported.
16
17
17
18
## 1.0.0 (2022-06-07)
18
19
You can’t perform that action at this time.
0 commit comments