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

10 11
### Added

12
- Validate message_ID matches uuid format
13
- Add definition of instruction_set message
14 15
- Added optional primitives to squad schema

16
### Changed
17

18
- Update all example messages with valid UUIDs
19
- Refactor action schema to accept geojson.Points
20 21
- Use geojson Point for platform_status
- Add waypoint to platform_status
22
- Updated header version to accept semver, branch or commit
23 24
- Store remote schemas as committed local files
  This prevents the live runtime loading untested changes
Dan Jones's avatar
Dan Jones committed
25
- Refactored planning_configuration message definition
26
  - Remove region_of_interest and exclusion_zones
Dan Jones's avatar
Dan Jones committed
27
  - Add primitives array of classified geojson Features
28 29
- Inject remote geojson schema definitions
- Use geojson Polygon instead of region_schema
30 31 32
- Upgraded openapi-spec-validator to latest release (0.7.1)
- Upgraded openapi-schema-validator to latest release (0.6.2)

33
## [v1.0.0] - 2024-08-28
34

Dan Jones's avatar
Dan Jones committed
35 36
### Changed

37 38 39
- Use discover to find all unit tests
- Run tests against current format definitions
- Test that formats match saved schema
40 41
- Run python and javascript tests in CI
- Refactor schema script to remove invalid definitions object automatically
42
- Refactor generate_schema_config script to output file on -f flag
Dan Jones's avatar
Dan Jones committed
43

44 45 46 47
### Fixed

- Add `--remove-orphans` to javascript CI test docker compose arguments

48
## [v0.2.0] - 2024-02-06
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
49

50
### Added
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
51

52
- New alert message definition
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
53
- Emergency flag in mission plan schemas
54
- Added additional battery and fuel fields to platform status for SPINE project
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
55

Dan Jones's avatar
Dan Jones committed
56
### Changed
Dan Jones's avatar
Dan Jones committed
57 58 59

- Updated README to run tests against JS dependencies

60 61 62 63 64
## [v0.1.0] - 2023-03-24

### Added

JSON schema definitions for the SoAR project
Dan Jones's avatar
Dan Jones committed
65
- outer wrapper MESSAGE definition
66
- header object
67 68 69 70
- payload object
  - acknowledgement
  - mission_plan (raw and encoded)
  - observation (raw and encoded)
71 72
  - platform_status (raw and encoded)
  - planning_configuration
73 74 75

Example messages matching the schema for each partner

76 77
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v1.0.0...dev
[v1.0.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.2.0...v1.0.0
78 79
[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