Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/main/paradox/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
18 changes: 18 additions & 0 deletions docs/src/main/paradox/release-notes/releases-1.4.md
Original file line number Diff line number Diff line change
@@ -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