diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 960f7ae0..509e5b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +# <center> ๐ v2023.2.2 ๐ </center> + +## ๐ฉน Fixes + +- ๐ **JOBS plugin**: Fix typo in the `RPC` span name: [PR](https://github.com/roadrunner-server/jobs/pull/92), (thanks @Kaspiman). +- ๐ **SDK**: Fix incorrect workers state when worker reached `idleTTL` state: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1669), (thanks @Aleksa1996). + +### <center>๐งน Chore:</center> + +- ๐งโ๐ญ **HTTP plugin**: faster PostForm/MultipartForm processing [PR](https://github.com/roadrunner-server/http/pull/145). +- ๐งโ๐ญ **Golang**: Update Golang version to v1.21. +- ๐งโ๐ญ **Dependencies**: update project dependencies. + +--- + # <center> ๐ v2023.2.1 ๐ </center> ## ๐ฉน Fixes |