Skip to content

Releases: rabbitmq/gen-batch-server

v0.10.0

01 Apr 16:02
f2347d8

Choose a tag to compare

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

25 Mar 23:50
972ae98

Choose a tag to compare

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

18 Mar 22:50
bd2937b

Choose a tag to compare

There are no functional changes compared to 0.9.0.

v0.9.0

18 Mar 22:03
0a61072

Choose a tag to compare

What's Changed

Full Changelog: v0.8.9...v0.9.0