blob: 6cb23efd1b6041ec21dd124653f400d1787dd4c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# CHANGELOG
# π v2024.1.0 π
## Upgrade guide: [link](https://docs.roadrunner.dev/general/compatibility)
### `HTTP` plugin:
- π₯ Use `protobuf` encoded payloads to prevent field reordering and JSON escaped symbols.
### `Kafka` driver:
- π₯ Support [TLS configuration](https://docs.roadrunner.dev/queues-and-jobs/kafka#configuration) (thanks @dkomarek)
### `SDK`:
- π₯ Use a small random jitter to prevent the [Thundering herd problem](https://en.wikipedia.org/wiki/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)
### <center>π§ΉChore:</center>
- π§βπ: All `since` log entries are now always shown as milliseconds, [FR](https://github.com/roadrunner-server/roadrunner/issues/1858), (thanks @dmitryuk).
---
|