Releases: BrighterCommand/Brighter
Releases · BrighterCommand/Brighter
9.5.6 🌈
9.5.5 🌈
9.5.4 🌈
Changes
🚀 Features
- [Feature]Allow a Kafka consumer to set the rebalancing strategy @iancooper (#2660)
🐛 Bug Fixes
9.5.3
Changes
🐛 Bug Fixes
- Kafka Missing Headers and Partition Key @iancooper (#2628)
- Support multiple policy async @iancooper (#2627)
9.5.2 🌈
9.5.1 🌈
Changes
- Add error handling and ensure that traces are written @preardon (#2618)
- simplify default(CancellationToken) @SimonCropp (#2603)
- remove duplicate dictionary lookups @SimonCropp (#2598)
- remove redundant casts @SimonCropp (#2599)
- suppress obsolete warnings @SimonCropp (#2596)
- cleanup Paramore.Brighter.DynamoDB.Tests @SimonCropp (#2595)
9.5.0
🚀 Features
🐛 Bug Fixes
- Only One Instance of UsePolicy and Fallback Decorators; Support Multiple Policies @iancooper (#2580)
- Note that if you have used an approach of multiple UsePolicy statements before, this will not work following this release. Please change your code to use the multi-policy support in UsePolicy. This is due to a bug created when you use a Scoped handler lifetime with allowing multiple instances of a decorator
Changes
- fix typo in TimeoutInMilliseconds @SimonCropp (#2591)
- fix some spelling @SimonCropp (#2590)
- fix person typos @SimonCropp (#2588)
- fix broken comments @SimonCropp (#2587)
- pass cancellation token @SimonCropp (#2586)
- redundant () @SimonCropp (#2585)
- remove redundant .GetTypeInfo() @SimonCropp (#2563)
9.4.3
Changes
- [Kafka] Message Header Timestamp not populated with UTC format when consumer receive it @honkuan86 (#2551)
🐛 Bug Fixes
- Sqlite Tests Running @iancooper (#2561)
- Sqlite issues with SQL issued for GET and time ranges
- Sqlite used native DDL types
9.4.2
9.4.1
Changes
- Make Kafka Consumer Reading Message Headers Case Insensitive @honkuan86 (#2537)
- Outbox archiver @preardon (#2468)
🚀 Features
🐛 Bug Fixes
- Missing Dependencies for Built In Types break with validation @iancooper (#2516)