summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: ed22556cfba5369c7782a2992962524d2d110459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# OpenXC Message Format Changelog

## v0.4-dev

* Removed factor and offset from diagnostic requests to minimize the number of
  fields, and since this is such an uncommon use case and one that can be
  handled by the client receiving the data. We may add them back in the future.
* Add `extras` field to JSON messages.
* Expand range of mode field to a full byte (#10)

## v0.3

* Add diagnostic message request/response format.
* Officially add Protcol Buffer encoding.
* Change JSON delimiter to ```\0``` for both input and output.
* Officially document version and device ID commands.

## v0.2

* Add a RAW can message format.

## v0.1

* Initial release.