Releases: BrighterCommand/Brighter
Releases · BrighterCommand/Brighter
9.3.3
9.3.2
9.3.1
- Bug with DynamoDb Outbox and the Outbox Sweeper fixed. The Sweeper required a topic argument supplied by a dictionary of args
- Required adding a Dictionary<string, object> to various interfaces, which defaults to null, hence the minor version bump as these interfaces have new capabiities
- Internal change to move outstanding message box to a semaphore slim over a mutex as thread-safe. Not strictly neededm, but follows our policy of moving to semaphore slim
- Changes to the DynamoDb Outbox implementation as Outstanding Message check was not behaving as expected
- The interfaces around Outbox configuration will likely change in v10 to avoid current split and need to configure on both publication and outbox
Full Changelog: 9.2.4...9.3.0
9.2.4 🌈
9.2.3 🌈
9.2.2 🌈
9.2.1 🚀
9.1.20
Changes
- Update Names @iancooper (#2270)
- feat(DI): Use services.Try... as recommend for libraries @holytshirt (#2255)
🐛 Bug Fixes
- Kafka threading issue meant offsets not being committed. @iancooper (#2294)
9.1.19
What's Changed
- fix(Logging): Assign ILoggerFactory early as possible in case something uses it by @holytshirt in #2252
Full Changelog: 9.1.18...9.1.19