Sylvain Le Gouellec/streamiz: Release v1.3.0
Name: streamiz
Owner: Sylvain Le Gouellec
Release: V1.3.0
Released: 2022-06-17
License: MIT
Release Assets:
🚀 Important
- References
confluent-kafka-dotnet
1.9.0. Refer to the release notes - Expose metrics and release a Prometheus Exporter https://github.com/LGouellec/kafka-streams-dotnet/pull/111
- Repartition processor https://github.com/LGouellec/kafka-streams-dotnet/pull/107
- JSON Schema registry Serdes https://github.com/LGouellec/kafka-streams-dotnet/pull/143
- Support .NET 6 https://github.com/LGouellec/kafka-streams-dotnet/pull/128
- Support .NET Standard 2.0 (.NET Framework >= 4.6.2) https://github.com/LGouellec/kafka-streams-dotnet/pull/152
What's Changed
- Feature/repartition processor by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/107
- feat(): add missing serialization configurations to SchemaRegistryConfig by @fab60 in https://github.com/LGouellec/kafka-streams-dotnet/pull/97
- Feature/metrics by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/111
- Fix/46 by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/117
- Fix/114 by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/118
- Fix/80 by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/119
- fix #120 by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/121
- Fix/113 by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/122
- Fix/87 by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/123
- 💥 purge offsets in repartition topics when committing action by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/124
- support .NET 6 - #127 by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/128
- Add support gitpod WIP by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/125
- Fix/refactor-stream-close by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/130
- Fix/global ktable restoration by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/131
- Adding the ability to pass in Key and Value SerDes for the TO operation by @cacodev in https://github.com/LGouellec/kafka-streams-dotnet/pull/137
- 🔥 # 141 - add schema registry json serdes by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/143
- Makes ChangeTimestamp before sinking effectively working by @lollo25 in https://github.com/LGouellec/kafka-streams-dotnet/pull/149
- Adds support of headers within test topology by @lollo25 in https://github.com/LGouellec/kafka-streams-dotnet/pull/151
- Add support for .NET Framework #44 by @drinehimer in https://github.com/LGouellec/kafka-streams-dotnet/pull/152
- 💥💥💥 - Upgrade Confluent.Kafka & RocksDb dependencies by @LGouellec in https://github.com/LGouellec/kafka-streams-dotnet/pull/154
New Contributors
- @fab60 made their first contribution in https://github.com/LGouellec/kafka-streams-dotnet/pull/97
- @cacodev made their first contribution in https://github.com/LGouellec/kafka-streams-dotnet/pull/137
- @lollo25 made their first contribution in https://github.com/LGouellec/kafka-streams-dotnet/pull/149
- @drinehimer made their first contribution in https://github.com/LGouellec/kafka-streams-dotnet/pull/152
Full Changelog: https://github.com/LGouellec/kafka-streams-dotnet/compare/v1.2.2...v1.3.0