-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from atlanticwave-sdx/170.sdx-controller-2.0.0
Prepare sdx-controller 2.0.0
- Loading branch information
Showing
3 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [2.0.0] - 2023-05-31 | ||
|
||
### 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 | ||
|
||
- Use .env file for configuration (#163, #166) | ||
- Update connection handler (#140, #149) | ||
- Return topology correctly (#142) | ||
- Use new pce API (#119) | ||
- Use MongoDB instead of SQLite (#126, #137, #138, #169) | ||
- Dockerfile updates (#121, #112, #148, #166) | ||
- Update pce and datamodel imports (#115) | ||
|
||
|
||
## [1.0.0] - 2022-06-22 | ||
|
||
No Changelog entries available. | ||
|
||
|
||
[2.0.0]: https://github.com/atlanticwave-sdx/sdx-controller/compare/1.0.0...2.0.0 | ||
[1.0.0]: https://github.com/atlanticwave-sdx/sdx-controller/compare/d06e415...1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,4 @@ pika >= 1.2.0 | |
dataset | ||
pymongo > 3.0 | ||
|
||
pce @ git+https://github.com/atlanticwave-sdx/[email protected] | ||
sdxdatamodel @ git+https://github.com/atlanticwave-sdx/[email protected] | ||
pce @ git+https://github.com/atlanticwave-sdx/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters