Skip to content

Releases: DeepLcom/deepl-mock

v1.12.0

10 Apr 07:44
v1.12.0
13df742
Compare
Choose a tag to compare

Added

  • Verify keepalive is used by clients by rejecting session reuse on new sockets,
    except in case where no-response mode is active
  • Add mock-server-session-allow-missing-user-agent session header to override
    missing User-Agent check.
  • Add supported glossary languages: Portuguese ('PT'), Russian ('RU'), and Chinese ('ZH').
  • Add output_format parameter for document upload, to specify the desired file
    format of the output file
  • Add new language Arabic ('AR').

Security

  • Run npm audit fix to update dependencies.

v1.11.0

06 Jul 10:00
v1.11.0
99b1488
Compare
Choose a tag to compare

Added

  • Add formality for Japanese ('JA').
  • Add JSON-requests support to certain endpoints, matching DeepL API.

v1.10.0

26 Jan 15:35
v1.10.0
275461a
Compare
Choose a tag to compare

Added

  • Add new languages Korean ('KO') and Norwegian (bokmål) ('NB').
  • Add limited support for XLIFF files. As this mock server only translates text
    files, XLIFF files will return a 503 error (the same as for other file types).

v1.9.1

07 Dec 08:46
v1.9.1
f1fb45e
Compare
Choose a tag to compare

Fixed

  • formality=default is allowed for all target languages.

v1.9.0

03 Nov 11:23
v1.9.0
cd2c1e5
Compare
Choose a tag to compare

Added

  • Add to supported glossary language pairs:
    • English <-> Dutch

v1.8.1

03 Nov 11:16
v1.8.1
9a1c142
Compare
Choose a tag to compare

Fixed

  • Mock server incorrectly supported JSON requests that are not supported by DeepL API. Support for JSON requests is removed.

v1.8.0

26 Sep 15:05
v1.8.0
3b98e6f
Compare
Choose a tag to compare

Added

  • Add formality options: prefer_less and prefer_more

Fixed

  • Glossary language codes are case-insensitive.

v1.7.0

09 Sep 08:35
v1.7.0
ab936d3
Compare
Choose a tag to compare

Added

  • Add to supported glossary language pairs:
    • German <-> French
    • English <-> Italian
    • English <-> Japanese
    • English <-> Polish
  • Add new language Ukrainian ('UK').

Fixed

  • Fix bug with missing target_lang or source_lang in glossary create.

v1.6.0

07 Jul 11:34
v1.6.0
656d848
Compare
Choose a tag to compare

Added

  • Add support for glossary creation using CSV format.

Changed

  • Update contributing guidelines, we can now accept Pull Requests.
  • Update package-lock.json: remove dicer 0.3.0 from indirect dependencies.

Fixed

  • Fix an incorrect docker command in the readme.

v1.5.0

18 May 07:55
v1.5.0
5c6423b
Compare
Choose a tag to compare

Added

  • Add new languages Indonesian ('ID') and Turkish ('TR').