From 1c63d94fae584e2c3c98f17ff6e84f388294a9dd Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 7 Feb 2024 14:01:04 +0100 Subject: [PATCH] release notes for v1.0.1 (#442) --- docs/src/main/paradox/release-notes/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/main/paradox/release-notes/index.md b/docs/src/main/paradox/release-notes/index.md index fc26706d9..3baf34cf5 100644 --- a/docs/src/main/paradox/release-notes/index.md +++ b/docs/src/main/paradox/release-notes/index.md @@ -1,6 +1,15 @@ # 0. Release Notes +## 1.0.1 + +This is a bug fix release. There have also been some doc and build improvements. + +### Bug Fixes +* Add optional throttle to handle excessive HTTP/2 non-data frames ([PR394](https://github.com/apache/incubator-pekko-http/pull/394)) +* Set the minimum required Pekko version to 1.0.0 (had been 1.0.1) ([PR328]https://github.com/apache/incubator-pekko-http/pull/328)) + ## 1.0.0 + Apache Pekko HTTP 1.0.0 is based on Akka HTTP 10.2.10. Pekko came about as a result of Lightbend's decision to make future Akka releases under a [Business Software License](https://www.lightbend.com/blog/why-we-are-changing-the-license-for-akka), a license that is not compatible with Open Source usage.