Releases: msales/streams
Releases · msales/streams
v6.3.0
v6.2.1
What's Changed
- Fixing race condition for WaitGroup by @katallaxie in #103
New Contributors
- @katallaxie made their first contribution in #103
Full Changelog: v6.2.0...v6.2.1
v6.2.0
What's Changed
- Add FanOut stream builder and processor that branches stream into N s… by @Skandalik in #102
Full Changelog: v6.1.2...v6.2.0
v6.1.2
v6.1.1
What's Changed
- [HOTFIX] Update Dockerfile's Go version to 1.17 by @Skandalik in #100
Full Changelog: v6.1.0...v6.1.1
v6.1.0
What's Changed
- Updated Go version in go.mod to 1.17
- Add Github Actions with Docker support.
- Updated Shopify/sarama to v1.30.0
- Fixed kafka source tests for Consume and Commit
- Added possibility for auto/manual/both commit control in kafka source - this fixed behavior of kafka source when app was closed gracefully and Shopify/sarama consumer marked offsets internally but those were still not commited to Kafka (AutoCommit worked using 1s ticker).
Full Changelog: v6.0.3...v6.1.0
v6.1.0-rc1
small fix with Gosched