Releases: KyleCrowley/RabbitMQ.Fakes.DotNetStandard
Releases · KyleCrowley/RabbitMQ.Fakes.DotNetStandard
V2.2.1
Fixed bug where FakeModel.NextPublishSeqNo
started at 0
instead of 1
when publisher confirms are enabled (via ConfirmSelect
). See #16.
v2.2.0
Basic implementation of publisher confirms. See #15.
2.1.2
Fixed bug with message deliver to async consumer (see #8).