๐ v2023.2.0-beta.1 ๐
DOCKER IMAGES AVAILABLE UNDER THE 2023.2.0-beta.3
TAG
๐ New
- โ๏ธ Kafka driver: Support for the
SCRAM-SHA-256
andSCRAM-SHA-512
SASL mechanisms: FR, (thanks @Azomas) - โ๏ธ Headers middleware: Actualize CORS support: FR, (thanks @rmikalkenas, @hustlahusky)
- โ๏ธ RoadRunner CLI: Additional semgrep security scanner.
- โ๏ธ Docker builds: New tags:
v2023
,v2023.x
and with bugfix:v2023.x.x
. Thelatest
tag points to the latest stable release. Allrc
,beta
,alpha
releases will no longer be tagged withlatest
. - โ๏ธ Server plugin:
after_init
option. This is a newserver
option and, likeon_init
, can contain any custom command to be fired after each pool of workers is initialized. For example, if you have 2 plugins:http
andgrpc
, theafter_init
command would be fired twice: FR, (thanks @rauanmayemir). - โ๏ธ AMQP driver: Support for the
TLS
transport namedamqps
: FR, (thanks @marcosraudkett) - โ๏ธ JOBS plugin: Support for the workers health/readiness checks. PR, (thanks @Kaspiman)
- โ๏ธ JOBS plugin: Delete all messages that were in the priority queue when the pipeline was deleted (1-st part of the BUG), BUG
๐งน Chore:
- ๐งโ๐ญ Dependencies: update project dependencies.