Skip to content

0.15.9

Compare
Choose a tag to compare
@james-criscuolo james-criscuolo released this 17 Dec 17:14
· 239 commits to master since this release

This release only contains New API changes

  • Transport auto reconnect logic has been removed from UserAgent and is now only present while using the SimpleUser interface. API Users should use reconnect and the UserAgentDelegate's onConnect and onDisconnect functions.
  • RegisterOptions are now run past stripIfUndefined due to microsoft/TypeScript#13195
  • more documentation, testing, and cleanup in preparation for 0.16.0