|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to SIGTRAN.NET will be documented in this file. |
| 4 | + |
| 5 | +This project follows Semantic Versioning once the public API reaches a stable release. During the alpha phase, breaking API changes may still occur as protocol behavior, transport abstractions, and interoperability evidence are finalized. |
| 6 | + |
| 7 | +## [0.1.0-alpha] - 2026-06-27 |
| 8 | + |
| 9 | +### Release type |
| 10 | + |
| 11 | +First public alpha / preview release preparation. |
| 12 | + |
| 13 | +### Summary |
| 14 | + |
| 15 | +SIGTRAN.NET is introduced as the first open-source .NET 10 SDK dedicated to SIGTRAN and SS7-over-IP protocol engineering. |
| 16 | + |
| 17 | +This alpha milestone is intended for early contributors, protocol review, lab validation, and community feedback. It is not yet a production-ready telecom signaling stack. |
| 18 | + |
| 19 | +### Current focus |
| 20 | + |
| 21 | +- M3UA as the first production-oriented protocol milestone. |
| 22 | +- Transport abstraction for SIGTRAN workloads. |
| 23 | +- SCTP direction with Linux native SCTP as the intended production path. |
| 24 | +- SCCP, TCAP, and MAP foundations for future standards-oriented layers. |
| 25 | +- Byte-level protocol testing and protocol validation. |
| 26 | +- Wireshark-friendly diagnostics and trace-oriented tooling. |
| 27 | +- Release governance, package metadata, and documentation readiness. |
| 28 | + |
| 29 | +### Contributor areas |
| 30 | + |
| 31 | +Community contributions are especially welcome in the following areas: |
| 32 | + |
| 33 | +- M3UA protocol review and validation. |
| 34 | +- SCTP transport testing on Linux. |
| 35 | +- SCCP, TCAP, and MAP standards alignment. |
| 36 | +- ASN.1 BER validation and telecom protocol conformance. |
| 37 | +- Wireshark trace comparison and interoperability testing. |
| 38 | +- Documentation, examples, and developer experience. |
| 39 | +- High-performance C# review and memory-allocation improvements. |
| 40 | + |
| 41 | +### Production-readiness notice |
| 42 | + |
| 43 | +This is an alpha release track. Production usage should wait for retained interoperability evidence, Linux SCTP verification, external peer validation, and stable release governance. |
| 44 | + |
| 45 | +[0.1.0-alpha]: https://github.com/araditc/sigtran.net/releases/tag/v0.1.0-alpha |
0 commit comments