| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 10.4.2 source code.tar.gz | 2026-05-14 | 4.3 MB | |
| 10.4.2 source code.zip | 2026-05-14 | 8.5 MB | |
| README.md | 2026-05-14 | 2.6 kB | |
| Totals: 3 Items | 12.9 MB | 0 | |
What's Changed
- fix: InternalBus.Enqueue loses messages under concurrent first-write contention (#4098) by @thomhurst in https://github.com/BrighterCommand/Brighter/pull/4099
- feat: move AWS resource cleanup to dedicated workflow with scheduler support by @holytshirt in https://github.com/BrighterCommand/Brighter/pull/4108
- fix: populate s_postAttributesMemento in PipelineBuilder (#4100) by @thomhurst in https://github.com/BrighterCommand/Brighter/pull/4101
- feat: Span<T>-based performance improvements for MessageBody pipeline by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4113
- fix: each RedisMessageGateway owns its own pool (#4023) by @thomhurst in https://github.com/BrighterCommand/Brighter/pull/4103
- Fix RMQ producer channel disposal by @thomhurst in https://github.com/BrighterCommand/Brighter/pull/4110
- [Feat] InMemoryBox Expiry and Outbox limits by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4116
- fix(aws): add Environment=Test tag to FIFO SNS topics so cleanup scri… by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4122
- chore: consolidate MongoDB TFMs and add net10.0 to MySql projects by @holytshirt in https://github.com/BrighterCommand/Brighter/pull/4062
- Clarify DontAckAction transport semantics by @thomhurst in https://github.com/BrighterCommand/Brighter/pull/4120
- fix: receive span covers broker call; add process span (#4085) by @thomhurst in https://github.com/BrighterCommand/Brighter/pull/4091
- Fix : preserve json serializer options by @isakovich in https://github.com/BrighterCommand/Brighter/pull/4107
- fix: MsSqlOutbox archiver never deletes rows when total row count exceeds batch size by @MikeFreeman-Flagstone in https://github.com/BrighterCommand/Brighter/pull/4119
- fix(aws): handle null MessageAttributes/Attributes in V4 SQS message creators by @slang25 in https://github.com/BrighterCommand/Brighter/pull/4128
- fix(aws): surface unknown SNS/SQS message attributes into MessageHeader.Bag by @slang25 in https://github.com/BrighterCommand/Brighter/pull/4130
- fix(cloud-events): preserve message header values in CloudEventsTransformer by @iancooper in https://github.com/BrighterCommand/Brighter/pull/4132
New Contributors
- @isakovich made their first contribution in https://github.com/BrighterCommand/Brighter/pull/4107
- @MikeFreeman-Flagstone made their first contribution in https://github.com/BrighterCommand/Brighter/pull/4119
Full Changelog: https://github.com/BrighterCommand/Brighter/compare/10.4.1...10.4.2