Changes

0.4.0 (2023-10-18)

Features

  • profiler: Support configurable debug logging destination (#8104) (fc3d840)
  • profiler: Update all direct dependencies (b340d03)

Bug Fixes

  • profiler: Migrate to protobuf-go v2 (#8730) (deeb583), refs #8585
  • profiler: REST query UpdateMask bug (df52820)
  • profiler: Update golang.org/x/net to v0.17.0 (174da47)
  • profiler: Update grpc to v1.55.0 (1147ce0)

0.3.1 (2022-12-02)

Bug Fixes

  • profiler: downgrade some dependencies (7540152)

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.