Skip to content

Releases: heroku/x

v0.3.1

10 Oct 18:29
573c0c2
Compare
Choose a tag to compare

What's Changed

  • Fix Warnings and Lint Errors by @kennyp in #223
  • Bump gopkg.in/go-jose/go-jose.v2 from v2.5.1 to v2.6.3 by @kennyp in #222

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Oct 18:09
811b7ec
Compare
Choose a tag to compare

What's Changed

  • Add ability to override where tokens are read from. by @kennyp in #221

Full Changelog: v0.2.9...v0.3.0

v0.2.9

04 Oct 14:27
4958255
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #206

Full Changelog: v0.2.8...v0.2.9

v0.2.8

03 Oct 20:09
849a913
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go from 1.13.10 to 1.34.0 by @dependabot in #185

Full Changelog: v0.2.7...v0.2.8

Update Test Metrics of go-kit

01 Oct 19:05
e815c61
Compare
Choose a tag to compare
Merge pull request #219 from heroku/vmc-kit-test

go-kit: Add CheckCounterExists for testmetrics

Update Debug Server with PProf Server

03 Sep 17:58
c8125b8
Compare
Choose a tag to compare
Merge pull request #217 from heroku/vmc-pprof

Refactor and Start PProf debug server

Set up a pprof server

06 Aug 22:11
1e0ca7c
Compare
Choose a tag to compare

What's Changed

  • Set up a pprof server with optional mutex profiling in cmdutil by @sherryyaosf in #216

Full Changelog: v0.2.4...v0.2.5

Updated testmetrics's Provider and metrics from v0.0.58

15 May 17:33
Compare
Choose a tag to compare

This release has updated testmetrics's Provider and metrics from v0.0.58

Fix bug in go-kit OTEL exporter configuration

14 May 01:13
3bbb327
Compare
Choose a tag to compare

What's Changed

  • Properly construct auth header for OTEL Metric endpoints by @archa347 in #210

New Contributors

Full Changelog: v0.2.1...v0.2.2

Update Test Metrics

09 May 15:38
fbe90c5
Compare
Choose a tag to compare

We updated test metrics, which solves issues regarding CradinalityCounter for test metrics provider.