Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarify pekko-http2-support module situation

...

  • Scala 3 support (PR150)
  • Added pekko-http-cors (PR208)

Other Changes

  • Remove http2-support module. This module was only kept for compatibility reasons before. Its code has long been part of the pekko-http-core (PR52)

Dependency Upgrades

We have tried to limit the changes to third party dependencies that are used in Pekko HTTP 1.0.0. These are some exceptions:

  • parboiled 2.5.0 (PR14) - we . We have dropped the use of the internal Akka/Pekko copy of parboiled in favour of using the jar directly. There have been reports of small binary compatibility issues between parboiled 2.4.1 and parboiled 2.5.0 (#174).
  • Jackson 2.14.3
  • scalatest 3.2.14. Pekko users who have existing tests based on Akka Testkit may need to migrate their tests due to the scalatest upgrade. The scalatest 3.2 release notes have a detailed description of the changes needed.