Skip to content

v0.13.0 "Fürstein"

Choose a tag to compare

@katyatitkova katyatitkova released this 12 Nov 09:39
· 126 commits to master since this release
90de96d

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

Full Changelog: v0.12.0...v0.13.0