Skip to content

Releases: DataDog/dd-trace-go

0.1.0

12 Dec 20:10
Compare
Choose a tag to compare

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 and v0.2 at the time of writing).

Bugfixing

  • Update gRPC generated code to latest protobuf version

Read the full changeset