1.1.0b1 (2024-05-21)
Features Added
- Added SingleDocumentTranslationClient that is used to invoke
document_translate
API. document_translate
is the method added to submit a single/synchronous document translation request to the Document Translation service.DocumentTranslateContent
has been added to specify thedocument_translate
request content.
Breaking Changes
- Version
v1.0
is not supported. - The service has changed to date-based API versioning and v1.0 service behavior is supported through the new version: 2024-05-01.
Other Changes
- This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.