diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c405722..60a2c381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # CHANGELOG +# <center> ๐ v2023.3.5 ๐ </center> + +### Config plugin: + +- ๐ฅ Add ability to include `.env` files in the configuration (experimental feature): [Docs](https://roadrunner.dev/docs/experimental-experimental/current/en#support-for-loading-envfiles-in-the-rryaml--v202335), (thanks @OO00O0O). + +### Temporal plugin: + +- ๐๏ธ Fix bug with incorrect pool destroy order: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1776), (thanks @pfy-oleksii-storozhylov). + +### HTTP plugin: + +- ๐ฅ Allow showing PHP exception traces in the response: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1781), (thanks @speller). + + +### <center>๐งน Chore:</center> + +- ๐งโ๐ญ **Dependencies**: update project (system) dependencies. + + +--- + # <center> ๐ v2023.3.4 ๐ </center> ## ๐ฅ Features: |