-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a CHANGELOG.md with information including changes in the currently unreleased (soon to be 0.2.0) version.
- Loading branch information
1 parent
0a91865
commit eb031b6
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
### Added | ||
- `SetEmission` API | ||
- `GetMissionStartTime` API | ||
- `GetScenarioCurrentTime` API | ||
- `GetBullseye` API | ||
- `GetTransform` API | ||
- `AddGroup` API (Initial version suitable for spawning fixed SAM sites) | ||
- `Eval` API executable in the DCS hook environment along with command-line tool | ||
- Ability to include DCS-gRPC on all server missions without needing to edit the mission | ||
- Updated Rust version and many Rust dependencies | ||
|
||
### Changed | ||
- Split and reorganised APIs into versioned namespaces | ||
- Switched to a different way of initialising the server that does not require sanitisation | ||
- Changed Enum numbering to allow more idiomatic gRPC usage | ||
|
||
## [0.1.0] - 2021-1-23 | ||
### Added | ||
- Initial release with APIs documented in https://github.com/DCS-gRPC/rust-server/wiki/API-documentation-0.1.0 |