Releases: BrighterCommand/Brighter
Releases · BrighterCommand/Brighter
Paramore.Brighter.v8.0.305
- Suppress and log BrokerUnreachableException during ResetConnection
Paramore.Brighter.v8.0.71
- Fixes issues with Polly which changed their Default constructor for PolicyRegistry
Paramore.Brighter.v8.0.37
Stabilty Fixes
Paramore.Brighter.v7.4.2
Stabilty Fixes
Paramore.Brighter.v7.2.10
- 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
- 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
Stabilty Fixes
Paramore.Brighter.v7.0.137
- 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
Stabilty Fixes
Paramore.Brighter.v6.1.1
Stabilty Fixes