Skip to content

Releases: msales/streams

v6.3.0

10 Nov 08:23
47d77eb
Compare
Choose a tag to compare

What's Changed

  • Add a utility function for SASL/SCRAM setup inside Sarama's Config. by @rstraczynski in #105

New Contributors

  • @rstraczynski made their first contribution in #105

Full Changelog: v6.2.1...v6.3.0

v6.2.1

08 Sep 14:27
d58f993
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.2.0...v6.2.1

v6.2.0

29 Jul 10:17
c8baa4b
Compare
Choose a tag to compare

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

12 Jul 13:45
b907dcc
Compare
Choose a tag to compare

What's Changed

  • [TASK] TRK-474 Store Click information in Event Storage - added mutex around Ticker to avoid data race. by @tsknadaj in #101

New Contributors

Full Changelog: v6.1.1...v6.1.2

v6.1.1

07 Oct 08:43
fc28473
Compare
Choose a tag to compare

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

07 Oct 08:33
d0f153d
Compare
Choose a tag to compare

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

05 Oct 09:31
Compare
Choose a tag to compare
v6.1.0-rc1 Pre-release
Pre-release
small fix with Gosched

v6.0.3

10 Jun 11:42
8abb446
Compare
Choose a tag to compare
[TASK] PL1-4524 add predicate mock (#98)

v6.0.2

01 Jun 10:58
4ba3e0a
Compare
Choose a tag to compare
  • Use reflect.DeepEqual for streams.Pipe mock Mark comparison.

v6.0.1

11 Dec 11:14
4bae1dc
Compare
Choose a tag to compare
  • Added Source mock for easier testing.