diff options
author | Valery Piashchynski <[email protected]> | 2024-06-06 15:42:56 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-06-06 15:42:56 +0200 |
commit | bd21df135996b98fa5542906867f32db57f0fccb (patch) | |
tree | 769ed2f130b9f59953eb8629f147a5512d7b86d7 /CHANGELOG.md | |
parent | e3209b9f9961a3e567a4802ec01b16e6648bd35b (diff) |
chore: release notes
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fd5e97..c2018964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ # 🚀 v2024.1.3 🚀 +### `RR core`: +- 🔥: Deprecate `RR_*` env variables prefix. This was an undocumented feature which caused confusion, because any configuration value might be automatically replaced (without using env in the configuration) with a matching `RR_*` environment variable, [PR](https://github.com/roadrunner-server/roadrunner/pull/1929). + +### `Temporal` plugin: +- 🔥: Enable client certificate rotation: [FR](https://github.com/temporalio/roadrunner-temporal/issues/522). With this change you may replace certificate on a Live system. (thanks @benkelukas) +- 🔥: Expose `continue_as_new_suggested` for the PHP Worker: [PR](https://github.com/temporalio/roadrunner-temporal/pull/520). + +### `Kafka` +- 🐛: Reduce number of `maxPollRecords` from 10k to 100, [PR](https://github.com/roadrunner-server/kafka/commit/f7950cb538e6c670cfc50681e61eb939c591f27b). + +### `Endure` container: +- 🐛: Fix incorrectly used error log message: [PR](https://github.com/roadrunner-server/endure/pull/175). + +### General: +- 🔥: Update Go to `v1.22.4`. + +## RoadRunner PHP: + +### `Worker`: +- 🔥: Add `RR_VERSION` env to the `Environment` class: [PR](https://github.com/roadrunner-php/worker/pull/37), (thanks @Kaspiman) + --- |