Highlights:
- new
WithTransportLayerReadFilterallows to preprocess messages entering in transport before hitting parser. Feature can be considered experimental and should be used carefully - folding lines parsing is now supported which is used mostly in legacy systems. More was discussed on #301.
What's Changed
- fix: nil check in actInviteResend by @jarad138 in #299
- fix(parse_via): handle IPv6 host literals in Via header parsing by @Booyaka101 in #300
- Fix parsing multi-value Contact headers by @alexbakker in #304
New Contributors
- @jarad138 made their first contribution in #299
- @Booyaka101 made their first contribution in #300
Full Changelog: v1.3.1...v1.4.0