CHANGELOG.md 3.71 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
### Removed

- Removed "repeat" primitive instruction's enum (planning config)

14 15
### Added

Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
16
- New message type "autonomy_engine_control". Long term plan is to integrate this as an object into the planning configuration schema, where if an operation has autonomy, the metadata, configurations, any instructions / default settings shall be within this message structure section.
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
17
- Additional_data field to platform_status to input any other data from a platform to be published
18 19
- Goal object in mission_plan message that consists of a GeoJSON feature (representing the part of primitive that is currently the goal of the given mission plan).
- A `partial` flag that indicates if a mission plan is a partial plan or the entire mission plan
20
- Added "informational" to enum for primitive's instruction enum (planning configuration)
21
- Options to primitives (under planning_configuration message) which is only a property when a primitive has an instruction of "follow" or "navigate_to"
22
- Validate message_ID matches uuid format
23
- Add definition of instruction_set message
24 25
- Added optional primitives to squad schema

26
### Changed
27

28
- Added "instruction" as required under the primitive schema (planning configuration)
29
- Refactor instructeion_set into platform_instruction_set
30
- Refactor mission_plan schema autonomy_engine_plan_ID oneOf
31
- Update all example messages with valid UUIDs
32
- Refactor action schema to accept geojson.Points
33 34
- Use geojson Point for platform_status
- Add waypoint to platform_status
35
- Updated header version to accept semver, branch or commit
36 37
- Store remote schemas as committed local files
  This prevents the live runtime loading untested changes
Dan Jones's avatar
Dan Jones committed
38
- Refactored planning_configuration message definition
39
  - Remove region_of_interest and exclusion_zones
Dan Jones's avatar
Dan Jones committed
40
  - Add primitives array of classified geojson Features
41 42
- Inject remote geojson schema definitions
- Use geojson Polygon instead of region_schema
43 44 45
- Upgraded openapi-spec-validator to latest release (0.7.1)
- Upgraded openapi-schema-validator to latest release (0.6.2)

46
## [v1.0.0] - 2024-08-28
47

Dan Jones's avatar
Dan Jones committed
48 49
### Changed

50 51 52
- Use discover to find all unit tests
- Run tests against current format definitions
- Test that formats match saved schema
53 54
- Run python and javascript tests in CI
- Refactor schema script to remove invalid definitions object automatically
55
- Refactor generate_schema_config script to output file on -f flag
Dan Jones's avatar
Dan Jones committed
56

57 58 59 60
### Fixed

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

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

63
### Added
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
64

65
- New alert message definition
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
66
- Emergency flag in mission plan schemas
67
- Added additional battery and fuel fields to platform status for SPINE project
Trishna Saeharaseelan's avatar
Trishna Saeharaseelan committed
68

Dan Jones's avatar
Dan Jones committed
69
### Changed
Dan Jones's avatar
Dan Jones committed
70 71 72

- Updated README to run tests against JS dependencies

73 74 75 76 77
## [v0.1.0] - 2023-03-24

### Added

JSON schema definitions for the SoAR project
Dan Jones's avatar
Dan Jones committed
78
- outer wrapper MESSAGE definition
79
- header object
80 81 82 83
- payload object
  - acknowledgement
  - mission_plan (raw and encoded)
  - observation (raw and encoded)
84 85
  - platform_status (raw and encoded)
  - planning_configuration
86 87 88

Example messages matching the schema for each partner

89 90
[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
91 92
[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