Skip to content

Commit 4817ca4

Browse files
committed
docs: Increase version to 3.0.0
1 parent 30e28ae commit 4817ca4

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

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+
### [3.0.0] - 2025-04-17
14+
### Added
15+
* Add new endpoints `/v3/glossaries` which enables management of new, editable and multilingual glossaries
16+
* This required renaming some existing components in the spec, hence the major version upgrade. All
17+
functionality is backwards compatible.
18+
* Moved `/v2/` and `/v3/` from the Server URL into the endpoint paths, as we support multiple versions now
19+
20+
1321
### [2.18.0] - 2025-01-16
1422
### Added
1523
* Add new endpoint `/write/rephrase` which enables text corrections and adjustments in selected languages
@@ -169,6 +177,7 @@ typos, schema fixes, or adding examples.
169177
Initial release of the OpenAPI specification.
170178

171179

180+
[3.0.0]: https://github.com/DeepLcom/openapi/compare/v2.18.0...v3.0.0
172181
[2.18.0]: https://github.com/DeepLcom/openapi/compare/v2.17.0...v2.18.0
173182
[2.17.0]: https://github.com/DeepLcom/openapi/compare/v2.16.0...v2.17.0
174183
[2.16.0]: https://github.com/DeepLcom/openapi/compare/v2.15.0...v2.16.0

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.18.0"
11+
"version": "3.0.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.18.0
10+
version: 3.0.0
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
1313
url: https://www.deepl.com/pro#developer

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.18.0
12+
version: 3.0.0
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
1515
url: https://www.deepl.com/pro#developer

0 commit comments

Comments
 (0)