Skip to content

Commit

Permalink
Some cleanup resulting from the merge
Browse files Browse the repository at this point in the history
- Updated the README for the 0.7.0 release
- Fixed some broken unit tests
- Applied the code style to the protobuf files to fix the indent for some of the accuracy fields
- Improved the description of the accuracy field in the AsyncAPI yaml
  • Loading branch information
christianrowlands committed Sep 9, 2021
1 parent edc9aed commit ce7b17e
Show file tree
Hide file tree
Showing 17 changed files with 2,371 additions and 467 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ This will overwrite the current HTML content from the docs directory with the la


##Change log
##### [0.7.0](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.7.0) - 2021-09-09
* BREAKING CHANGE: Swapped the rawMessage for pcapRecord in the Cellular OTA messages.
* BREAKING CHANGE: Renamed the `lte_ota_message` topic to `cellular_ota_message` to allow it to be more generic.
* Added message schemas for GSM, UTMS NAS, and WCDMA RRC OTA messages (coming from Network Survey+).
* Added the accuracy field to all the messages which can be used to describe the accuracy of the provided location.

##### [0.6.1](https://github.com/christianrowlands/network-survey-messaging/releases/tag/v0.6.1) - 2021-07-06
* Added the missionID and recordNumber fields to the Phone State message schema.

Expand Down
Loading

0 comments on commit ce7b17e

Please sign in to comment.