Verified Commit da737dee authored by Dan Jones's avatar Dan Jones
Browse files

chore: update changelog and bump version in setup

1 merge request!26Resolve "Release v1.0.0"
Pipeline #233153 passed with stages
in 47 seconds
......@@ -7,14 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
## [v1.0.0] - 2024-08-30
### Added
- Create a queues API to enable listing queue size and emptying queues
### Fixed
### Fixed
- Removed child dependencies from requirements file
### Changed
- Refactored queue listening
## [v0.1.0] - 2023-03-24
### Added
......@@ -24,21 +30,22 @@ Create a mechanism to exchange messages between multiple clients
Bus
- Implements persistent queues per client
- Implements publish/subscribe message flow between clients
- Implements broadcast message flow between clients
- Implements publish/subscribe message flow between clients
- Implements broadcast message flow between clients
- Listens for and responds to add/remove clients
API
- Implements clients endpoint to manage clients and subscriptions
- Implements token endpoint to manage authentication client credentials grants
- Implements send endpoint for publishing
- Implements notify endpoint for broadcasts
- Implements receive endpoint to get messages
- Implements send endpoint for publishing
- Implements notify endpoint for broadcasts
- Implements receive endpoint to get messages
Docker
- Run local dev environment in docker-compose
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/communications-backbone/compare/v1.0.0...dev
[v1.0.0]: https://git.noc.ac.uk/communications-backbone-system/communications-backbone/compare/v0.1.0...v1.0.0
[v0.1.0]: https://git.noc.ac.uk/communications-backbone-system/communications-backbone/compare/611d9cab...v0.1.0
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/communications-backbone/compare/v0.1.0...dev
......@@ -5,7 +5,7 @@ requirements = [x.strip() for x in open("requirements.txt", "r") if x.strip() !=
setup(
name="communications-backbone",
version="0.1.0",
version="1.0.0",
description="Communications backbone ",
author="NOC C2 Team",
author_email="c2@noc.ac.uk",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment