Skip to content

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

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

v4.1.1 - Removes listeners on connection close

31 Jul 13:04
Compare
Choose a tag to compare
  • fix: Remove all listeners for all subscriptions when the client is closed. #40 thanks to @viktorlv30

v4.1.0 - Connectivity state check

02 Jul 11:29
Compare
Choose a tag to compare
  • feat: added client method to check gRPC connectivity #37. Thanks to @rimokhy
  • build: bumped dependencies

v4.0.1 - TypeScript specific fix

04 Jun 09:38
Compare
Choose a tag to compare
  • fix: optional and required parameter order in TS. #35

v4.0.0 - Proto update and Node v20 support

03 Jun 08:34
Compare
Choose a tag to compare
  • breaking: upgraded to support node v20
  • feat: Proto file update to align the Pub/Sub API official definition - #32 Thanks to @oleksii-donoha

v3.4.1 - Support for custom channels

23 Mar 12:28
Compare
Choose a tag to compare
  • fix: support for custom channels #27
  • build: bumped dependencies

v3.4.0 - Support for infinite events

21 Dec 10:14
Compare
Choose a tag to compare
  • feat: improved support for infinite events by making requested event count optional in subscribe calls.
  • feat: improved support for event batching with a new PubSubApiClient.requestAdditionalEvents() method.
  • feat: exposed latest replay ID thanks to the new PubSubEventEmitter.getLatestReplayId() method.
  • fix: fixed a bug that triggered unneeded schema reloading

v3.3.0 - Dynamic event schema reload

19 Dec 09:28
Compare
Choose a tag to compare
  • feat: event schema is now dynamically reloaded if the event structure changes (fields are modified in Salesforce). The client is no longer interrupted as it was earlier like in #16

v3.2.3 - Fixed bug with incorrect type for number of requested events

18 Dec 14:10
Compare
Choose a tag to compare
  • fix: #24 by enforcing type for number of requested events
  • build: bumped dependencies

v3.2.2 - Bumped dependencies

08 Dec 15:06
Compare
Choose a tag to compare
  • build: bumped dependencies