Skip to content

1.12.0 / 2022-01-19

Compare
Choose a tag to compare
@kakkoyun kakkoyun released this 19 Jan 08:03
· 386 commits to main since this release
0108796
  • [CHANGE] example/random: Move flags and metrics into main() #935
  • [FEATURE] API client: Support wal replay status api #944
  • [FEATURE] Use the runtime/metrics package for the Go collector for 1.17+ #955
  • [ENHANCEMENT] API client: Update /api/v1/status/tsdb to include headStats #925
  • [SECURITY FIX] promhttp: Check validity of method and code label values #962 (Addressed CVE-2022-21698)

What's Changed

  • Address minor issues on the changelog by @kakkoyun in #879
  • Synchronize common files from prometheus/prometheus by @prombot in #888
  • Update status badgets by @SuperQ in #885
  • Updating dependency versions + cleanup by @sivabalan in #881
  • Synchronize common files from prometheus/prometheus by @prombot in #892
  • add ExponentialBucketsRange function by @sbunce in #899
  • Synchronize common files from prometheus/prometheus by @prombot in #909
  • Update cespare/xxhash dependency by @dtrudg in #913
  • example/random: Move flags and metrics into main() by @beorn7 in #935
  • Fix typo by @gozeloglu in #939
  • Add support for go 1.17 by @mrueg in #950
  • Synchronize common files from prometheus/prometheus by @prombot in #928
  • Synchronize common files from prometheus/prometheus by @prombot in #952
  • API: support wal replay status api by @yeya24 in #944
  • Update /api/v1/status/tsdb to include headStats by @prymitive in #925
  • Use the runtime/metrics package for the Go collector for 1.17+ by @mknyszek in #955
  • promhttp: Check validity of method and code label values by @kakkoyun in #962
  • go.*: Update dependencies by @kakkoyun in #965

New Contributors

Full Changelog: v1.11.0...v1.12.0