All Versions
31
Latest Version
Avg Release Cycle
25 days
Latest Release
1250 days ago

Changelog History
Page 2

  • v5.4 Changes

    October 01, 2020

    🔄 Changes

    • ⬆️ Bump RabbitMQ.Client to 6.2.1 #1104
    • Do not send empty header (incompatible with RabbitMq.Client) #1107
    • 🔨 Refactoring of MessageProperties for compatibility with latest RabbitMQ.Client #1111

    🍱 🚀 Features

    • Compatibility with RabbitMQ.Client 6.2.1.
    • ⚡️ Next versions of EasyNetQ limit compatibility with RabbitMQ.Client from major to minor to reduce complaints caused by updates between minor versions of RabbitMQ.Client.
  • v5.3 Changes

    September 06, 2020

    ⬆️ Bump RabbitMQ.Client to 6.2.1 #1104

  • v5.2.2 Changes

    September 04, 2020

    🛠 Fix Argument exception is thrown on dispose of client dispatcher #1103

  • v5.2.1 Changes

    September 03, 2020

    🛠 Fix Argument exception is thrown on dispose of consumer dispatcher #1096

  • v5.2.0 Changes

    June 07, 2020

    ⬆️ Upgrade RabbitMQ.Client to 6.1

  • v5.1.2 Changes

    May 24, 2020

    🛠 Fix #1060.

    Please update to this version from any previous 5.* ASAP, because all previous 5.* version contains a bug with reconnection.

    Thanks and sorry for the inconvenience.

  • v5.1.1 Changes

    May 10, 2020

    🛠 Fix #1055

  • v5.1.0 Changes

    May 07, 2020

    🛠 Fix #974

    🔧 This PR removes a dependency on the static instance of Newtonsoft.Json serializer. PR could break serialization's customizations if they were set up through static configuration, but we don't expect that way of customization. Please, use this overload if you need any customizations.

  • v5.0.5 Changes

    May 04, 2020

    🛠 Fix #974

  • v5.0.4 Changes

    May 03, 2020

    🛠 Fix #1049, #1010