Releases: Farfetch/kafkaflow
Releases · Farfetch/kafkaflow
2.3.0
What's Changed
- feat: create consumer throttling middleware by @filipeesch in #402
- chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 in /src/KafkaFlow.Admin.Dashboard/ClientApp by @dependabot in #398
- chore(deps): bump Swashbuckle.AspNetCore.SwaggerUI from 6.1.4 to 6.3.0 in /samples/KafkaFlow.Sample.WebApi by @dependabot in #401
Full Changelog: 2.2.16...2.3.0
2.2.16
2.2.15
2.2.15-beta.2
- Fix tombstone message consume
- Better consumer worker exception handling
2.2.15-beta.1
- Fix tombstone message consume
- Better consumer worker exception handling
2.2.14
- Creates WithoutStoringOffsets consumer option
- Admin and telemetry topics use only partition 0 of the topic
- Avoid storing offsets to Admin and Telemetry topics
- Fix NullReferenceException when a consumer starts/stops
- Improve BatchConsume logic to avoid message loss
- Update Samples and Tests to use .NET 6.0 #322
- Async type resolvers #342
2.2.14-beta.2
- Creates WithoutStoringOffsets consumer option
- Admin and telemetry topics use only partition 0 of the topic
- Avoid storing offsets to Admin and Telemetry topics
- Fix NullReferenceException when a consumer starts/stops
- Improve BatchConsume logic to avoid message loss
- Update Samples and Tests to use .NET 6.0 #322
- Async type resolvers #342
2.2.14-beta.1
- Creates WithoutStoringOffsets consumer option
- Admin and telemetry topics use only partition 0 of the topic
- Avoid storing offsets to Admin and Telemetry topics
- Fix NullReferenceException when a consumer starts
- Improve BatchConsume logic to avoid message loss
- Update Samples and Tests to use .NET 6.0 #322
2.2.13
2.2.12
- Update the Dashboard to use Angular 14 and Node 17
- Update all Dashboard packages to use the latest versions