Skip to content

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

v5.2.1 - Fix infinite events

06 Jan 08:57
Compare
Choose a tag to compare
  • fix: infinite event bug #55
  • build: bump dependencies

v5.2.0 - Publish event batch

06 Dec 22:37
Compare
Choose a tag to compare
  • feat: publish event batch (addresses #51)
  • fix: duplicate internal event handlers (fixes: #50 and #52)

v5.1.0 - Managed event subscriptions

05 Dec 11:55
Compare
Choose a tag to compare

v5.0.3 - Fixed error reporting when parse error on event with missing replay ID

28 Nov 15:06
Compare
Choose a tag to compare
  • fix: error reporting when parse error on event with missing replay ID #50
  • build: bump dependencies

v5.0.2 - Fix for infinite event request

22 Nov 15:01
Compare
Choose a tag to compare
  • fix: infinite event request #49

v5.0.1 - Fix for requestAdditionalEvents

15 Nov 17:46
d1af726
Compare
Choose a tag to compare
  • fix: call to requestAdditionalEvents was crashing #48
  • build: bump dependencies

v5.0.0 - Major release

20 Oct 21:50
cdb9fd6
Compare
Choose a tag to compare

This major release introduces breaking changes. Check the documentation for migration guidelines.

Changes:

  • breaking: new configuration system via PubSubApiClient constructor
  • breaking: removed connectWithAuth() method, use connect() instead
  • breaking: PubSubEventEmitter is removed. Events and subscription lifecycle events are now handled with a callback.
  • feat: removed asynchronicity from event processing chain
  • feat: integration tests
  • feat: improved logging experience by unifying log format (topic name prefix)
  • feat: optimized log verbosity by moving some info logs to debug and added more debug logs
  • build: bump dependencies

v4.2.0 - Schema cache refactor

28 Sep 21:12
Compare
Choose a tag to compare
  • feat: simplify internal schema caching mechanism (thanks to @francescod-subbyx for the lead)
    • remove the topic name -> schema secondary cache.
    • switch to schema ID -> schema cache only.
    • improve schema cache when publishing
  • build: bump dependencies

v4.1.3 - [TS] Fix PubSubEventEmitter subscribe return type

08 Sep 13:21
Compare
Choose a tag to compare
  • fix: Fix PubSubEventEmitter subscribe return type. #42

v4.1.2 - Reduced asynchronicity when receiving events

08 Sep 13:12
Compare
Choose a tag to compare
  • fix removed async calls when receiving events #43 - Thanks to @eltoroit
  • build: bump dependencies