Skip to content

Commit 4df7954

Browse files
committed
README.md
1 parent 4d1fa45 commit 4df7954

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ Thanks to all the contributors:
4646
>
4747
> Versions 2.x are based on [RabbitMQ .NET client Version 6.x](https://www.nuget.org/packages/RabbitMQ.Client/6.2.4)
4848
49-
### [Version 2.8.0 - 2023/xx/xx](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/releases/tag/v2.8.0)
49+
### [Version 2.8.0 - 2023/11/13](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/releases/tag/v2.8.0)
5050

51-
* Fixed [Issue #180](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/issues/180): Now non-AutoAck scenarios work better (not sure though if they are completely equivalent to what a real RabbitMQ instance would do).
52-
* Note that tyhis version might be _technically_ breaking as some `public` members are now either `internal` or implemented rather differently.
51+
* Fixed [Issue #180](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/issues/180): Now non-AutoAck scenarios work better (not sure though if they are completely equivalent to what a real RabbitMQ instance would do). Thanks to [@manuelspezzani](https://github.com/manuelspezzani) for providing repro unit tests.
52+
53+
> Note that this version might be _technically_ breaking as some `public` members are now either `internal` or implemented rather differently.
5354
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.
5455

56+
> Also note that this is far from being bulletproof: The unit tests associated with issue [#180](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/issues/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).
57+
5558
### [Version 2.7.0 - 2023/10/16](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/releases/tag/v2.7.0)
5659

5760
* Updated **RabbitMQ.Client** to version [6.6.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/releases/tag/v6.6.0) thanks to [@marcusber](https://github.com/marcusber)'s [PR #174](https://github.com/addupsolutions/AddUp.FakeRabbitMQ/pull/174)

0 commit comments

Comments
 (0)