issues
search
pozil
/
pub-sub-api-node-client
A node client for the Salesforce Pub/Sub API
Creative Commons Zero v1.0 Universal
72
stars
40
forks
source link
feat: release v5.0.0
#46
Closed
pozil
closed
1 month ago
pozil
commented
1 month ago
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
PubSubApiClient
constructorconnectWithAuth()
method, useconnect()
insteadPubSubEventEmitter
is removed. Events and subscription lifecycle events are now handled with a callback.