Version 2.0.0
Here are the changes from v1.0.0:
- time values output by the server now must end with "Z"
- the "units" on the bins are required
- incoming time values should have a trailing "Z" to indicate GMT+0, but are interpreted as such even if there is no trailing Z
- the length value for strings is now consistently described; all unused characters in the string should be filled with null characters (so no null terminator is needed if the string is exactly the given length)
- in CSV output, the use of quotes for string values with commas is clarified
- the subset of ISO8601 that we use is better described
Note that items 1 and 2 introduce changes that are not backwards compatible, as indicated by the new major version number.