Releases: DataDog/dd-trace-go
Releases · DataDog/dd-trace-go
0.1.0
Major changes
- providing support to
msgpack
encoding format - using
MsgpackEncoder
as 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
Encoder
to the previous stable versions (JSONEncoder
andv0.2
at the time of writing).
Bugfixing
- Update gRPC generated code to latest protobuf version
Read the full changeset