@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.16.1] - 2025-01-23
8
+ ### Added
9
+ * Fix allowed values for writing styles.
10
+
7
11
## [ 1.16.0] - 2025-01-22
8
12
### Added
9
13
* Added checks for supported languages in the Write API.
@@ -38,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
42
39
43
## [ 1.14.0] - 2024-11-15
40
44
### Added
41
- * ` /translate ` endpoint: added ` model_type ` request parameter and
45
+ * ` /translate ` endpoint: added ` model_type ` request parameter and
42
46
` model_type_used ` response parameter.
43
47
44
48
@@ -47,15 +51,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
51
* Add supported glossary languages: Danish (` 'da' ` ), Norwegian (bokmål)
48
52
(` 'nb' ` ), and Swedish (` 'sv' ` ).
49
53
* Add billed characters to translate-text function: (` show_billed_characters `
50
- request parameter, and ` billed_characters ` response parameter).
54
+ request parameter, and ` billed_characters ` response parameter).
51
55
52
56
53
57
## [ 1.12.0] - 2024-04-08
54
58
### Added
55
59
* Verify keepalive is used by clients by rejecting session reuse on new sockets,
56
60
except in case where no-response mode is active
57
61
* Add ` mock-server-session-allow-missing-user-agent ` session header to override
58
- missing User-Agent check.
62
+ missing User-Agent check.
59
63
* Add supported glossary languages: Portuguese (` 'PT' ` ), Russian (` 'RU' ` ), and Chinese (` 'ZH' ` ).
60
64
* Add ` output_format ` parameter for document upload, to specify the desired file
61
65
format of the output file
@@ -136,9 +140,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136
140
### Added
137
141
* Add ` error_message ` field to document status if an error occurs during document translation fails,
138
142
and check if detected source language matches target language. The deprecated ` message ` field is
139
- also added to match the live API.
143
+ also added to match the live API.
140
144
### Changed
141
- * Update name for the target language ` zh ` to "Chinese (simplified)".
145
+ * Update name for the target language ` zh ` to "Chinese (simplified)".
142
146
143
147
144
148
## [ 1.3.2] - 2022-03-01
@@ -159,19 +163,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
163
### Added
160
164
* Add contribution guidelines -- currently we are unable to accept Pull Requests.
161
165
### Changed
162
- * npm start command now uses environment variables if defined for DEEPL_MOCK_SERVER_PORT and
166
+ * npm start command now uses environment variables if defined for DEEPL_MOCK_SERVER_PORT and
163
167
DEEPL_MOCK_PROXY_SERVER_PORT.
164
- * Update ` package-lock.json ` : upgrade ` follow-redirects ` to 1.14.7 to silence security warnings.
168
+ * Update ` package-lock.json ` : upgrade ` follow-redirects ` to 1.14.7 to silence security warnings.
165
169
Note: security vulnerability [ CVE-2022 -0155] ( https://nvd.nist.gov/vuln/detail/CVE-2022-0155 )
166
170
affects cross-domain proxying and has no impact here because the proxy server is restricted to
167
- target only the mock server itself.
171
+ target only the mock server itself.
168
172
### Fixed
169
173
* Remove "localhost" from listen() calls.
170
174
171
175
172
176
## [ 1.3.0] - 2021-11-15
173
177
### Added
174
- * Add glossary support for document translation.
178
+ * Add glossary support for document translation.
175
179
* Add missing argument validation for: formality, split_sentences, preserve_formatting and
176
180
outline_detection.
177
181
* Add an optional proxy server that proxies requests to the mock server, listening on port 3001 by
@@ -205,7 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205
209
206
210
## [ 1.0.0] - 2021-08-12
207
211
### Added
208
- * Add support for Authorization header with ` DeepL-Auth-Key ` prefix.
212
+ * Add support for Authorization header with ` DeepL-Auth-Key ` prefix.
209
213
### Fixed
210
214
* Fix bug in error responses introduced in eslint refactoring.
211
215
0 commit comments