Skip to content

netstandard1.5, RabbitMQ.Client 4.02 and CI

Compare
Choose a tag to compare
@pardahlman pardahlman released this 08 Sep 19:11
· 82 commits to stable since this release

The final piece of the puzzle has fallen into place: the latest version of RabbitMQ.Client supports netstandard1.5, and so there is nothing that stops RawRabbit to be run on any platform that .NET Core can be run.

As of this release, not only the unit tests, but also the integration tests are run in AppVeyor.

  • #104 - Provide Serilog Logger in Ctor
  • #103 - Support Messages in pure Json
  • #102 - Support Exception Propagation for .NET Core
  • #101 - Only dispose active Subscriptions on ShutDown
  • #100 - Run Integration Tests in AppVeyor
  • #99 - Upgrade to RabbitMQ.Client 4.0.X
  • #98 - Latest version of RabitMQ.Client breaking changes
  • #97 - Support for topic based routing
  • #96 - Use RabbitMQ.Client 3.6.4
  • #92 - Pass GlobalMessageId from Local CallContext
  • #91 - Update Lifetime Management / Disposal of BusClient

Commits: d9a03a7...633dd49