Skip to content

Releases: prometheus/common

v0.45.0

18 Oct 08:57
c59927e
Compare
Choose a tag to compare

What's Changed

  • Adding support for file based configuration of basic auth username in http client config by @wasim-nihal in #511
  • Bump golang.org/x/net from 0.10.0 to 0.12.0 by @dependabot in #507
  • Add read-only token permissions by @pnacht in #490
  • Synchronize common files from prometheus/prometheus by @prombot in #495
  • Update client_golang by @SuperQ in #513
  • Bump golang.org/x/oauth2 from 0.8.0 to 0.12.0 by @dependabot in #514
  • Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.45.18 in /sigv4 by @dependabot in #515
  • Bump github.com/prometheus/client_golang from 1.15.1 to 1.17.0 in /sigv4 by @dependabot in #516
  • Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /sigv4 by @dependabot in #493
  • Update golang_protobuf_extensions to v2 by @Neo2308 in #509
  • Synchronize common files from prometheus/prometheus by @prombot in #518
  • Bump github.com/aws/aws-sdk-go from 1.45.18 to 1.45.19 in /sigv4 by @dependabot in #519
  • Synchronize common files from prometheus/prometheus by @prombot in #520
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 in /sigv4 by @dependabot in #525
  • Bump golang.org/x/net from 0.15.0 to 0.17.0 by @dependabot in #524

New Contributors

Full Changelog: v0.44.0...v0.45.0

v0.44.0

22 May 12:24
94bf982
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.43.0...v0.43.1

0.43.0 / 2023-05-04

05 May 06:25
e27922a
Compare
Choose a tag to compare

NOTE: The protobuf library has been changed from the deprecated github.com/golang/protobuf to the new officially supported google.golang.org/protobuf. If you have direct use of the proto, you may need to make changes for deprecated functions.

What's Changed

Full Changelog: v0.42.0...v0.43.0

v0.42.0

09 Mar 13:56
v0.42.0
66b493f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.41.0...v0.42.0

v0.41.0

01 Mar 21:48
v0.41.0
94c865c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.40.0...v0.41.0

v0.40.0

01 Mar 21:47
v0.40.0
2c9877d
Compare
Choose a tag to compare

What's Changed

  • Synchronize common files from prometheus/prometheus by @prombot in #428
  • Add histogram vectors to model by @zenador in #417
  • Change HistogramBucket Boundaries type to int32 by @zenador in #438
  • Make it more efficient and compatible to use SampleHistogram by @krajorama in #439
  • Optimise JSON marshalling for sparse histograms by @zenador in #440
  • expfmt: only call TextParser.TextToMetricFamilies once from textDecoder by @abursavich in #443
  • expfmt: only ignore io.EOF errors in TextParse.startOfLine by @abursavich in #444

New Contributors

Full Changelog: v0.39.0...v0.40.0

v0.39.0

14 Dec 09:09
v0.39.0
296ec92
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add support for proxy connect headers. #409
  • [ENHANCEMENT] Add platform info to labels. #403

v0.37.1

09 Dec 09:36
v0.37.1
54cc95a
Compare
Choose a tag to compare

v0.38.0

08 Dec 13:28
v0.38.0
a33c32f
Compare
Choose a tag to compare
  • [FEATURE] Implement Stringer on TLSVersion (#405)
  • [FEATURE] Check if TLS certificate and key file have been modified (#345)
  • [ENHANCEMENT] Add the ability to specify the maximum acceptable TLS version (#414)
  • [ENHANCEMENT] Make LoadHTTPConfigFile set directory and move from tests file (#415)
  • [ENHANCEMENT] Get Revision from debug.BuildInfo if not explicitly set (#374)

v0.37.0

08 Dec 13:23
v0.37.0
49b3603
Compare
Choose a tag to compare
  • [ENHANCEMENT] Improve OAuth2 user agent handling (#391)