Skip to content

Releases: DeepLcom/deepl-java

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.