Skip to content

Releases: msales/streams

v2.5.3

15 Jan 14:41
1432497
Compare
Choose a tag to compare
  • streams: Fix issue with grabbing metadata instance too soon in Metastore

v2.5.2

15 Jan 10:34
Compare
Choose a tag to compare
  • streams: Keep Metastore locked during mark

v2.5.1

15 Jan 08:39
26c332b
Compare
Choose a tag to compare
  • streams: Fixed a bug in flattening complex topologies
  • streams: Fixed flakey tests

v2.5.0

10 Jan 13:49
0c1cadd
Compare
Choose a tag to compare
  • kafka: Encoder and Decoder function adapters for convenient use

v2.4.0

08 Jan 11:56
c57007c
Compare
Choose a tag to compare
  • streams: Fixed issue #28
  • streams: Refactor TimedSupervisor to have more reliable timing

v2.3.0

02 Jan 14:04
d34e2f8
Compare
Choose a tag to compare
  • streams: Add Tasks

v2.2.0

13 Dec 16:12
Compare
Choose a tag to compare
  • Added and organised inspections (#25)
  • Implemented channel source and sink (#26)

v2.1.0

13 Dec 14:39
1386053
Compare
Choose a tag to compare

BREAKING:

  • streams: added Metadata Strategy to deal with duplication in some cases
    This breaks the interface of Metadata from v2.0.0

v2.0.0

10 Dec 10:19
f6f79e6
Compare
Choose a tag to compare
  • streams: Major overhaul of the commit system with many breaking changes
  • streams: New processor interfaces and breaking changes to the streams creation
  • streams: More optimised function timing and stats
  • streams: switch to Go Modules
  • sql: Overhauled the constructor to better fit the rest of the library
  • kafka: More tests

v1.1.0

17 Oct 13:16
5be522d
Compare
Choose a tag to compare
  • Extracted message Pump
  • Performance improvements
  • General cleanup