EasyNetQ v6.3.1 Release Notes

Release Date: 2020-11-28 // over 3 years ago
  • ๐Ÿฑ ๐Ÿš€ Features

    • โฌ†๏ธ Bump internal LightInject version #1161

Previous changes from v6.3.0

  • ๐Ÿฑ ๐Ÿš€ Features

    • โœจ Enhanced support of amqp connection string #1155

    ๐Ÿš€ The goal of this release is to support this kind of connection string:

    amqp://user:pass@host:10000/vhost?persistentMessages=false&prefetchCount=2&timeout=1&publisherConfirms=true&name=unit-test&mandatoryPublish=true&connectIntervalAttempt=2&product=product&platform=platform
    

    ๐Ÿ—„ ConnectionConfiguration.AmqpConnectionString is deprecated and preferred way to get ConnectionConfiguration from amqp connection string is to call ConnectionStringParser.Parse.