Skip to content

Commit 446093a

Browse files
Updating Change log with feature and breaking details (Azure#43846)
* Updating Change log with feature and breaking details * Addressing review comments * Updated the major version of the SDK release * Updating the SDK package version in csproject * Addressing review comments
1 parent e3b3a8e commit 446093a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

sdk/translation/Azure.AI.Translation.Document/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 2.0.0-beta.1 (2024-05-07)
44

55
### Features Added
6+
- `documenttranslate` is the method added to submit a single/synchronous document translation request to the Document Translation service.
7+
- `DocumentTranslateContent` has been added to specify the `documenttranslate` request content.
8+
- Added `getSupportedFormats` that returns a list of supported documents and glossaries by the Document Translation service.
69

710
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
11+
- Version `v1.0` is not supported
12+
- Renamed property `FormatType` to `FileFormatType`
1213

1314
## 1.0.0 (2022-06-07)
1415

sdk/translation/Azure.AI.Translation.Document/src/Azure.AI.Translation.Document.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>Translator is a cloud-based machine translation service and is part of the Azure Cognitive Services family of cognitive APIs used to build intelligent apps. Translator is easy to integrate in your applications, websites, tools, and solutions. It allows you to add multi-language user experiences in 90 languages and dialects. And it can be used on any hardware platform with any operating system for text translation.</Description>
55
<AssemblyTitle>Microsoft Azure.AI.Translation.Document client library</AssemblyTitle>
6-
<Version>1.1.0-beta.1</Version>
6+
<Version>2.0.0-beta.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<!--<ApiCompatVersion>1.0.0</ApiCompatVersion> -->
99
<PackageTags>Microsoft Azure Document Translation</PackageTags>

0 commit comments

Comments
 (0)