Skip to content

Commit ea8fbfb

Browse files
docs: Increase version to 2.17.0
1 parent 1f0bc54 commit ea8fbfb

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

1212

13+
### [2.17.0] - 2024-11-15
14+
### Added
15+
* `/translate`: add `model_type` request parameter to request the model type
16+
(`quality_optimized`, `latency_optimized`, or `prefer_latency_optimized`) to
17+
use for translation, and the `model_type_used` response parameter indicating
18+
the model type that used.
19+
20+
1321
## [2.16.0] - 2024-07-25
1422
### Added
1523
* Add supported target language variant for text translation: Chinese
@@ -156,6 +164,7 @@ typos, schema fixes, or adding examples.
156164
Initial release of the OpenAPI specification.
157165

158166

167+
[2.17.0]: https://github.com/DeepLcom/openapi/compare/v2.16.0...v2.17.0
159168
[2.16.0]: https://github.com/DeepLcom/openapi/compare/v2.15.0...v2.16.0
160169
[2.15.0]: https://github.com/DeepLcom/openapi/compare/v2.14.1...v2.15.0
161170
[2.14.1]: https://github.com/DeepLcom/openapi/compare/v2.14.0...v2.14.1

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "DeepL - Contact us",
99
"url": "https://www.deepl.com/contact-us"
1010
},
11-
"version": "2.16.0"
11+
"version": "2.17.0"
1212
},
1313
"externalDocs": {
1414
"description": "DeepL Pro - Plans and pricing",

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
contact:
88
name: DeepL - Contact us
99
url: https://www.deepl.com/contact-us
10-
version: 2.16.0
10+
version: 2.17.0
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
1313
url: https://www.deepl.com/pro#developer?cta=header-prices/

openapi_gitbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
contact:
1010
name: DeepL - Contact us
1111
url: https://www.deepl.com/contact-us
12-
version: 2.16.0
12+
version: 2.17.0
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
1515
url: https://www.deepl.com/pro#developer?cta=header-prices/

0 commit comments

Comments
 (0)