Skip to content

v5.0.0 - Major release

Choose a tag to compare

@pozil pozil released this 20 Oct 21:50
· 59 commits to main since this release
cdb9fd6

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