diff options
author | Valery Piashchynski <[email protected]> | 2024-05-02 18:33:48 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-02 18:33:48 +0200 |
commit | 9d73edf285ec84beb6673d59823aa654b12aefff (patch) | |
tree | ad8f50753eec049e4784589752bebc689383434c /CHANGELOG.md | |
parent | aa7358ba82f0c96a1e5b6c5429023a06472c09c0 (diff) | |
parent | e68bb6fe812ccd685f6a33d97645c2cf2d469524 (diff) |
[#1911]: release: 2024.1.1v2024.1.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 82318fa7..4e2e0319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +# 🚀 v2024.1.1 🚀 + +### `HTTP` plugin: +- 🐛 Bug: Fix for the NPE on types check: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1903), (thanks @cto-asocial) + +### `gRPC` plugin: +- 🔥 Remove experimental status from the OTEL in `gRPC`, [PR](https://github.com/roadrunner-server/grpc/pull/133) + +### `SDK`: +- 🔥 Additional debug logging for the `maxExecs` with `jitter`: [PR](https://github.com/roadrunner-server/sdk/pull/121) (thanks @Kaspiman) + +--- + # 🚀 v2024.1.0 🚀 ## Upgrade guide: [link](https://docs.roadrunner.dev/general/compatibility) |