Skip to content

Commit 3353cb4

Browse files
Updating ChangeLog for DocumentTranslation preview release (#35715)
* Updating ChangeLog for DocumentTranslation preview release * Addressing review comments
1 parent 15d3b15 commit 3353cb4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sdk/translation/azure-ai-translation-document/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Release History
22

3-
## 1.1.0b1 (Unreleased)
3+
## 1.1.0b1 (2024-05-21)
44

55
### Features Added
66
- Added SingleDocumentTranslationClient that is used to invoke `document_translate` API.
77
- `document_translate` is the method added to submit a single/synchronous document translation request to the Document Translation service.
88
- `DocumentTranslateContent` has been added to specify the `document_translate` request content.
99

1010
### 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.
1213

1314
### Other Changes
1415

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.
1617

1718
## 1.0.0 (2022-06-07)
1819

0 commit comments

Comments
 (0)