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)