v0.13.0 "Fürstein"
What's Changed
New features and improvements
- A major refactoring of router was done to enable multiple underlay implementations.
- Handling TCP/SCION packets at the last-mile AS is now supported.
- BGP ASNs in local topologies are now supported.
- Flaky tests were fixed.
- Various changes for running SCION on Windows.
Documentation
- The demo network tutorial had multiple improvements, including an automated Docker setup.
- SIG documentation was updated.
- Various small updates were made as well.
Building, testing, code quality
- We are using Bazel 8.1.1 now. Bazel configuration was overhauled.
- Cross-platform RPM packages are now available.
- New linters were added.
- Lots of small refactorings to improve code quality and use the best code practices.
Dependencies
Various dependencies were updated:
- We are using Go 1.24.0 now.
- Security updates for quic-go, golang.org/x/crypto, golang.org/x/net and others.
- Bazel-related rules to use with Bazel 8.
New Contributors
- @LencigGaer made their first contribution in #4663
- @aaronbojarski made their first contribution in #4690
- @johnstudarus made their first contribution in #4738
- @guilloboi1917 made their first contribution in #4724
Full Changelog: v0.12.0...v0.13.0