From 7003101f7e03bf9335edaeaab8c2c104e8b96221 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 20 Feb 2022 11:02:35 +0300 Subject: release 2.8.1 Signed-off-by: Valery Piashchynski --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 902e5eb3..d7f69736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # CHANGELOG +## v2.8.1 (21.02.2022) + +## 🩹 Fixes: + +- 🐛 Fix: **HTTP**: incorrect middleware chain order [BUG](https://github.com/roadrunner-server/roadrunner/issues/1017), (reporter @nitrogenium) +```yaml +http: + middleware: ["static", "gzip"] +``` + +Middleware applied from the right to left, i.e. first will be `gzip` and then `static`. + +## 👀 New: + +- ✏️ **HTTP**: Properly parse `Forwarder` header, [RFC](https://datatracker.ietf.org/doc/html/rfc7239), [FR](https://github.com/roadrunner-server/roadrunner/issues/1018) (reporter @digitalkaoz) +- ✏️ **TEMPORAL**: Add `rr_activities_pool_queue_size` and `rr_workflows_pool_queue_size` metrics. These metrics shows the number of activities/workflows waiting for the worker [BUG](https://github.com/temporalio/roadrunner-temporal/issues/183), (reporter @Zylius) +- ✏️ **API**: `Queuer` interface for the workers pool to show the number of requests waiting for the worker. Implemented in **SDK**. + +--- + ## v2.8.0 (17.02.2022) ### ⚠️ For the RR `v2.8.0` your `.rr.yaml` configuration version should be [`2.7`](https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml), so please update your config and add `version: '2.7'` at the top. -- cgit v1.2.3