Skip to content

Commit f8074e0

Browse files
committed
Updated Readme for upcoming 1.3.0 release
1 parent 6761ffd commit f8074e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ I deemed this renaming necessary as the `Fakes` suffix collides with [Microsoft
3232

3333
## History
3434

35+
### [Version 1.3.0 - 2020/11/09](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/releases/tag/v1.3.0)
36+
37+
Most of the work in this release was contributed by @inbarbarkai. Thanks to him!
38+
39+
* As suggested by @inbarbarkai: Basic support for `IModel.ConfirmSelect` and the `IModel.WaitForConfirms*` family.
40+
* Support for `IModel.CreateBasicPublishBatch` was added thanks to PR #21 by @inbarbarkai.
41+
* Consumers that implement both `IBasicConsumer` **and** `IAsyncBasicConsumer` are correctly handled by `IModel.BasicConsume` and `IModel.BasicCancel` thanks to PR #23 by @inbarbarkai.
42+
3543
### [Version 1.2.3 - 2020/10/04](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/releases/tag/v1.2.3)
3644

3745
* Renamed from **AddUp.RabbitMQ.Fakes** to **AddUp.FakeRabbitMQ**.

0 commit comments

Comments
 (0)