Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

49 lines (35 loc) · 1.2 KB

Changelog

0.4.0 (not yet released)

  • Allow an endpoint to start a dialog with itself.
  • Reliable provisional responses.
  • UPDATE and MESSAGE methods.
  • Full event support (SUBSCRIBE/NOTIFY).
  • Full PUBLISH support, using in-memory or external database.
  • Path support, as client, proxy and registrar.
  • Reason header support in request and responses.
  • Service-Route header support.
  • Support for headers in URIs.
  • UAS callback functions receive contextual metadata.
  • New options to customize supported extensions and to generate Require and Accept headers.
  • Use of any external store for registrar instead of in-memory built-in.
  • Bug corrections.
  • Full NAPTR/SRV caching resolver.
  • Outbound connection controller.
  • INFO Method.
  • SCTP transport.
  • IPv6.
  • New parsers fully RFC4476 Torture Tests compliant.
  • Bug corrections.
  • SIP message processing engine rewrite
  • Heavy API changes
  • Inline callback functions
  • Bug corrections
  • Initial release