Releases: DeepLcom/openapi
Releases · DeepLcom/openapi
v2.18.0
v2.17.0
Added
/translate
: addmodel_type
request parameter to request the model type
(quality_optimized
,latency_optimized
, orprefer_latency_optimized
) to
use for translation, and themodel_type_used
response parameter indicating
the model type that used.
v2.16.0
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 onlyZH
"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; insteadZH-HANS
orZH-HANT
should be used.
v2.15.0
v2.14.1
Changed
- Text translation
context
parameter is now generally available (was alpha).
v2.14.0
Added
- Added supported glossary languages: Danish (
'da'
), Norwegian (bokmål) ('nb'
), and Swedish ('sv'
).
v2.13.0
v2.12.0
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
Added
- Add supported glossary languages: Portuguese (PT), Russian (RU), and Chinese (ZH).
v2.10.0
Added
- Add JSON-format request bodies to all endpoints, except document upload where multipart-form is still required.