Changes

0.6.0 (2026-04-09)

0.5.0 (2026-04-02)

0.4.3 (2025-06-17)

Bug Fixes

  • profiler: Update golang.org/x/net to 0.37.0 (1144978)
  • profiler: Update google.golang.org/api to 0.229.0 (3319672)

0.4.2 (2024-12-10)

Bug Fixes

0.4.1 (2024-07-01)

Bug Fixes

  • profiler: Bump x/net to v0.24.0 (ba31ed5)
  • profiler: Update protobuf dep to v1.33.0 (30b038d)

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.