0.1.0
Major changes
- providing support to
msgpackencoding format - using
MsgpackEncoderas a default encoder to serialize the payload sent to the trace agent - if an old version of the agent is used, the encoder is switched at runtime downgrading the API and the
Encoderto the previous stable versions (JSONEncoderandv0.2at the time of writing).
Bugfixing
- Update gRPC generated code to latest protobuf version
Read the full changeset