Skip to content

Releases: atlanticwave-sdx/sdx-controller

sdx-controller 2.0.0

31 May 13:19
2.0.0
82dca91
Compare
Choose a tag to compare

Changes in this release:

Added

  • Test coverage reporting with coveralls.io (#109)
  • Implement BAPM with RabbitMQ (#40)
  • Build and publish container images from CI (#124)
  • Add code formatting checks on CI (#110)
  • Add GitHub Actions for CI (#24, #117, #111)

Fixed

  • Make tests more usable (#94, #133)
  • Avoid installing unused packages in bapm-server image (#157)

Changed

2022.1.0

22 Jun 19:05
1.0.0
Compare
Choose a tag to compare
2022.1.0 Pre-release
Pre-release

Initial release, featuring:

  • A REST API server that exposes endpoints for user applications to query the OXP topology information and post service requests.
  • The backend function for interdomain network topology management that includes topology assembly, validation, and updates from different domains via the SDX local controllers
  • The backend function for constrained shortest path computation and breakdowns (to different domains).
  • Client subscription to the Pub-Sub server
  • A database backend
  • Container-based deployment