Skip to content

0.18.0

Compare
Choose a tag to compare
@james-criscuolo james-criscuolo released this 23 Dec 15:31
· 43 commits to release since this release

Breaking Changes

  • Removed hackWssInTransport UserAgent parameter. If you were using this, it is now replaced with contactParams: { transport: "wss" }

Features

  • Add contactName UserAgent parameter
  • Add contactParams UserAgent parameter. It defaults to { transport: "ws" }
  • Add the possibility to change log level in logger

Fixes

  • Fix hold bug in SimpleUser
  • Fix bug in parser with error reporting
  • Improve some internal types