Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
communications-backbone
Commits
da737dee
Verified
Commit
da737dee
authored
8 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
chore: update changelog and bump version in setup
parent
af4bdcd4
dev
11-add-websockets
master
v1.0.0
1 merge request
!26
Resolve "Release v1.0.0"
Pipeline
#233153
passed with stages
in 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
9 deletions
+16
-9
CHANGELOG.md
CHANGELOG.md
+15
-8
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
da737dee
...
...
@@ -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
This diff is collapsed.
Click to expand it.
setup.py
View file @
da737dee
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment