Releases: mconf/SIP.js
Releases · mconf/SIP.js
v0.7.5.14
Full Changelog: v0.7.5.13...v0.7.5.14
v0.7.5.13
- build(deps): remove grunt-related deps
v0.7.5.12
build(deps): make pegjs a mandatory dep so that prepublish works in npm@7
v0.7.5.11
v0.7.5.10
Patch release v0.7.5.10
CHANGELOG
- Refactor UDP transport session indexing and uri assembling 982033e
- Fixes to address URI assembling hiccups and take
Route
headers into account - Address the implementation of the disconnect method to actually close the UDP server and stop the wretched exceptions when shutting an app down
- Fixes to address URI assembling hiccups and take
- Also account for the 1XX_RECEIVED state for nisct-info transactions 0ca8ed1
v0.7.5.9
Patch release v0.7.5.9
CHANGELOG
- Correctly clear custom register contexts on unregister.
v0.7.5.8
Patch release v0.7.5.8.
CHANGELOG
- [tcp] Handle CRLF.CRLF keep alive with a pong/CRLF and avoid passing it to the parser, which would make calls fail due to garbage accumulation in the segments buffer.
v0.7.5.7
v0.7.5.6
Disabled F timer.
v0.7.5.5
Patch release v0.7.5.5.
CHANGELOG:
- Add new sessionTransportDisconnected event to TransportTCP