Skip to content

Commit

Permalink
Updating Change log with feature and breaking details (#43846)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hamshavathimunibyraiah committed May 6, 2024
1 parent e3b3a8e commit 446093a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions sdk/translation/Azure.AI.Translation.Document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

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

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

### Breaking Changes

### Bugs Fixed

### Other Changes
- Version `v1.0` is not supported
- Renamed property `FormatType` to `FileFormatType`

## 1.0.0 (2022-06-07)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<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>
<AssemblyTitle>Microsoft Azure.AI.Translation.Document client library</AssemblyTitle>
<Version>1.1.0-beta.1</Version>
<Version>2.0.0-beta.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<!--<ApiCompatVersion>1.0.0</ApiCompatVersion> -->
<PackageTags>Microsoft Azure Document Translation</PackageTags>
Expand Down

0 comments on commit 446093a

Please sign in to comment.