CHANGELOG.md 829 Bytes
Newer Older
Dan Jones's avatar
Dan Jones committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.1] - 2023-03-24

### Added

Tests and associated fixtures 

Added tests for schema 
- mock schema is valid

Added tests for adapter 
- auth 
- getAuthorizationHeader
- broadcast
- poll
- publish
- tokenValid
- validate (message delegated to protocol)

Added tests for protocol 
- decode 
- encode 
- getType
- validate (message) 

34 35
[v0.1]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite/compare/72413c71...v0.1
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite/compare/v0.1...dev