Releases: emiago/sipgo
Releases · emiago/sipgo
v0.7.2
v0.7.1
- Fixes GenerateBranch bad performance.
- Client handle adds request headers if missing. Based on https://www.rfc-editor.org/rfc/rfc3261#section-8.1.1
v0.7.0
Adding TLS support.
There are API changes for server:
- Instead srv.Listen() + srv.Serve() this is now merged into single function srv.ListenAndServe() that needs explicit call (Similar like http package)
- For TLS srv.ListenAndServeTLS() is added.
For now simple TLS call is tested