Releases: atlanticwave-sdx/sdx-lc
Releases · atlanticwave-sdx/sdx-lc
sdx-lc 2.0.0
In this release:
Added
- Add topology pulling (#79)
- Lint Dockerfiles on CI (#81)
- Build and publish container images from CI (#74)
- Coverage reporting with coveralls.io (#46)
- Code formatting checks on CI (#44, #69)
- CI on GitHub Actions (#16, #35, #38)
Fixed
- Make tests more useful (#40)
Changed
- Update connexion (#84, #91)
- Use MongoDB instead of SQLite (#75, #82)
- Update tox and CI configuration (#72)
- Address some flake8 errors (#14)
- Suggest using a venv (#20)
- Update flask-testing (#17)
Removed
- Remove
MetaClass
(#45)
2022.1.0
Initial release, featuring:
- A REST API server that exposes various endpoints for domain provisioning systems to publish topology models and updates.
- Interaction with the SDX-Controller via the Pub-Sub message queue middleware for topology and connection breakdown messages
- Client subscription to the Pub-Sub server
- Container-based deployment