v1.0.0
:rocket: SIPgo v1.0.0 is here :rocket:
SIPgo had a long journey, and API was challenged with many different projects and used by big names out there. There hasn’t been any significant need for breaking changes lately, so there is pretty high confidence this API will remain stable going forward.
What does 1.0.0 mean?
- A stable and predictable API
- No breaking changes planned in the near future
- It will make more stable API for Diago lib
- More Confidence for production deployments
Future :airplane:
There are open things regarding performance and small features that will probably land into 1.0.0 API. To mentioned few
- PR for Parser improvements
- Gracefull shutdown
- Transport more control like deadlines
Lib has opportunity to be more improved but even with current state it excels in performance of handling high loads of traffic. You can always check proxysip example and running locally with docker-compose sipp stress where on this limited container (4 cores) we can achieve high throughput on modern CPU ~2000rps with no latency impact.