Releases: jochen-schweizer/express-prom-bundle
Releases · jochen-schweizer/express-prom-bundle
8.0.0
7.0.2
Further dependabot updates
- Bump send and express by @dependabot in #133
- Bump body-parser and express by @dependabot in #134
- Bump cookie and express by @dependabot in #135
- Bump serve-static and express by @dependabot in #136
- Bump path-to-regexp and express by @dependabot in #137
Full Changelog: 7.0.1...7.0.2
7.0.1
7.0.0
- bumped peer dependency prom-client to v15 (thanks to @steve1337)
- respect
pruneAgedBuckets
option for Summary (thanks to @timm-stelzer-e-farm) - respect
collectDefaultMetrics.prefix
option forup
metric (thanks to @gandazgul) - use status code 499 for requests that are closed before response is sent (thanks to @petuomin)
- README now has an example of
normalizePath()
that simply uses the route instead of guessing what looks like a variable part. Yet it doesn't seem to work with subrouters (thanks to @Cellaryllis) - switched type-checking tool from dtslint to tsd
6.6.0
6.5.0
6.4.1
- added
urlPathReplacement
option (thanks to @prabhumarappan) - added types for
excludeRoutes
(thanks to @RyanBard)
6.3.6
- types for metricType summary added
6.3.5
- readme now mentions previously hidden option
httpDurationMetricName
6.3.4
- type definitions for
urlValueParser
now allow passing RegExp directly (thanks to @thewizarodofoz)