Skip to content

Releases: Farfetch/kafkaflow

2.0.1-beta.2

07 Jun 08:34
Compare
Choose a tag to compare
2.0.1-beta.2 Pre-release
Pre-release
  • Fix NewtonsoftJsonSerializer wrongly closing streams

2.1.0-beta.1

04 Jun 13:06
Compare
Choose a tag to compare
2.1.0-beta.1 Pre-release
Pre-release
  • #178 : Dashboard consumers management

2.0.1-beta.1

04 Jun 09:42
Compare
Choose a tag to compare
2.0.1-beta.1 Pre-release
Pre-release
  • Fixes NewtonsoftJsonSerializer wrongly closing streams

2.0.0

01 Jun 09:55
Compare
Choose a tag to compare
  • Change Produce and ProduceAsync to receive the message key as an object (#159)
  • Added ConfluentJsonSerializer and ConfluentProtobufSerializer (#140)
  • Performance improvements
  • Better memory management

Breaking changes

  • TransformMessage() method marked as deprecated, now SetMessage() must be used instead
  • Change the serializers to use async and streams (#158)
  • Refactor the IMessageContext to a more concise structure (#152)
  • Normalize serializers classes, project and packages names (#146)

1.5.6

28 May 16:37
Compare
Choose a tag to compare
  • Expose partitions assigned and revoked events to the client applications

Breaking change

  • Change consumer factory to use the KafkaFlow IConsumer interface

2.0.0-beta.1

05 May 13:40
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release
  • Change Produce and ProduceAsync to receive the message key as an object (#159)
  • Added ConfluentJsonSerializer and ConfluentProtobufSerializer (#140)

Breaking changes

  • Change the serializers to use async and streams (#158)
  • Refactor the IMessageContext to a more concise structure (#152)
  • Normalize serializers classes, project and packages name (#146)

1.5.5

05 May 16:50
Compare
Choose a tag to compare
  • Fix consumer custom factory has no effect

1.5.4

29 Apr 08:33
Compare
Choose a tag to compare
  • Fix: adds WorkerCount property to MessageConsumer

1.5.3

23 Apr 08:13
Compare
Choose a tag to compare
  • Change the Worker and Worker Feeder thread behaviour to do better use of ThreadPool
  • Some performance optimization on JsonMessageSerializer

1.5.2

05 Apr 10:45
Compare
Choose a tag to compare
  • Fix reset consumer offset is throwing ObjectDisposedException
  • Fix change HandlerTypeMapping to internally use a List