| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 10.3.0 source code.tar.gz | 2026-02-23 | 4.1 MB | |
| 10.3.0 source code.zip | 2026-02-23 | 8.0 MB | |
| README.md | 2026-02-23 | 2.0 kB | |
| Totals: 3 Items | 12.1 MB | 0 | |
What's Changed
With this release, we harmonize how to respond to handler failure across all our transport offerings.
Our default remains to ack any fall through or exception, but you can use attributes/exceptions to change this flow:
- Defer - requeue with a delay
- Reject - move to a dlq
- Nack/DontAck - leave in queue
Support from Brighter for DLQ, delay and nack now provided across the board, using native if not available, Brighter if not.
Details
- Testing Support for IAmACommandProcessor by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4005
- Remove Clear Service Bus Calls, Parallelize Tests by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4018
- feat: switch ASB transport to compile-time logging source generation by @DevJonny in https://github.com/BrighterCommand/Brighter/pull/4017
- [Feature] Create analyzer by @AboubakrNasef in https://github.com/BrighterCommand/Brighter/pull/3981
- feat: add Paramore.Brighter.Extensions.OpenTelemetry package by @thomhurst in https://github.com/BrighterCommand/Brighter/pull/4020
- feat: Universal scheduler delay support for all transports by @iancooper in https://github.com/BrighterCommand/Brighter/pull/3995
- Universal DLQ by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4015
- Dont Ack Action by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4019
- Unacceptable message limit by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4026
- Error Examples by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4027
- Defer Message Action Should Have an Attribute as a Backstop by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4028
- [Chore] Missing Specifications by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4029
- [Docs] Fix Defer examples by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4030
Full Changelog: https://github.com/BrighterCommand/Brighter/compare/10.2.1...10.3.0