CHANGELOG.md 978 Bytes
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]

Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
10 11 12 13 14 15 16 17 18
### Changed

- Updated README to run tests against JS dependencies

### Added

- Emergency flag in mission plan schemas


19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
## [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

[v0.1.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/9e6ce245...v0.1.0
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.1.0...dev