Releases: BrighterCommand/Brighter
Releases · BrighterCommand/Brighter
10.0.0-preview.3
This is a point release. There will be new features here, which we have not yet discussed. The main purpose is to update packages, fix compatibility of Confluent 2.6.0 and NJsonSchema 11+
Our hope is to be code complete on V10 by the end of 2024.
9.9.7
9.9.6
9.9.5
9.9.4
9.9.3
9.9.2
9.9.1 🌈
What's Changed
Full Changelog: 9.9.0...9.9.1
9.9.0
What's Changed
- Initial suggestion for Global locking for Timed Services for v9 by @preardon in #3093
- Add ASB Queue functionality to Brighter v9 by @preardon in #3174
- Backport support for outstanding and dispatched messages across all topics to v9 by @dhickie in #3183
- Ensure that we dont recreate Service Bus clients on every get by @preardon in #3195
- Backport customisable AWS SDK clients to v9 by @dhickie in #3184
- Update distributed lock - Brighter v9 by @preardon in #3203
- Backport Dynamo DB distributed locking provider to v9 by @dhickie in #3217
Full Changelog: 9.8.0...9.9.0
9.8.0 🌈
Changes
- Distributed Locking for Global locking for Timed Services @preardon (#3092)
- Add delete code to DynamoDbOutbox.cs, fix parameter order of CancellationToken (#3074) @iancooper
- Register the IAmAnOutbox interface which is used by the archiver (#3075) @iancooper
- Add support for merging Producer Registries if you have two types of Producer (#3073) (Merge extension method) @iancooper