Skip to content

Releases: Farfetch/kafkaflow

2.3.0

14 Jun 11:44
Compare
Choose a tag to compare

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

21 Apr 15:14
Compare
Choose a tag to compare
  • Add SslCaPem security information to connect to Kafka #379
  • Remove exception when try creating a topic when it already exists #372
  • Fix null message key production #374
  • Update documentation #391 #385 #375
  • Update node packages #392 #361 #377

2.2.15

01 Feb 11:17
Compare
Choose a tag to compare
  • Deserialize tombstone messages as a null object
  • Better exception handling on consumer worker
  • Fix #359

2.2.15-beta.2

30 Jan 15:38
Compare
Choose a tag to compare
2.2.15-beta.2 Pre-release
Pre-release
  • Fix tombstone message consume
  • Better consumer worker exception handling

2.2.15-beta.1

30 Jan 11:26
f474460
Compare
Choose a tag to compare
2.2.15-beta.1 Pre-release
Pre-release
  • Fix tombstone message consume
  • Better consumer worker exception handling

2.2.14

27 Dec 10:01
Compare
Choose a tag to compare
  • 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

23 Dec 11:10
Compare
Choose a tag to compare
2.2.14-beta.2 Pre-release
Pre-release
  • 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

20 Dec 14:56
568bc42
Compare
Choose a tag to compare
2.2.14-beta.1 Pre-release
Pre-release
  • 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

21 Nov 14:59
Compare
Choose a tag to compare
  • Update Confluent packages to 1.9.3 #328

2.2.12

08 Nov 14:27
Compare
Choose a tag to compare
  • Update the Dashboard to use Angular 14 and Node 17
  • Update all Dashboard packages to use the latest versions