Releases: prometheus/common
Releases · prometheus/common
v0.54.0
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 by @dependabot in #624
- Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #623
- Add HTTP headers support to common HTTP client. by @roidelapluie in #416
- Synchronize common files from prometheus/prometheus by @prombot in #633
- Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 by @dependabot in #632
- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in #628
- Bump golang.org/x/net from 0.23.0 to 0.24.0 by @dependabot in #630
- Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 by @dependabot in #631
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #629
- Use common interface to fetch secrets in HTTP client config by @TheSpiritXIII in #538
- Add support for secret refs via a secret manager by @TheSpiritXIII in #572
- oauth2RoundTripper: Avoid race condition and readability changes. by @bwplotka in #634
- Synchronize common files from prometheus/prometheus by @prombot in #636
- Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 by @dependabot in #638
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 by @dependabot in #639
- feat: add time template helpers by @freak12techno in #627
New Contributors
- @bwplotka made their first contribution in #634
- @freak12techno made their first contribution in #627
Full Changelog: v0.53.0...v0.54.0
v0.53.0
What's Changed
- Add StatusAt method for Alert struct by @grobinson-grafana in #618
- config: allow exposing real secret value through marshal by @GiedriusS in #487
- Fix up config test by @SuperQ in #621
- LabelSet.String: restore faster sort call by @bboreham in #619
- LabelSet: add unit test for String method by @bboreham in #620
New Contributors
- @grobinson-grafana made their first contribution in #618
- @GiedriusS made their first contribution in #487
Full Changelog: v0.52.3...v0.53.0
v0.52.3
v0.52.2
What's Changed
- Drop support for Go older than 1.18 by @SuperQ in #612
- fix(protobuf): Correctly decode multi-messages streams by @srebhan in #616
- Bump github.com/aws/aws-sdk-go from 1.50.31 to 1.51.11 in /sigv4 by @dependabot in #615
New Contributors
Full Changelog: v0.51.1...v0.52.2
v0.51.1
v0.51.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #604
- expfmt: Add a way to generate different OpenMetrics Formats by @ywwg in #596
- Fix string slice definition for FormatFlagOptions. by @gizmoguy in #607
- Correct logic in sample naming for counters, add new test by @vesari in #608
New Contributors
Full Changelog: v0.50.0...v0.51.0
v0.50.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #594
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /sigv4 by @dependabot in #593
- Bump github.com/aws/aws-sdk-go from 1.50.27 to 1.50.29 in /sigv4 by @dependabot in #592
- Bump github.com/aws/aws-sdk-go from 1.50.29 to 1.50.31 in /sigv4 by @dependabot in #595
- Remove unused 'Host' member from HTTPClientConfig by @bboreham in #597
- Add OpenMetrics unit support by @vesari in #544
- Remove deprecated version function by @SuperQ in #591
- Synchronize common files from prometheus/prometheus by @prombot in #599
- Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 by @dependabot in #600
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #601
Full Changelog: v0.49.0...v0.50.0
v0.49.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #574
- Bump github.com/aws/aws-sdk-go from 1.49.13 to 1.50.8 in /sigv4 by @dependabot in #571
- Synchronize common files from prometheus/prometheus by @prombot in #581
- Update Go by @SuperQ in #588
- Deprecate version.NewCollector by @SuperQ in #579
- Bump github.com/aws/aws-sdk-go from 1.50.8 to 1.50.27 in /sigv4 by @dependabot in #587
- Avoid off-spec openmetrics exposition when exemplars have empty labels by @orls in #569
- Bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by @dependabot in #585
- Write created lines when negotiating OpenMetrics by @ArthurSens in #504
- Upgrade client_model to v.0.6.0 by @vesari in #589
- http_config: Add host by @jkroepke in #549
- LabelSet: Fix alphabetical sorting for prometheus LabelSet by @wasim-nihal in #575
- labelset: optimise String() function by @bboreham in #590
New Contributors
Full Changelog: v0.48.0...v0.49.0
v0.48.0
This release will require changes of code that relies on direct access to content-type format strings. See the PR linked below for work-arounds. Please file an issue if your use case doesn't work anymore.
What's Changed
Full Changelog: v0.47.0...v0.48.0
v0.47.0
What's Changed
- UTF-8 support in validation, and some parsers and formatters by @ywwg in #537
- Support empty OAuth2 inline secrets by @TheSpiritXIII in #547
- UTF8: Content negotiation (encoding side) by @ywwg in #570
New Contributors
Full Changelog: v0.46.0...v0.47.0