Skip to content

Releases: DeepLcom/deepl-java

v1.0.1

02 Jan 16:08
v1.0.1
e59e347
Compare
Choose a tag to compare

Fixed

  • Always send SentenceSplittingMode option in requests.

v1.0.0

15 Dec 14:46
v1.0.0
63536dc
Compare
Choose a tag to compare

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

19 Oct 12:38
v0.2.1
a4c0a35
Compare
Choose a tag to compare

Fixed

  • Handle case where HTTP response is not valid JSON.

v0.2.0

27 Sep 10:49
v0.2.0
ed420f8
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.

Fixed

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

v0.1.3

09 Sep 07:12
v0.1.3
3f1c8bf
Compare
Choose a tag to compare

Fixed

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

v0.1.2

09 Sep 07:12
v0.1.2
a8ffc08
Compare
Choose a tag to compare

Fixed

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

v0.1.1

09 Sep 07:11
v0.1.1
eb1e6fc
Compare
Choose a tag to compare

Fixed

  • Fix CI publishing step.

v0.1.0

09 Sep 07:11
v0.1.0
bed582e
Compare
Choose a tag to compare

Initial version.