Skip to content

v0.19.2

Compare
Choose a tag to compare
@JD557 JD557 released this 20 Feb 15:04
· 331 commits to master since this release

This releases focuses on the addition of new Pekko modules, along with multiple performance improvements.

It also fixes some issues with the retry logic when calling S3, where some errors were not being retried.

Added

  • Add Pekko subprojects (#616).

Changed

  • Ensure that all classes are compiled with Java 11 bytecode (#621).
  • Minor dependency updates.

Fixed

  • Fix compilation for Java 19+ (#611).
  • Small improvement to JsonConvert performance (#612).
  • Improve retry logic with S3 client (#613.
  • Mark Retry sleep as blocking (#614).
  • Improvement to JsonConvert performance 2.0 (#615).
  • Performance improvements converting Java Map to Json (#622).