Releases: rabbitmq/gen-batch-server
Releases · rabbitmq/gen-batch-server
v0.10.0
What's Changed
- Add configurable mailbox flushing on terminate by @kjnilsson in #28
- Add optional AIMD batch size growth strategy by @kjnilsson in #29
- Add gen_server async request APIs (send_request, wait/receive/check_response/…) by @kjnilsson in #30
Full Changelog: v0.9.2...v0.10.0
v0.9.2
Changes Between 0.9.1 and 0.9.2 (Mar 25, 2026)
Bug Fixes
- Erlang process mailbox is now flushed before exiting to prevent OOM events during crash report formatting
done by parts of Erlang/OTP - Strip function arguments from stacktrace to prevent the same OOM events during crash report formatting
v0.9.1
v0.9.0
What's Changed
- Upgrade to match modern
gen_server(continuation of #24) by @michaelklishin in #25 - Update
init_itto match moderngen_server:init_itby @the-mikedavis in #24
Full Changelog: v0.8.9...v0.9.0