Skip to content

Version 2.0.0

Choose a tag to compare

@jvandegriff jvandegriff released this 27 Oct 19:49
· 322 commits to master since this release
166b118

Here are the changes from v1.0.0:

  1. time values output by the server now must end with "Z"
  2. the "units" on the bins are required
  3. incoming time values should have a trailing "Z" to indicate GMT+0, but are interpreted as such even if there is no trailing Z
  4. 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)
  5. in CSV output, the use of quotes for string values with commas is clarified
  6. 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.