e8244c4175b22b343ddb447acad443ce6521985f
[apps/agl-service-can-low-level.git] / CHANGELOG.md
1 # OpenXC Message Format Changelog
2
3 ## v0.5.0
4
5 * Feature: Support for C5 Cellular device. New uptime message.
6
7 ## v0.4
8
9 * BREAKING: Removed factor and offset from diagnostic requests to minimize the number of
10   fields, and since this is such an uncommon use case and one that can be
11   handled by the client receiving the data. We may add them back in the future.
12 * BREAKING: Require an 'action' to diagnostic request commands, e.g. cancel or add.
13 * BREAKING: Rename "raw" messages to the more precise "CAN messages".
14 * BREAKING: Rename "translated" messages to "simple messages".
15 * BREAKING: Remove redundant `type` field from simple messages (formerly
16   translated messages). The type can be inferred implicitly through the types of
17   the value and event fields.
18 * Feature: Add a command for controlling CAN message passthrough.
19 * Feature: Add a command for controlling CAN controller acceptance filter bypass.
20 * Feature: Add a command to change the payload format.
21 * Feature: Add a command to control whether pre-defined, recurring OBD-II
22   requests are enabled.
23 * Improvement: Add `extras` field to JSON messages.
24 * Improvement: Add an optional 'status' field to all command responses.
25 * Improvement: Build protobuf generated files with nanopb v0.3.1.
26 * Improvement: Allow explicitly setting CAN message frame format (i.e. standard
27   or extended frame).
28 * Fix: Expand range of mode field to a full byte (#10)
29
30 ## v0.3
31
32 * Add diagnostic message request/response format.
33 * Officially add Protcol Buffer encoding.
34 * Change JSON delimiter to ```\0``` for both input and output.
35 * Officially document version and device ID commands.
36
37 ## v0.2
38
39 * Add a RAW can message format.
40
41 ## v0.1
42
43 * Initial release.