Update ghcr.io/roadrunner-server/roadrunner Docker tag to v2024
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
ghcr.io/roadrunner-server/roadrunner (source) | stage | major |
2023.3.12 -> 2024.1.5
|
Release Notes
roadrunner-server/roadrunner (ghcr.io/roadrunner-server/roadrunner)
v2024.1.5
Status
plugin:
-
🐛 : Fix k8s-related problem, when status was not available during the graceful shutdown process: BUG. (thanks @cv65kr)
JOBS
plugin:
-
🔥 : Experimentally added new handlers for the more canonicalACK
,NACK
, andREQUEUE
operations for theJOBS
drivers. PHP SDK will be updated soon. FR, (thanks @shieldz80)
✏ ️ Future changes:
-
💡 : Configuration includes will be out of experimental status in the next minor release (v2024.2.0
) and currently don't have restrictions on where to put the included config. Keep in mind that the path for the included configurations is calculated from the working directory of the RoadRunner process. FR
v2024.1.4
Temporal
plugin:
-
🐛 : Fix Local activities executed on the Workflow PHP Worker instead of the Activity PHP Worker: BUG. With this fix, LA performance should see a significant increase. (thanks @Zylius)
v2024.1.3
RR core
:
-
🔥 : DeprecateRR_*
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 matchingRR_*
environment variable, MR.
Temporal
plugin:
-
🔥 : Enable client certificate rotation: FR. With this change you may replace certificate on a Live system. (thanks @benkelukas) -
🔥 : Exposecontinue_as_new_suggested
for the PHP Worker: MR.
Kafka
-
🐛 : Reduce number ofmaxPollRecords
from 10k to 100, MR.
Endure
container:
-
🐛 : Fix incorrectly used error log message: MR.
General:
-
🔥 : Update Go tov1.22.4
.
RoadRunner PHP:
Worker
:
-
🔥 : AddRR_VERSION
env to theEnvironment
class: MR, (thanks @Kaspiman)
v2024.1.2
google-pub-sub
:
Upcoming new JOBS driver: -
🔥 : Currently in a polishing phase, the new plugin will be released as part of thev2024.2.0
. Stay tuned! (thanks @cv65kr)
gRPC
plugin:
-
🐛 : strip extra slashes when there is no package defined in the protofile: MR, (thanks @satdeveloping)
OTEL
plugin:
-
🐛 : Fix hardcoded AlwaysSample samples: BUG, (thanks @bazilmarkov)
RR core
plugin:
-
🐛 : RRworkers/reset
commands don't respect default config values: BUG, (thanks @r4m-alexd)
v2024.1.1
HTTP
plugin:
-
🐛 Bug: Fix for the NPE on types check: BUG, (thanks @cto-asocial)
gRPC
plugin:
-
🔥 Remove experimental status from the OTEL ingRPC
, MR
SDK
:
-
🔥 Additional debug logging for themaxExecs
withjitter
: MR (thanks @Kaspiman)
v2024.1.0
link
Upgrade guide:
HTTP
plugin:
-
🔥 Useprotobuf
encoded payloads to prevent field reordering and JSON escaped symbols.
Kafka
driver:
-
🔥 Support TLS configuration (thanks @dkomarek)
SDK
:
-
🔥 Use a small random jitter to prevent the Thundering herd problem when user usesmax_jobs
option and all the workers restarted at the same time. This feature is enabled automatically. (thanks @Kaspiman)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot