CHANGELOG.md 2.49 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 12 13
### Added

- Added optional primitives to squad schema

14
### Changed
15

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

31
## [v1.0.0] - 2024-08-28
32

Dan Jones's avatar
Dan Jones committed
33 34
### Changed

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

42 43 44 45
### Fixed

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

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

48
### Added
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
49

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

Dan Jones's avatar
Dan Jones committed
54
### Changed
Dan Jones's avatar
Dan Jones committed
55 56 57

- Updated README to run tests against JS dependencies

58 59 60 61 62
## [v0.1.0] - 2023-03-24

### Added

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

Example messages matching the schema for each partner

74 75
[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
76 77
[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