Skip to content

Releases: BrighterCommand/Brighter

Paramore.Brighter.v8.0.305

17 May 22:20
dd99734
Compare
Choose a tag to compare
  • Suppress and log BrokerUnreachableException during ResetConnection

Paramore.Brighter.v8.0.71

15 Mar 12:28
Compare
Choose a tag to compare
  • Fixes issues with Polly which changed their Default constructor for PolicyRegistry

Paramore.Brighter.v8.0.37

27 Feb 17:28
Compare
Choose a tag to compare

Stabilty Fixes

Paramore.Brighter.v7.4.2

06 Jun 19:45
Compare
Choose a tag to compare

Stabilty Fixes

Paramore.Brighter.v7.2.10

05 Mar 18:44
e310586
Compare
Choose a tag to compare
  • Support for PostgreSql Message Store
  • Support for MySql Message and Command Stores
  • Support for Kafka Messaging Gateway - Beta
  • Support for MSSql Messaging Gateway - Beta

Paramore.Brighter.v7.1.0

03 Jul 14:08
Compare
Choose a tag to compare
  • Fixes issue with high CPU when failing to connect to RabbitMQ.
  • Fixes missing High Availability setting, had to make changes to IAmAChannelFactory.

Paramore.Brighter.v7.0.143

03 Jul 14:10
Compare
Choose a tag to compare

Paramore.Brighter.v7.0.137

03 Jul 14:09
Compare
Choose a tag to compare
  • Support for .NET Core (NETSTANDARD 1.5)

Breaking Changes

  • Configuration no longer supports XML based config sections. We use data structures instead, and expect you to configure mostly in code, initializing those data structures from your config system of choice yourself. We recommend following 12-Factor Apps guidelines and preferring enviroment variables for items that vary by environment over XML or JSON based configuration files. (We may consider providing config sections in Contrib again, please feedback if this is a critical issue for you. PRs welcome.)
  • Dropped CommandProcessor from namespaces and folder names, to shorten, and remove semantic issue that it is not just a Command Processor
  • Changed namespaces and folders to be CamelCase
  • As a result, your using statements will need revision with this release
  • Some namespaces i.e Paramore.Brighter.Policy changed to avoid clashes now CamelCase (has become Paramore.Brighter.Policies)

Paramore.Brighter.v6.1.8

30 Sep 11:53
Compare
Choose a tag to compare

Stabilty Fixes

Paramore.Brighter.v6.1.1

04 Aug 10:55
Compare
Choose a tag to compare

Stabilty Fixes