Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 856 Bytes

CHANGES.RST

File metadata and controls

32 lines (24 loc) · 856 Bytes

0.5.0 - Sept 24, 2013

  • hekad 0.4 support including wire format change for ProtocolBuffer
  • no more JsonEncoder support
  • full ProtocolBuffer encoder support
  • sender API has been removed and is now split into encoders and streams

0.2.0 - May 1, 2013

  • hekad 0.2.0 support!
  • Lots of changes, mostly wire format but you should retest your code with this release
  • msgpack has been dropped
  • ProtocolBuffers is now a required dependency.
  • The new wire format is basically a protobuf header, and either a JSON or Protobuf encoded payload.
  • JSON encoding of the payload has been changed for hekad 0.2.0

0.1.1

  • Changed the timestamp format to match Hekad with a trailing Z for UTC timestamps and added nanosecond resolution to the timestamp

0.1

  • Initial release