Skip to content

v2.10.2

Compare
Choose a tag to compare
@rustatian rustatian released this 26 May 12:10
· 911 commits to stable since this release
0e1ec33

👀 New:

  • ✏️ WORKER: Starting from this release, RR is able to show full error messages sent to the STDOUT during the worker bootstrap. FR (thanks @ykweb)

  • ✏️ HTTP: Connection might be upgraded from the http/1.1 to h2c: rfc7540
    Headers, which should be sent to upgrade connection:

    1. Upgrade: h2c
    2. Connection: HTTP2-Settings
    3. Connection: Upgrade
    4. HTTP2-Settings: AAMAAABkAARAAAAAAAIAAAAA RFC
  • ✏️ VELOX: Add GitLab support. Starting from the beta.2 you may use GitHub and GitLab plugins together. Configuration updated. Keep in mind, that until the 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 (thanks @ryanjcohen)