0. Release Notes (1.1.x)

1.1.0

Release notes for Apache Pekko HTTP 1.1.0. See GitHub Milestone for 1.1.0-M1 and GitHub Milestone for 1.1.0 for a fuller list of changes.

It is strongly recommended that you avoid using Pekko 1.0.x jars with this release, you should use Pekko 1.1.x jars where possible. We don’t expect there to be problems running with Pekko 1.0.x jars but Pekko HTTP 1.1 jars are built with Pekko 1.1 jars.

All the changes in the 1.0.x releases up to and including v1.0.1.

Bug Fix

  • fix parse broken when header value is null (PR575) (not in v1.1.0-M1)

Changes

  • Changed names of HTTP status codes 413 and 422 (PR87)
  • Parse entire HTTP chunk size (PR528)
  • handle invalid Accept-Charset in requests - default to UTF-8 (PR584) (not in v1.1.0-M1)

Additions

  • Add UnsupportedContentTypeException Java DSL (PR376)
  • new pekko-http-testkit-munit module (PR536)

Dependency Changes

Most of the dependency changes are small patch level upgrades. Some exceptions include:

  • slf4j was updated to v2
  • Jackson 2.17.2