Skip to content

Releases: KyleCrowley/RabbitMQ.Fakes.DotNetStandard

V2.2.1

09 Jan 18:28
Compare
Choose a tag to compare

Fixed bug where FakeModel.NextPublishSeqNo started at 0 instead of 1 when publisher confirms are enabled (via ConfirmSelect). See #16.

v2.2.0

07 Jan 19:23
c6d9a5f
Compare
Choose a tag to compare

Basic implementation of publisher confirms. See #15.

2.1.2

10 Dec 08:09
Compare
Choose a tag to compare

Fixed bug with message deliver to async consumer (see #8).