Skip to content

Releases: msales/streams

v1.0.1

09 Oct 11:41
54ef346
Compare
Choose a tag to compare
  • Allow Anything in mock Pipe expectations

v1.0.0

31 Aug 12:18
4caa14d
Compare
Choose a tag to compare
  • Now does asynchronous processing using gorouties and channels for each processor.

v0.5.4

03 Aug 09:28
Compare
Choose a tag to compare
Updating offset correctly (#17)

v0.5.3

03 Aug 07:37
3557fea
Compare
Choose a tag to compare

BROKEN!!! Use v0.5.4 instead!

  • Fixed a data race in Kafka source metadata

v0.5.2

05 Jul 11:49
27d4006
Compare
Choose a tag to compare
  • Use atomic bool instead of RWMutex for the "running" flag

v0.5.1

05 Jul 10:15
ff8a651
Compare
Choose a tag to compare
  • Protected the "running" flag with RWMutex

v0.5.0

27 Jun 05:23
7b0fbea
Compare
Choose a tag to compare
  • Adds the concept of source metadata on the Message

v0.4.1

21 Jun 13:20
44baf82
Compare
Choose a tag to compare
  • Fix concurrent map access in Kafka Source

v0.4.0

21 Jun 12:30
e7b0a52
Compare
Choose a tag to compare
  • Updated msales/pkg to version 2.*

v0.3.0

13 Jun 08:50
12d41eb
Compare
Choose a tag to compare

API Breaking Change!

  • Adds better and more tests
  • Redefines the Context to Pipe
  • Adds the Message object to move messages around
  • Adds context.Context to the message