Skip to content

Releases: DeepL/deepl-java

v1.0.1

Choose a tag to compare

released this 02 Jan 16:08
e59e347

Fixed

  • Always send SentenceSplittingMode option in requests.

v1.0.0

Choose a tag to compare

released this 15 Dec 14:46
63536dc

Stable release.

Added

  • Add support for glossary management functions.

Changed

  • parsing.ErrorResponse fields message and detail are now private, encapsulated with getters.

v0.2.1

Choose a tag to compare

released this 19 Oct 12:38
a4c0a35

Fixed

  • Handle case where HTTP response is not valid JSON.

v0.2.0

Choose a tag to compare

released this 27 Sep 10:49
ed420f8

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.

Fixed

  • Use Locale.ENGLISH when changing string case.
  • Avoid cases in HttpContent and StreamUtils where temporary objects might
    not be closed.

v0.1.3

Choose a tag to compare

released this 09 Sep 07:12
3f1c8bf

Fixed

  • Fixed examples in readme.
  • Usage.Detail count and limit properties type changed from int to long.

v0.1.2

Choose a tag to compare

released this 09 Sep 07:12
a8ffc08

Fixed

  • Fix publishing to Maven Central by including sourcesJar and javadocJar.

v0.1.1

Choose a tag to compare

released this 09 Sep 07:11
eb1e6fc

Fixed

  • Fix CI publishing step.

v0.1.0

Choose a tag to compare

released this 09 Sep 07:11
bed582e

Initial version.