Skip to content

Releases: jochen-schweizer/express-prom-bundle

8.0.0

12 Oct 13:49

Choose a tag to compare

  • use express@5 and @types/express@5 as dependencies

7.0.2

12 Oct 13:48

Choose a tag to compare

Further dependabot updates

Full Changelog: 7.0.1...7.0.2

7.0.1

12 Oct 13:48

Choose a tag to compare

Dependabot updates:
#126
#127

7.0.0

06 Jan 10:54

Choose a tag to compare

  • 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 for up 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

15 Dec 08:22

Choose a tag to compare

  • bypass now can take object with 2 callbacks, checking if the the request should be counted before and/or after the request was processed. ( thanks to @ineentho )

6.5.0

18 Jun 10:29

Choose a tag to compare

  • Add metricsApp option (thanks to @ath88) - see #25

6.4.1

17 Aug 07:50

Choose a tag to compare

6.3.6

17 Aug 07:32

Choose a tag to compare

  • types for metricType summary added

6.3.5

28 Mar 20:17

Choose a tag to compare

  • readme now mentions previously hidden option httpDurationMetricName

6.3.4

22 Feb 15:32

Choose a tag to compare

  • type definitions for urlValueParser now allow passing RegExp directly (thanks to @thewizarodofoz)