diff options
author | Valery Piashchynski <[email protected]> | 2023-05-25 12:40:51 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-05-25 12:40:51 +0200 |
commit | a9800eae9f06092c8c339d197067e6afb503a445 (patch) | |
tree | 8d3246938c19838b9431f748e3699df8bb648049 /CHANGELOG.md | |
parent | 9002b16d9944dc72b9c26b785232861ed43dd787 (diff) |
feat: update CHANGELOG
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 868097af..d1fa8329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # CHANGELOG +# <center> ๐ v2023.1.4 ๐ </center> + +## ๐ฉน Fixes + +- ๐ **gRPC plugin**: allow specifying wildcards in the `proto` field: [PR](https://github.com/roadrunner-server/roadrunner/issues/1553), (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> + +- ๐งโ๐ญ **Dependencies**: update project dependencies. + +--- + # <center> ๐ v2023.1.3 ๐ </center> ## ๐ฉน Fixes |