Skip to content

Releases: prom-client-net/prom-client-aspnetcore

v4.1.1

22 Oct 09:23
v4.1.1
db2337f

Choose a tag to compare

  • Resolved CollectorRegistryInstance before setup method call (#11)

4.1.0

20 Aug 10:51
4.1.0
e61fafa

Choose a tag to compare

  • Use DI container to retrieve CollectorRegistry (#10)
  • Update Prometheus.Client to 4.1.0

4.0.0

18 Aug 19:45
4.0.0
7f497a7

Choose a tag to compare

  • Updated Prometheus.Client to 4.0.0 (Major)
  • Added netcoreapp3.1 for optimize dependencies.

Breaking changes:

  • Removed netstandard1.3 support.

3.1.0

15 Jan 21:23
3.1.0
af5db5c

Choose a tag to compare

  • Add netstandard2.1 target.
  • Update Prometheus.Client version

3.0.1

04 Jun 18:36
3.0.1
b7a92e3

Choose a tag to compare

  • Update Prometheus.Client version

3.0.0

27 Apr 00:32
3.0.0
e70f056

Choose a tag to compare

Major release to follow Prometheus.Client. Description Release.

Breaking changes

  • PrometheusOptions.Collectors was removed, use PrometheusOptions.CollectorRegistryInstance to register your collectors with Add or GetOrAdd methods.

2.2.0

24 Mar 16:30
2.2.0
b6d0849

Choose a tag to compare

  • [#1] Add optional port restriction for /metrics endpoint
  • Actualize dependency: support Prometheus.Client (>= 2.0.0 && < 3.0.0)

2.1.0

19 Sep 17:16
2.1.0

Choose a tag to compare

2.0.0

13 Sep 23:51
2.0.0

Choose a tag to compare

  • Support Prometheus.Client (>= 2.0.0). Description Release

1.5.1

07 Sep 19:44
1.5.1

Choose a tag to compare

  • Change Prometheus.Client dependency