Skip to content

0.15.7

Compare
Choose a tag to compare
@james-criscuolo james-criscuolo released this 15 Nov 17:21
· 376 commits to master since this release

Legacy API:

  • Fix: DTMF now accepts 0 as an integer
  • Fix: Record Route Parsing now works when using an array.

New API

  • Remove legacy dependencies, so we can cleanly delete the legacy API when 0.16.0 is ready.
  • Fix: Record Route Parsing now works when using an array.
  • Simple has been ported to the new API, as SimpleUser.
  • A demo for the new API is now available on top of SimpleUser. You can try it by reading the demo README in the demo folder.
  • Undocumented public methods for internal library use are now prefixed with an underscore. More work is necessary here, but this is what the documentation generator expects.
  • Registerer: terminated final state added.
  • Registerer: Now rejects with RequestPendingError if you try to register or unregister while a request is pending.