Skip to content

0.1.0

Choose a tag to compare

@palazzem palazzem released this 12 Dec 20:10
· 3684 commits to main since this release

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