🚀 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 matchingRR_*
environment variable, PR.
Temporal
plugin:
- 🔥: Enable client certificate rotation: FR. With this change, you may replace a certificate on a Live system. (thanks @benkelukas)
- 🔥: Expose
continue_as_new_suggested
for the PHP Worker: PR.
Kafka
- 🐛: Reduce the number of
maxPollRecords
from 10k to 100, PR.
Endure
container:
- 🐛: Fix incorrectly used error log message: PR.
General:
- 🔥: Update Go to
v1.22.4
.