Changes

0.3.0 (2022-05-19)

Bug Fixes

  • profiler: relax service name regexp to allow service names starting with numbers to be used (#5994) (a1d8ac9)

Miscellaneous Chores

0.2.0 (2022-02-14)

Features

  • profiler: add better version metadata to calls (d1ad921)

0.1.2 (2022-01-04)

Bug Fixes

  • profiler: refine regular expression for parsing backoff duration in E2E tests (#5229) (4438aeb)
  • profiler: remove certificate expiration workaround (#5222) (2da36c9)

0.1.1 (2021-10-11)

Bug Fixes

  • profiler: workaround certificate expiration issue in integration tests (#4955) (de9e465)

v0.1.0

This is the first tag to carve out profiler as its own module. See Add a module to a multi-module repository.