diff options
author | Valery Piashchynski <[email protected]> | 2022-05-26 13:31:21 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-05-26 13:31:21 +0200 |
commit | a7988ca4fc291de6897503d0ede4d4203b00fd94 (patch) | |
tree | c535d37a990d3b127c66cb1bdfeffa2ff9f57d52 /CHANGELOG.md | |
parent | 05815a8162d912cbad08b23d73b1d5cc98b69319 (diff) |
update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 18176625..6b043952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # CHANGELOG +## v2.10.2 (26.05.2022) + +## 👀 New: +- ✏️ **WORKER**: Starting from this release, RR is able to show full error messages which sent to the `STDOUT` during the worker bootstrap. [FR](https://github.com/roadrunner-server/roadrunner/issues/1127) (thanks @ykweb) +- ✏️ **HTTP**: Connection might be upgraded from the `http/1.1` to `h2c`: [rfc7540](https://datatracker.ietf.org/doc/html/rfc7540#section-3.4) +Headers, which should be sent to upgrade connection: + 1. `Upgrade`: `h2c` + 2. `Connection`: `HTTP2-Settings` + 3. `Connection`: `Upgrade` + 4. `HTTP2-Settings`: `AAMAAABkAARAAAAAAAIAAAAA` [RFC](https://datatracker.ietf.org/doc/html/rfc7540#section-3.2.1) + +- ✏️ [**VELOX**](https://github.com/roadrunner-server/velox): Add GitLab support. Starting from the `beta.2` you may use `GitHub` and `GitLab` plugins together. Configuration updated. Keep in mind, until stable release `1.0.0` configuration might be changed with breaking changes. +- ✏️ **protoc-gen-php-grpc**: Use of fully qualified names in place of imports. [PR](https://github.com/roadrunner-server/grpc/pull/30) (thanks @ryanjcohen) + +--- + ## v2.10.1 (19.05.2022) ## 👀 New: |