v2023.1.0-alpha.1
Pre-release
Pre-release
rustatian
released this
26 Jan 13:20
·
583 commits
to master
since this release
🚀 v2023.1.0-alpha.1 🚀
👀 New:
-
✒️ Kafka plugin: Totally reworker Kafka plugin. Now it supports regexps for the topics, marked commits for the group consumers, and SASL authentication. Configuration reference: link.
-
✒️ Endure v2 support (internal change).
-
✒️ Bash script to download the latest RR archive. Later we're going to release a non archived binaries in addition to the regular archived releases.
Sample of usage:
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/roadrunner-server/roadrunner/master/download-latest.sh | sh
✒️ RoadRunner composer metapackage: Removed the require
section: PR, (thanks @roxblnfk)
🩹 Fixes:
- 🐛 HTTP plugin: edge case where empty form value overwrites existing value, PR, (thanks @tungfinblox).