Skip to content

Releases: pozil/pub-sub-api-node-client

v3.0.2 - Fix for random hanging in subscription

07 Oct 17:15

Choose a tag to compare

  • fix: rolled back @grpc/grpc-js patch update that introduced random hanging in subscription (#18)

v3.0.1 - User token is now optional

07 Oct 16:45

Choose a tag to compare

  • fix: user token is now optional for username/password auth flow

v3.0.0 - Major update with event reformatting and event tracking

04 Oct 18:59

Choose a tag to compare

Breaking changes:

  • feat: removed intermediate Avro types from event payload (#9).
    For example: { city : { string: 'SFO' } } becomes { city: 'SFO' }.

Changes:

  • feat: new event tracking and lifecycle event (partly addresses #12).
    • Subscribe methods now return a PubSubEventEmitter that inherits from EventEmitter (no signature change). PubSubEventEmitter exposes methods that tracks the topic name, the number of requested events and the number of received events.
    • The client now automatically fires a lastevent event via PubSubEventEmitter when we have reached number of requested event.

v.2.4.4 - Updated dependencies

03 Oct 06:46

Choose a tag to compare

  • build: bumped dependencies

v2.4.3 - Extra checks in connectWithAuth

22 Aug 13:43

Choose a tag to compare

  • feat: extra checks in connectWithAuth()
  • build: bumped dependencies

v2.4.2 - Updated dependencies

24 May 07:57

Choose a tag to compare

  • build: bumped dependencies

v2.4.1 - Major fix for changedFields

28 Feb 15:08

Choose a tag to compare

  • fix: a number of parsing issues with changeFields headers: #8 and #11 and problems with compound fields.
  • build: bumped dependencies

v2.4.0 - Added client close method

31 Jan 15:30

Choose a tag to compare

  • feat: added client close method
  • build: bumped dependencies

v2.3.0 - Support for CommonJS

17 Jan 07:39

Choose a tag to compare

v2.2.1 - Plaform Event fix

16 Jan 16:21

Choose a tag to compare

  • fix: #6 platform event handling