Releases: james-hu/sf-streaming-sns-bridge
Releases · james-hu/sf-streaming-sns-bridge
v1.4.0
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
1.2.2
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.