Skip to content

Releases: tomasAlabes/graphql-kafkajs-subscriptions

v3.0.1

13 Aug 09:17
Compare
Choose a tag to compare
  • Now you're able to set the key of the messages (#25)

v3.0.0

13 Aug 09:16
Compare
Choose a tag to compare
  • Updated kafkajs to 2.0.0

v2.1.9

17 Jan 23:18
Compare
Choose a tag to compare
chore(release): 2.1.9

v2.1.1

05 Apr 15:16
Compare
Choose a tag to compare

NPM Audit security fixes

v2.1.0

04 Aug 00:48
Compare
Choose a tag to compare

Added options to pass kafkajs producer and consumer configurations to KafkaPubSub

v2.0.0

29 May 18:32
Compare
Choose a tag to compare

Not meddling with supplied event payload. Returning kafkajs KafkaMessage back in the onMessage callback.
Also added more tests and updated jest.

v1.0.0

14 Jan 18:58
Compare
Choose a tag to compare
  • Tests
  • Changed way to create the pubSub (new KafkaPubSub() -> KafkaPubSub.create()) because of initial async actions
  • Added groupIdPrefix as mandatory argument

Pre-tests release

02 Jan 13:47
Compare
Choose a tag to compare

Working in a project of mine, but not with appropriate unit tests