1.0.0b5 (2021-09-08)
Breaking Changes
- Changed:
list_all_translation_statuses
has been renamed tolist_translation_statuses
- Changed:
list_all_document_statuses
has been renamed tolist_document_statuses
- Changed:
TranslationStatus
propertydocuments_cancelled_count
has been renamed todocuments_canceled_count
- Changed:
FileFormat
has been renamed toDocumentTranslationFileFormat
- Changed: Operation statuses
Cancelled
andCancelling
have been renamed toCanceled
andCanceling
, respectively.
Bugs Fixed
- The operation
id
underdetails
of the poller object now populates correctly.