Skip to content

v0.2.0

Choose a tag to compare

@daniel-jones-deepl daniel-jones-deepl released this 27 Sep 10:49
· 117 commits to main since this release
v0.2.0
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.