github Azure/azure-sdk-for-net Azure.AI.Translation.Document_1.0.0-beta.5

latest releases: Azure.ResourceManager.Network_1.10.0, Azure.AI.Language.Text_1.0.0-beta.2, Azure.ResourceManager.CosmosDB_1.4.0-beta.12...
pre-release3 years ago

1.0.0-beta.5 (2021-09-08)

Breaking Changes

  • DocumentFilter.CreatedAfter and DocumentFilter.CreatedBefore are now nullable properties.
  • Renamed method GetAllTranslationStatuses to GetTranslationStasuses.
  • Renamed method GetAllDocumentStatuses to GetDocumentStasuses.
  • Renamed type TranslationFilter to GetTranslationStatusesOptions.
  • Renamed type DocumentFilter to GetDocumentStatusesOptions.
  • Renamed type DocumentStatus to DocumentStatusResult.
  • Renamed type TranslationStatus to TranslationStatusResult.
  • Renamed type FileFormat to DocumentTranslationFileFormat.
  • Renamed property TranslatedTo to TranslatedToLanguageCode in DocumentStatusResult.
  • Renamed parameter asc to ascending in DocumentStatusResult constructor.
  • Changed spelling of cancelled/cancelling to canceled/cancelling. The following changes have been made:
    • property DocumentsCancelled to DocumentsCanceled in DocumentTranslationOperation
    • property DocumentsCancelled to DocumentsCanceled in TranslationStatusResult
    • value Cancelled to Canceled in DocumentTranslationOperation
    • value Cancelling to Canceling in DocumentTranslationOperation
    • parameter Cancelled to Canceled in function DocumentTranslationModelFactory.TranslationStatus

Bugs Fixed

  • GetDocumentStasus and GetDocumentStatusesAsync no longer set CreatedAfter and CreatedBefore if the user doesn't set it.
  • In GetTranslationStasuses, GetDocumentStasuses and their async counterparts; URL parameters for Ids, Statuses, and OrderBy are no longer included in the request URL if the user does not set them.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.