Release Notes (1.4.x)

Apache Pekko 1.4.x releases support Java 8 and above.

1.4.0

Pekko 1.4.0 has a dependency change and some bug fixes. See the GitHub Milestone for 1.3.1 and the GitHub Milestone for 1.4.0 for a fuller list of changes.

Dependency Changes

  • pekko-serialization-jackson: switch to at.yawk.lz4:lz4-java. The org.lz4:lz4-java jar is unmaintained. The forked jar is a drop in replacement but with important bug fixes. Lz4 is only used if you override the default configs for pekko-serialization-jackson. #2536
  • Scala 2.13.18

Bug Fixes

  • Handle build issue in OSGi build code (PR2513)