You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,40 +10,40 @@ number is used only for corrections to the OpenAPI specification, for example:
10
10
typos, schema fixes, or adding examples.
11
11
12
12
13
-
###[3.1.1] - 2025-05-23
13
+
## [3.1.1] - 2025-05-23
14
14
### Fixed
15
15
* Fixed incorrect placement of UsageResponse schema.
16
16
17
17
18
-
###[3.1.0] - 2024-05-20
18
+
## [3.1.0] - 2024-05-20
19
19
### Changed
20
20
*`/v2/usage`: Now returns a detailed response for API Pro users, including per-product usage and billing period information. For API users not on the Pro plan, the response remains unchanged and only includes `character_count` and `character_limit`.
21
21
22
22
23
-
###[3.1.0] - 2024-05-20
23
+
## [3.1.0] - 2024-05-20
24
24
### Fixed
25
25
* Fixed new server URLs to avoid double slash in paths
26
26
27
27
28
-
###[3.0.1] - 2025-04-24
28
+
## [3.0.1] - 2025-04-24
29
29
### Fixed
30
30
* Fixed new server URLs to avoid double slash in paths
31
31
32
32
33
-
###[3.0.0] - 2025-04-24
33
+
## [3.0.0] - 2025-04-24
34
34
### Added
35
35
* Add new endpoints `/v3/glossaries` which enables management of new, editable and multilingual glossaries
36
36
* This required renaming some existing components in the spec, hence the major version upgrade. All
37
37
functionality is backwards compatible.
38
38
* Moved `/v2/` and `/v3/` from the Server URL into the endpoint paths, as we support multiple versions now
39
39
40
40
41
-
###[2.18.0] - 2025-01-16
41
+
## [2.18.0] - 2025-01-16
42
42
### Added
43
43
* Add new endpoint `/write/rephrase` which enables text corrections and adjustments in selected languages
44
44
45
45
46
-
###[2.17.0] - 2024-11-15
46
+
## [2.17.0] - 2024-11-15
47
47
### Added
48
48
*`/translate`: add `model_type` request parameter to request the model type
49
49
(`quality_optimized`, `latency_optimized`, or `prefer_latency_optimized`) to
0 commit comments