Skip to content

First beta of 2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pardahlman pardahlman released this 29 Jan 20:52
· 280 commits to 2.0 since this release

200 commits later, we're finally at the first beta release of RawRabbit 2.0. A lot of things have changed, but the fundamentals are still the same.

The documentation is lagging behind, but that is the highest priority together with any feedback on this release. If you want to play around with the new client, you can checkout the RawRabbit Todo repo. The front end is really really really the bare minimum, but the back end uses most of the different operations including:

  • Publish/Subscribe
    • Explicit Ack/Nack
    • Without Message Context
    • With Custom Message Context (including BasicDeliveryArgs and more!)
    • With Message Context Forwarding
  • RPC
  • Message Sequence
  • BasicConsume

The application leverages SignalR to push messages to the front end.