Skip to content

v2024.1.0

Compare
Choose a tag to compare
@rustatian rustatian released this 11 Apr 16:38
· 146 commits to stable since this release
c0d3df2

🚀 v2024.1.0 🚀

Upgrade guide: link

HTTP plugin:

  • 🔥 Use protobuf encoded payloads to prevent field reordering and JSON escaped symbols.

Kafka driver:

SDK:

  • 🔥 Use a small random jitter to prevent the Thundering herd problem when user uses max_jobs option and all the workers restarted at the same time. This feature is enabled automatically. (thanks @Kaspiman)