Releases: emiago/sipgo
Releases Β· emiago/sipgo
Release list
v1.4.3
v1.4.2
v1.4.1
What's Changed
- fix(transaction): release connection reference when a server transaction terminates by @simonrakcsg in #309
- fix(dialog): ACK to 2xx must not copy Route from INVITE by @ddas-rt in #311
New Contributors
- @simonrakcsg made their first contribution in #309
- @ddas-rt made their first contribution in #311
Security
- DOS prevent DOS allocation on stream parser with large Content length Issue - Thanks to report from @arkark
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
v1.3.1
What's Changed
- sip: send stateless 400 Bad Request for malformed requests by @MohamadAbdelmoniem in #296
- Send 200 OK for CANCEL first, then terminate the INVITE @csiwek 314a725
New Contributors
- @MohamadAbdelmoniem made their first contribution in #296
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.0
What's Changed
- Fix ACK request address handling to preserve connection information by @pablodz in #284
- fix: register dialog state read channel before sending 200 OK by @alexbakker in #285
- fix: memory leak in UDP transport acceptedAddr slice by @udzin in #286
- Make header and URI parameters ordered by @dennwc in #282
New Contributors
- @pablodz made their first contribution in #284
- @alexbakker made their first contribution in #285
- @udzin made their first contribution in #286
Highlights
- header URI params are not map anymore
Full Changelog: v1.1.2...v1.2.0
v1.1.2
Full Changelog: v1.1.1...v1.1.2
Highglights
Routing ACK on UDP was broken due to latest refactoring on remote addr resolving. This should fix many problems.
Folks using TCP or other reliable transports were probably not affected.
Also some fixes arround CSEQ for dialog is added.
v1.1.1
v1.1.0
Highlights
- Fixes around routing Server responses correctly, some minor bugs were introduces in later stage
- π BIG Improvement on Parsing SIP Stream now with less allocations(less GC work) and lot of code improvements by @dennwc .
What's Changed
Full Changelog: v1.0.2...v1.1.0