Skip to content

Releases: DeepLcom/deepl-dotnet

v1.9.0

17 May 07:42
v1.9.0
42594bc
Compare
Choose a tag to compare

Added

  • New language available: Arabic (MSA) ('ar'). Add language code constants and tests.

    Note: older library versions also support the new language, this update only
    adds new code constants.

Fixed

  • Change document upload to use the path /v2/document instead of /v2/document/ (no trailing /).
    Both paths will continue to work in the v2 version of the API, but /v2/document is the intended one.
  • Made DeepLException and subclasses, Usage and JsonFieldsStruct constructors public, to allow for easier mocking of the ITranslator interface.

v1.8.0

03 Nov 21:06
v1.8.0
fd60cf8
Compare
Choose a tag to compare

Added

  • Add optional Context parameter for text translation, that specifies
    additional context to influence translations, that is not translated itself.

Changed

  • Improvements to readme examples.

v1.7.1

17 Apr 14:10
v1.7.1
7454260
Compare
Choose a tag to compare

Fixed

  • Changed document translation to poll the server every 5 seconds. This should greatly reduce observed document translation processing time.

v1.7.0

02 Apr 23:22
v1.7.0
d5580f5
Compare
Choose a tag to compare

Added

  • Script to check our source code for license headers and a step for them in the CI.
  • Added platform and node version information to the user-agent string that is sent with API calls, along with an opt-out.
  • Added method for applications that use this library to identify themselves in API requests they make.

v1.6.0

26 Jan 15:36
v1.6.0
cb3854b
Compare
Choose a tag to compare

Added

  • New languages available: Korean ('ko') and Norwegian (bokmål) ('nb'). Add
    language code constants and tests.

    Note: older library versions also support the new languages, this update only
    adds new code constants.

v1.5.1

25 Jan 14:50
6bc35c8
Compare
Choose a tag to compare

Fixed

  • Fix CI build for netcoreapp3.1.
  • Fix Formality options PreferLess and PreferMore for document
    translation.

v1.5.0

30 Sep 08:10
v1.5.0
5dc9647
Compare
Choose a tag to compare

Added

  • Add new Formality options: PreferLess and PreferMore.

Changed

  • Requests resulting in 503 Service Unavailable errors are now retried.
    Attempting to download a document before translation is completed will now
    wait and retry (up to 5 times by default), rather than throwing an exception.

v1.4.0

09 Sep 08:36
v1.4.0
0934ffa
Compare
Choose a tag to compare

Added

  • New language available: Ukrainian ('uk'). Add language code constant and
    tests.

    Note: older library versions also support new languages, this update only
    adds new code constant.

v1.3.0

02 Aug 10:56
v1.3.0
fc2a189
Compare
Choose a tag to compare

Added

  • Add Translator.createGlossaryFromCsvAsync() allowing glossaries downloaded
    from website to be easily uploaded to API.

Changed

  • Strong name DeepL.net assembly.

v1.2.1

02 Aug 10:56
v1.2.1
0ee9c1a
Compare
Choose a tag to compare

Changed

  • Update contributing guidelines, we can now accept Pull Requests.

Fixed

  • Fix bug in OutlineDetection option for text translation.