Skip to content

Releases: DeepLcom/openapi

v2.16.0

25 Jul 10:43
v2.16.0
fed2755
Compare
Choose a tag to compare

Added

  • Add supported target language variant for text translation: Chinese
    (traditional) (ZH-HANT). Traditional Chinese is currently supported only for
    text translation; document translation support is coming soon.

Changed

  • The Chinese language codes returned in the /languages response for target
    languages were changed. While previously only ZH "Chinese (simplified)" was
    included, ZH-HANS "Chinese (simplified)" is now listed too.
    Both language codes are supported for text and document translation.

Deprecated

  • The target language code ZH is deprecated; instead ZH-HANS or ZH-HANT
    should be used.

v2.15.0

05 Jul 08:46
0fbd4ae
Compare
Choose a tag to compare

Added

  • Add supported glossary language: RO (Romanian)
  • Add SRT support for document translation

v2.14.1

18 Jun 13:30
v2.14.1
c2053d9
Compare
Choose a tag to compare

Changed

  • Text translation context parameter is now generally available (was alpha).

v2.14.0

18 Jun 13:31
v2.14.0
87e559b
Compare
Choose a tag to compare

Added

  • Added supported glossary languages: Danish ('da'), Norwegian (bokmål) ('nb'), and Swedish ('sv').

v2.13.0

14 Mar 16:03
v2.13.0
b2b007c
Compare
Choose a tag to compare

Deprecated

  • Remove all properties from /usage except for character_count and character_limit;
    these are the only two properties included in the API response for the v2 API.

Fixed

  • Fixed some minor issues in specs that were violating OpenAPI specification.

v2.12.0

11 Mar 10:17
v2.12.0
ec5928d
Compare
Choose a tag to compare

Added

  • Add supported glossary language: Korean (KO).
  • Add supported language for text translation: Arabic (AR). Arabic is
    currently supported only for text translation; document translation
    support for Arabic is coming soon.

v2.11.0

03 Aug 06:39
v2.11.0
90417c6
Compare
Choose a tag to compare

Added

  • Add supported glossary languages: Portuguese (PT), Russian (RU), and Chinese (ZH).

v2.10.0

13 Jul 15:23
v2.10.0
814e536
Compare
Choose a tag to compare

Added

  • Add JSON-format request bodies to all endpoints, except document upload where multipart-form is still required.

v2.9.2

20 Jun 08:24
v2.9.2
4fad3ed
Compare
Choose a tag to compare

Added

  • Japanese (JA) now supports formality.

v2.9.1

26 May 12:39
v2.9.1
4aebcaf
Compare
Choose a tag to compare

Fixed

  • Fix typo in /glossaries/{glossary_id} example and spec version number.
  • Move description parameter outside of allOf parameter.