Releases: prometheus/common
Releases · prometheus/common
v0.60.1
What's Changed
- promslog: Only log basename, not full path by @roidelapluie in #705
- Reload certificates even when no CA is used by @roidelapluie in #707
- Synchronize common files from prometheus/prometheus by @prombot in #701
Full Changelog: v0.60.0...v0.60.1
v0.60.0
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in #692
- slog: expose io.Writer by @jkroepke in #694
- Synchronize common files from prometheus/prometheus by @prombot in #695
- promslog: use UTC timestamps for go-kit log style by @dswarbrick in #696
- feat: add
promslog.NewNopLogger()
convenience func by @tjhop in #697 - Bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #699
- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 by @dependabot in #698
- Update supported Go versions by @SuperQ in #700
Full Changelog: v0.59.1...v0.60.0
v0.59.1
What's Changed
- fix(utf8): Fix multiple metric name inside braces validation by @fedetorres93 in #691
Full Changelog: v0.59.0...v0.59.1
v0.59.0
v0.58.0
What's Changed
- docs: mention new promslog package in package list in README by @tjhop in #683
- Bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 by @dependabot in #684
- Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #685
- Remove secret file existence check in Validate for headers by @roidelapluie in #687
Full Changelog: v0.57.0...v0.58.0
v0.57.0
v0.56.0
What's Changed
- Don't always fetch a OAuth2 token, if the secret from a file didn't change by @multani in #647
- remove dependency to github.com/prometheus/client_golang by @ilius in #662
- Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 by @dependabot in #661
- Synchronize common files from prometheus/prometheus by @prombot in #664
- Revert #576 and add deprecation notice by @SuperQ in #665
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #667
- use basic string in IsValidLegacyMetricName by @ywwg in #668
- Synchronize common files from prometheus/prometheus by @prombot in #672
- Synchronize common files from prometheus/prometheus by @prombot in #674
- Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 by @dependabot in #671
- sigv4: support nil body by @roidelapluie in #673
- Fix overflows of untyped int constants on 32-bit by @dswarbrick in #675
- Update client_golang by @SuperQ in #676
- Update golangci lint by @roidelapluie in #679
- expfmt: Add UTF-8 syntax support in text_parse.go by @fedetorres93 in #670
- Synchronize common files from prometheus/prometheus by @prombot in #681
- fix(utf8): provide a method for explicitly checking label names for legacy validity by @ywwg in #682
New Contributors
- @multani made their first contribution in #647
- @ilius made their first contribution in #662
- @dswarbrick made their first contribution in #675
- @fedetorres93 made their first contribution in #670
Full Changelog: v0.55.0...v0.56.0
v0.55.0
What's Changed
- Move goautoneg to external dependency by @mikelolasagasti in #625
- Expose secret as SecretReader and InlineSecret from config package by @pracucci in #650
- Fix HTTPClientConfig JSON marshalling by @pracucci in #651
- Expose secret as FileSecret from config package by @alanprot in #653
- Set http_headers to be omit empty by @yeya24 in #655
- chore: add HumanizeTimestamp; make ConvertToFloat exportable by @freak12techno in #654
- Synchronize common files from prometheus/prometheus by @prombot in #660
- Add SigV4 FIPS STS endpoint config by @rajagopalanand in #649
New Contributors
- @gotjosh made their first contribution in #644
- @mikelolasagasti made their first contribution in #625
- @alanprot made their first contribution in #653
- @yeya24 made their first contribution in #655
- @rajagopalanand made their first contribution in #649
Full Changelog: v0.54.0...v0.55.0
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