diff options
author | Valery Piashchynski <[email protected]> | 2022-05-26 14:02:20 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-26 14:02:20 +0200 |
commit | 0e1ec33a2fb06c3b982740e20aa0e93373a9a708 (patch) | |
tree | 1cc2b85037c5098e071a5d1102ad5362e9ec9bbb /CHANGELOG.md | |
parent | 05815a8162d912cbad08b23d73b1d5cc98b69319 (diff) | |
parent | cc938291038c65e70c2f20908bc486c4d28e6e88 (diff) |
[#1155]: release: `v2.10.2`v2.10.2
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..3d7388a8 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 sent to the `STDOUT` during the worker bootstrap. +- ✏️ **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: |