v1.1.0
What's Changed
- feat(build): gate SCTP behind opt-in
sctpCargo feature (off by default) by @killdashnine in #8 - perf(bench): criterion gate for per-message/per-call hot paths (SIP, SDP, Diameter, bencode, crypto) by @killdashnine in #9
- perf(sip): merge SipHeaders original_names into the values map (parse -30%, serialize -50%) by @killdashnine in #10
- feat(metrics): glibc raw-domain allocator gauges + control-plane leak guards by @killdashnine in #12
- docs(changelog): record glibc allocator metrics + control-plane leak guards by @killdashnine in #13
- feat(diameter): generic Diameter server mode (client + server, CER/CEA, DWR) + S6a dictionary by @killdashnine in #7
- feat(diameter): ISDNAddressString AVP type — decode MSISDN/SC-Address to E.164 in scripts by @killdashnine in #15
- Scaling/redundancy docs + reference deployments, and serve the HTTP admin API by @killdashnine in #14
- docs: publish documentation to GitHub Pages (mkdocs-material) by @killdashnine in #17
- docs: add Cookbook — scenario recipes (registrar, proxy, LB, SBC, media, security, monitoring) by @killdashnine in #18
- fix(transaction): RFC 4320 §4.2 timing for the non-INVITE 100 Trying by @killdashnine in #19
- feat: memory-sane defaults — memory-aware sync-pool ceiling + install_allocator!() by @killdashnine in #21
- refactor(nat): drop inert force_rport / fix_register config keys by @killdashnine in #22
- docs: add Transports & networking page by @killdashnine in #23
- feat(siphon-bin): opt-in extension-composition binary (SMPP first) by @killdashnine in #20
- feat(siphon-bin): wire http extension (--features http) by @killdashnine in #25
- feat(sdk): mock smpp + http extension namespaces for testing and authoring by @killdashnine in #24
- test(sipp): fix non-INVITE auto-100 scenario — self-register the UAS by @killdashnine in #27
- docs: supply-chain & SBOM page + SECURITY.md by @killdashnine in #28
- docs(changelog): promote [Unreleased] to [1.1.0] (release prep) by @killdashnine in #26
New Contributors
- @killdashnine made their first contribution in #8
Full Changelog: v1.0.0...v1.1.0