Skip to content

Releases: terascope/kafka-assets

v3.2.1

14 Jun 17:23
89a6160
Compare
Choose a tag to compare
  • update teraslice related packages

v3.2.0

17 May 22:16
89b9f36
Compare
Choose a tag to compare
v3.2.0 Pre-release
Pre-release

This release includes the following changes:

  • CI updated to support node 12 and 14 and no longer support node 10.

v3.1.2

12 Jan 16:02
8eeb508
Compare
Choose a tag to compare
v3.1.2 Pre-release
Pre-release

Add .yarnclean to ensure a smaller asset bundle

v3.1.1

24 Nov 18:04
7f66d0b
Compare
Choose a tag to compare
v3.1.1 Pre-release
Pre-release

This release only changes CI, no changes have been made to the asset, see the notes for release v3.1.0.

v3.1.0 - Schema collision fixes

13 Oct 18:02
f47746c
Compare
Choose a tag to compare
Pre-release
  • use new schema method to inject apis where appropriate
  • made sure the api_name is private where auto created

v3.0.1

09 Sep 15:07
c91f673
Compare
Choose a tag to compare
v3.0.1 Pre-release
Pre-release
  • doc updates
  • updated packages

v3.0.0 - Switch to Sender/Reader APIs

03 Aug 17:31
4b4caee
Compare
Choose a tag to compare
Pre-release
  • introduction of kafka_reader_api and kafka_sender_api
  • switched to processors using reader and sender apis underneath the hood
  • kafka_sender is now restricted to to sending only to a single topic, used routed_sender from standard-assets for routing behavoiur

v2.8.2

15 Jun 14:14
3ea53de
Compare
Choose a tag to compare

Package updates and build on node 12.18

v2.8.1

27 May 16:14
5ff94fa
Compare
Choose a tag to compare
v2.8.1 Pre-release
Pre-release

Fixed a file handle leak with dynamic routing. Details in #275.

v2.8.0 - Dynamic routing with `**`

12 May 15:02
ed1efbf
Compare
Choose a tag to compare
Pre-release
  • Added dynamic topic routing with ** in connection_map
  • Also fixed the catch-all routing for *