From d92c2499f6375bda524507958d81de3fda334927 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 13 Jul 2026 13:11:22 +0100 Subject: [PATCH] release notes for 1.4.0 --- docs/src/main/paradox/release-notes/index.md | 1 + .../main/paradox/release-notes/releases-1.4.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/src/main/paradox/release-notes/releases-1.4.md diff --git a/docs/src/main/paradox/release-notes/index.md b/docs/src/main/paradox/release-notes/index.md index d144cb4071..855114d44d 100644 --- a/docs/src/main/paradox/release-notes/index.md +++ b/docs/src/main/paradox/release-notes/index.md @@ -5,6 +5,7 @@ @@@ index * [2.0 Milestone Releases](releases-2.0.md) +* [1.4 Releases](releases-1.4.md) * [1.3 Releases](releases-1.3.md) * [1.2 Releases](releases-1.2.md) * [1.1 Releases](releases-1.1.md) diff --git a/docs/src/main/paradox/release-notes/releases-1.4.md b/docs/src/main/paradox/release-notes/releases-1.4.md new file mode 100644 index 0000000000..d4fc893ee9 --- /dev/null +++ b/docs/src/main/paradox/release-notes/releases-1.4.md @@ -0,0 +1,18 @@ +# 0. Release Notes (1.4.x) + +## 1.4.0 + +Release notes for Apache Pekko HTTP 1.4.0. See [GitHub Milestone for 1.4.0](https://github.com/apache/pekko-http/milestone/13?closed=1) 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 (or later 1.x releases) where possible. We don't expect there to be problems running with Pekko 1.0.x jars but Pekko HTTP 1.4 jars are built with Pekko 1.1 jars. + +### Changes +* Don't rely on Pekko Core ccompat ([PR890](https://github.com/apache/pekko-http/pull/890)) +* Correct Content-Length rendering based on method+status ([PR968](https://github.com/apache/pekko-http/pull/968)) +* Ensure end() is called on Inflaters and Deflaters to allow earlier tidy up of resources ([#1133](https://github.com/apache/pekko-http/issue/1133)) + +### Dependency Changes + +Most of the dependency changes are small patch level upgrades. Some exceptions include: + +* Jackson 2.21.5