CHANGELOG.md 1.52 KB
Newer Older
1 2 3 4 5 6 7 8 9
# 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]

Dan Jones's avatar
Dan Jones committed
10 11 12 13
### Changed

- Updated README to run tests against JS dependencies

Dan Jones's avatar
Dan Jones committed
14
## [v0.2.0] - 2024-02-06 
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
15

Dan Jones's avatar
Dan Jones committed
16
### Added 
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
17

Dan Jones's avatar
Dan Jones committed
18
- New alert message definition 
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
19
- Emergency flag in mission plan schemas
Dan Jones's avatar
Dan Jones committed
20
- Added additional battery and fuel fields to platform status for SPINE project 
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
21

Dan Jones's avatar
Dan Jones committed
22
### Changed 
Dan Jones's avatar
Dan Jones committed
23

Dan Jones's avatar
Dan Jones committed
24 25
- Refactor schema script to remove invalid definitions object automatically
- Refactor generate_schema_config script to output file on -f flag 
26 27 28 29
- Use discover to find all unit tests 
- Run tests against current format definitions 
- Test that formats match saved schema 
- Run python and javascript tests in CI
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
30

31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
## [v0.1.0] - 2023-03-24

### Added

JSON schema definitions for the SoAR project
- outer wrapper MESSAGE definition 
- header object 
- payload object
  - acknowledgement
  - mission_plan (raw and encoded)
  - observation (raw and encoded)
  - platform_status (raw and encoded) 
  - planning_configuration 

Example messages matching the schema for each partner

Dan Jones's avatar
Dan Jones committed
47
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.2.0...dev
48 49
[v0.2.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.1.0...v0.2.0
[v0.1.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/9e6ce245...v0.1.0