Releases: prom-client-net/prom-client-aspnetcore
Releases · prom-client-net/prom-client-aspnetcore
v5.0.0
- Internal code refactored (#41)
Breaking changes:
- Dropped support for netstandard2.* (#47)
v4.8.0
- Prepend '/' if MapPath not start with '/'
v4.7.0
- Updated Prometheus.Client to v5.0.0 (Major)
- Added AddLegacyMetrics to Options
v4.6.0
- Added net6.0 target framework
v4.5.1
- Updated System.Text.Encodings.Web to 4.5.1 in netstandard2.* (fix RCE vulnerability)
v4.5.0
- Added metric prefix option to default collectors
v4.4.0
- Added response encoding to Options (#16)
v4.3.0
- Added net5.0 target framework
v4.2.0
- Updated Prometheus.Client to 4.3.0
v4.1.1
- Resolved CollectorRegistryInstance before setup method call (#11)