Releases: quixio/quix-streams-dotnet
Releases · quixio/quix-streams-dotnet
v0.7.5
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
This is a small maintenance release
What's Changed
- Allow setters for event and param definitions by @peter-quix in #60
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- Lower the netstandard to lowest supported .net by @peter-quix in #56
- Remove unused references and fix CVE-2024-21319 by @peter-quix in #57
- Fix committed offset always lagging behind 1 by @peter-quix in #58
Full Changelog: v0.7.2...v0.7.3
v0.7.2
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
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
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
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
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
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
Full Changelog: v0.6.0...v0.6.1
v0.6.0
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