Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@worxli worxli released this 20 Sep 07:23
· 2311 commits to master since this release
2f833c5
  • PS: Add missing initialization of config (#1882)
  • Enable dispatcher reconnection logic in Go infra (#1854)
  • sciond: Workaround for first hop border router outage (#1877)
  • Handle loops in path combinator (#1874)
  • sciond: Periodically refetch path segments (#1872)
  • Add graphupdater to generate test graph from topo (#1866)
  • pathdb: Store next query instead of LastQuery (#1869)
  • sciond: Fix handling of ISD-0 request (#1865)
  • Disallow illegal link types in lib/topology. (#1871)
  • Update to packaging 17.1 (#1870)
  • lint: Use lll to check line len in go code (#1860)
  • Switch from goimports to impi. (#1861)
  • PS: Periodically refetch segments for a dst (#1856)
  • PS: Small fixes (#1851)
  • Fix Go SCIOND test for new topology (#1805)
  • Drop handwritten messenger mock (#1845)
  • Introduce iface variables for the dflt test graph (#1849)
  • PS: Introduce messages for the new down segment sync (#1848)
  • Remove generated mocks from git (#1847)
  • PS: Sync downSegs periodically not on receive (#1841)
  • Remove import workaround for gomock (#1843)
  • PS: Hold request until up-/core-segs are available (#1840)
  • Implement reconnecting proxy on top of snet (#1833)
  • Introduce various convenience methods (#1831)
  • Introduce cleaner, to periodically clean the pathDB (#1830)
  • pathdb: Enhance query.Params (#1832)
  • Handle IFStateInfo messages in PS (#1828)
  • Add a periodic task runner (#1823)
  • Use a named struct for SegReq flags (#1827)
  • trust: Use constant for latest version (#1822)
  • Rename infra.MessageTypes to shorter names (#1826)
  • Initial go PS (#1783)
  • PS-DD: Add details about down seg sync (#1798)
  • Remove superfluous pathdb.DB abstraction (#1812)
  • Add RawWriteTo method to PathSegment in seg.go (#1811)
  • sciond: Increase timeout for PathReply processing (#1808)
  • Fix writing of offsets in scion packets (go) (#1810)
  • Timeout of 0 in snet and reliable now means infinity (#1809)
  • snet: fix panic in Listen (#1806)
  • Don't use sudo -v (#1807)
  • PS: Make py-PS interoperable with go-PS (#1790)
  • Add timeout support for custom network snet (#1804)
  • SIG: Add retry and timeout while connecting to SCIOND (#1802)

Breaking changes

  • BR: Control/Data plane split (#1797)
  • Refactor TopoAddr from RAI and related tests (#1829)