Skip to content

Latest commit

History

History
43 lines (27 loc) 路 1.8 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) 路 1.8 KB

CHANGELOG

馃殌 v2024.1.2 馃殌

Upcoming new JOBS driver: google-pub-sub:

  • 馃敟: Currently in a polishing phase, the new plugin will be released as part of the v2024.2.0. Stay tuned! (thanks @cv65kr)

gRPC plugin:

  • 馃悰: strip extra slashes when there is no package defined in the protofile: PR, (thanks @satdeveloping)

OTEL plugin:

  • 馃悰: Fix hardcoded AlwaysSample samples: BUG, (thanks @bazilmarkov)

RR core plugin:

  • 馃悰: RR workers/reset commands don't respect default config values: BUG, (thanks @r4m-alexd)

馃殌 v2024.1.1 馃殌

HTTP plugin:

  • 馃悰 Bug: Fix for the NPE on types check: BUG, (thanks @cto-asocial)

gRPC plugin:

  • 馃敟 Remove experimental status from the OTEL in gRPC, PR

SDK:

  • 馃敟 Additional debug logging for the maxExecs with jitter: PR (thanks @Kaspiman)

馃殌 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)