Skip to content

Releases: leuchterag/Microsoft.Extensions.Hosting.Kafka

2.0.3

18 Oct 14:30
2.0.3
Compare
Choose a tag to compare
  • upgraded packages
  • added sample consumer to docker file
  • added azure pipeline definition

2.0.2

29 May 09:23
2.0.2
Compare
Choose a tag to compare
  • updated kafka dependencies to 1.0.1
  • catch exceptions thrown when shutting down in an alpine container

2.0.1

29 May 09:22
Compare
Choose a tag to compare
  • added checks for partition EOF handling

2.0.0

29 Apr 13:18
Compare
Choose a tag to compare
  • upgrade Confluent.Kafka libs to 1.0.0
    The new APIs coming with Confluent.Kafka 1.0.0-RC4 needed to be adopted to be able to upgrade the package in the future.
  • fixed configuration bug
  • improved error handling on termination
  • code cleanups

2.0.0-alpha02

24 Apr 07:31
d7fb548
Compare
Choose a tag to compare
2.0.0-alpha02 Pre-release
Pre-release
  • fixed configuration bug
  • improved error handling on termination
  • code cleanups

2.0.0-alpha01

15 Apr 08:58
73a6cdf
Compare
Choose a tag to compare
2.0.0-alpha01 Pre-release
Pre-release
  • upgrade Confluent.Kafka libs to 1.0.0-RC4
    The new APIs coming with Confluent.Kafka 1.0.0-RC4 needed to be adopted to be able to upgrade the package in the future.

v1.1.1

20 Feb 08:29
Compare
Choose a tag to compare

This release introduces only new assemblies with embedded sources. This means that they can be debugged without having to download the corresponding sources or having sourcelink do this for you!

Important: To be able to step into the source of this library you need to disable "Just my Code" in your VS debug configuration.

v1.1.1-alpha01

18 Feb 10:40
Compare
Choose a tag to compare
v1.1.1-alpha01 Pre-release
Pre-release

This is a prerelease Version to work out some of the source linking issues at play.

  • Added initial draft of for embedded pdbs and sources.
  • cleaned up some async code that was not async

v1.1.0

17 Dec 14:38
Compare
Choose a tag to compare

v1.0.1

07 Sep 05:44
Compare
Choose a tag to compare
  • fixed autocommit settings value bug