Skip to content

Releases: james-hu/sf-streaming-sns-bridge

v1.4.0

18 Jun 04:56
Compare
Choose a tag to compare

Major changes:

  • Bug fix: previously in some situations, when stopping the bridge, the auto-reconnect feature could kick in and prevent the bridge from actually stopping
  • Now it is also available as an NPM package for easier integration
  • To disable the replay id store from command line, you can use BRIDGE_CONFIG_REPLAY_ID_STORE_TABLE_NAME='' to set the environment variable

v1.3.0

03 Jun 11:36
Compare
Choose a tag to compare

Major improvements

  • Now it is also available as an NPM package, this makes integration easier.

1.2.2

06 Nov 10:28
Compare
Choose a tag to compare

Improvements

  • Upgraded node version for the docker image

Bug fix

  • Added try catch so that in case Salesforce server is not able to handle the unsubscribe request during a reload of bridge configuration, the bridge won't end up with duplicated subscriptions and workers forwarding duplicated messages.