Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 15:49
  • Fixed Issue #180: Now non-AutoAck scenarios work better (not sure though if they are completely equivalent to what a real RabbitMQ instance would do).

Note that this version might be technically breaking as some public members are now either internal or implemented rather differently.
Anyway those are implementation details and should not be used from client code. I intend to internalize more implementation details in the future so as to not leak abstractions.

Also note that this is far from being bulletproof: The unit tests associated with issue #180 pass, but there are still many scenarios that do not work the same as with a real RabbitMQ server (for example, do not try to requeue a nacked message, it won't work).