diff options
author | Valery Piashchynski <[email protected]> | 2023-05-25 12:50:25 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-05-25 12:50:25 +0200 |
commit | 0e68455310f556f6ee4039cc7ad08bfc43c89ad7 (patch) | |
tree | f9ea2bb550840e6272ac67b596be9f66494ca02b | |
parent | a9800eae9f06092c8c339d197067e6afb503a445 (diff) |
chore: update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fa8329..b5e6a4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,10 @@ ## ๐ฉน Fixes -- ๐ **gRPC plugin**: allow specifying wildcards in the `proto` field: [PR](https://github.com/roadrunner-server/roadrunner/issues/1553), (thanks @MaxSem) +- ๐ **gRPC plugin**: allow specifying wildcards in the `proto` field: [PR](https://github.com/roadrunner-server/grpc/pull/90), (thanks @MaxSem) - ๐ **SDK (internal)**: Workers are killed during processing when memory usage is exeeded: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1561), (thanks @ekisu) - ๐ **JOBS plugin**: Jobs plugin hangd on many workers and pollers: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1568), (thanks @embargo2710) - ๐ **JOBS plugin**: Safe shutdown occurs before the specified time: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1567), (thanks @embargo2710) -- ๐ **JOBS plugin**: Incorrect parsing of JSON configuration values: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1557), (thanks @embargo2710) - ๐ **AMQP plugin**: Typo in the property name (`multiple_ack`): [BUG](https://github.com/roadrunner-server/roadrunner/issues/1565), (thanks @embargo2710) ### <center>๐งน Chore:</center> |