Skip to content

Releases: prom-client-net/prom-client

v6.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 13:32
v6.3.0
e401ab0
  • Added onObserveException overloads to ObserveDuration (#396)

v6.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 10:12
v6.2.0
fb38e3c
  • Updated target framework to net8.0 (#389)
  • Used accurate HAS_ITUPLE and HAS_NATIVE_SPAN defines (#390)

v6.1.0

Choose a tag to compare

@github-actions github-actions released this 29 May 12:01
v6.1.0
24ecc89
  • Added net47 target framework (#355)

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 24 May 13:38
v6.0.0
81c8bf6
  • Added time-to-live feature by @ogxd (#343, #345)
  • Changed MetricFamily dictionary key from 32 to 64 bits hash to reduce collisions by @ogxd (#342)
  • Added net462 and net6.0 target frameworks
  • Fixed some errors found with Windows tests (#300)

Breaking changes:

  • Removed legacy metrics (#352)

v5.2.0

Choose a tag to compare

@phnx47 phnx47 released this 05 Jan 13:28
v5.2.0
580f8ac
  • Moved Create[Metric] from Extensions to MetricFactory (#212)

v5.1.0

Choose a tag to compare

@phnx47 phnx47 released this 11 Sep 15:15
c285221
  • Added debug info when type or label validation fails (#204)

v5.0.0

Choose a tag to compare

@phnx47 phnx47 released this 21 Aug 13:11
c3ddece
  • Normalized default metrics with backward compatible (#189)
  • Added Release method to IMetricFactory (#178)
  • Added CancellationToken to ScrapeHandler (#164)

Breaking changes:

  • Removed Obsolete methods (#140)

v4.5.3

Choose a tag to compare

@phnx47 phnx47 released this 20 Sep 11:59
v4.5.3
ad9ed71
  • Allowed empty string label

v4.5.2

Choose a tag to compare

@phnx47 phnx47 released this 14 Jul 16:08
v4.5.2
700d915
  • Fixed race condition on metrics creation

v4.5.1

Choose a tag to compare

@phnx47 phnx47 released this 12 Jul 05:43
v4.5.1
3a7b461
  • Fixed compatibility with extensions