Skip to content

Releases: quixio/quix-streams-dotnet

v0.7.5

02 Dec 13:29
b4ade79
Compare
Choose a tag to compare

What's Changed

  • Return bytes[] instead when failing to serialise by @luisquix in #62
  • Update QuixStreamingClient to use V2 API by @peter-quix in #61

Full Changelog: v0.7.4...v0.7.5

v0.7.4

05 Sep 15:26
cb36dbc
Compare
Choose a tag to compare

This is a small maintenance release

What's Changed

Full Changelog: v0.7.3...v0.7.4

v0.7.3

11 Jun 11:50
872440e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

24 May 16:33
9f2dc31
Compare
Choose a tag to compare

What's Changed

  • Filter out consumer/producer specific config for admin client by @peter-quix in #51
  • Fall back to unknown enum value when available by @peter-quix in #53
  • Multi-Targets projects for target framework compatibility with Microsoft.Extensions.Logging by @w-as in #54
  • Minor code cleanup @peter-quix in #55

Full Changelog: v0.7.1...v0.7.2

v0.7.1

23 Apr 19:51
9d4b44c
Compare
Choose a tag to compare

What's Changed

  • Fix KafkaMessageBuffer purging with incorrect id by @peter-quix in #46
  • Less verbose delivery handler and decreased producer queue by @peter-quix in #48

Full Changelog: v0.7.0...v0.7.1

v0.7.0

08 Apr 16:17
4dfb5f6
Compare
Choose a tag to compare

What's Changed

  • Update librdkafka to 2.3.0 by @luisquix in #39
  • Adds ability to produce to a specific partition by @w-as in #40
  • Option to skip broker verification and set Kafkamessage for StreamPackage by @luisquix and @peter-quix in #41
  • Improve partition support when producing/consuming message by @peter-quix in #42

Full Changelog: v0.6.3...v0.7.0

v0.6.3

16 Feb 16:08
08e966a
Compare
Choose a tag to compare

What's Changed

  • Add partition and offset to GetTopicConsumer by @luisquix in #28
  • Fix stream pipeline not working with multiple components by @peter-quix in #29
  • Remove id limitations and allow / and \ in them by @peter-quix in #32
  • Stop sending empty StreamProperties for each new steam and only send distinct parents by @peter-quix in #34
  • When tag value is set to null in AddTags, treat as removal by @peter-quix in #35
  • Use GZIP per message when required due to message size limit by @peter-quix in #36

New Contributors

Full Changelog: v0.6.2...v0.6.3

v0.6.2

22 Jan 16:45
caf0e2d
Compare
Choose a tag to compare

What's Changed

  • #24: Implement optional constructor parameters for QuixStreamingClient by @peter-quix in #25
  • Improve memory footprint when reading split messages and fix possible issues when sending them by @peter-quix in #26

Full Changelog: v0.6.1...v0.6.2

v0.6.1

09 Jan 14:46
690b795
Compare
Choose a tag to compare

What's Changed

  • Async methods and interface improvements by @w-as in #20
  • Refactor how max message size limit is retrieved from broker by @peter-quix in #22

New Contributors

  • @w-as made their first contribution in #20

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 Dec 11:55
c080cf4
Compare
Choose a tag to compare

What's Changed

  • Improved kafka capabilities and RocksDB state by @peter-quix in #4
  • Remove python from source code and update documentation to reflect that by @peter-quix in #6
  • Update state management documentation to 0.6 by @harisbotic in #9

Full Changelog: v0.5.7...v0.6.0