diff --git a/CHANGELOG.md b/CHANGELOG.md index 1415259..4150a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [8.0.0](https://github.com/SkeLLLa/fastify-metrics/compare/v7.4.0...v8.0.0) (2021-09-20) + + +### ⚠ BREAKING CHANGES + +* **deps:** prom-client v14 might be breaking + +### Features + +* **deps:** bump prom-client to v14 ([409f574](https://github.com/SkeLLLa/fastify-metrics/commit/409f57496e5d8f475dbaebaae180873933bfaa99)) + ## [7.4.0](https://github.com/SkeLLLa/fastify-metrics/compare/v7.3.0...v7.4.0) (2021-09-15) diff --git a/VERSION b/VERSION index 6a82e3d..c29440a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v7.3.0 +v7.4.0 diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 1c8db63..e15c58b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ -Fastify metrics - v7.3.0 +Fastify metrics - v7.4.0 -# Fastify metrics - v7.3.0 +# Fastify metrics - v7.4.0 ## Table of contents diff --git a/docs/interfaces/plugin.FastifyMetrics.md b/docs/interfaces/plugin.FastifyMetrics.md index b6b9545..041c168 100644 --- a/docs/interfaces/plugin.FastifyMetrics.md +++ b/docs/interfaces/plugin.FastifyMetrics.md @@ -1,4 +1,4 @@ -[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / FastifyMetrics +[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / FastifyMetrics # Interface: FastifyMetrics @@ -30,7 +30,7 @@ Prom-client #### Defined in -[plugin.ts:26](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L26) +[plugin.ts:26](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L26) ## Methods @@ -46,4 +46,4 @@ Expose register clear function if register was provided #### Defined in -[plugin.ts:30](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L30) +[plugin.ts:30](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L30) diff --git a/docs/interfaces/plugin.MetricConfig.md b/docs/interfaces/plugin.MetricConfig.md index cdaf0f7..e8a72d8 100644 --- a/docs/interfaces/plugin.MetricConfig.md +++ b/docs/interfaces/plugin.MetricConfig.md @@ -1,4 +1,4 @@ -[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / MetricConfig +[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / MetricConfig # Interface: MetricConfig @@ -21,7 +21,7 @@ Histogram config #### Defined in -[plugin.ts:15](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L15) +[plugin.ts:15](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L15) --- @@ -33,4 +33,4 @@ Summary config #### Defined in -[plugin.ts:19](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L19) +[plugin.ts:19](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L19) diff --git a/docs/interfaces/plugin.MetricsContextConfig.md b/docs/interfaces/plugin.MetricsContextConfig.md index bc68da0..4a39e4b 100644 --- a/docs/interfaces/plugin.MetricsContextConfig.md +++ b/docs/interfaces/plugin.MetricsContextConfig.md @@ -1,4 +1,4 @@ -[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / MetricsContextConfig +[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / MetricsContextConfig # Interface: MetricsContextConfig @@ -19,7 +19,7 @@ #### Defined in -[plugin.ts:8](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L8) +[plugin.ts:8](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L8) --- @@ -29,4 +29,4 @@ #### Defined in -[plugin.ts:7](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L7) +[plugin.ts:7](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L7) diff --git a/docs/interfaces/plugin.PluginOptions.md b/docs/interfaces/plugin.PluginOptions.md index bf97cd6..ef260d1 100644 --- a/docs/interfaces/plugin.PluginOptions.md +++ b/docs/interfaces/plugin.PluginOptions.md @@ -1,4 +1,4 @@ -[Fastify metrics - v7.3.0](../README.md) / [plugin](../modules/plugin.md) / PluginOptions +[Fastify metrics - v7.4.0](../README.md) / [plugin](../modules/plugin.md) / PluginOptions # Interface: PluginOptions @@ -31,7 +31,7 @@ Routes blacklist that will be excluded from metrics collection #### Defined in -[plugin.ts:65](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L65) +[plugin.ts:65](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L65) --- @@ -45,7 +45,7 @@ Enable default prom-client metrics #### Defined in -[plugin.ts:42](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L42) +[plugin.ts:42](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L42) --- @@ -59,7 +59,7 @@ Enable fastify route metrics #### Defined in -[plugin.ts:47](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L47) +[plugin.ts:47](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L47) --- @@ -71,7 +71,7 @@ Metrics endpoint for Prometheus #### Defined in -[plugin.ts:77](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L77) +[plugin.ts:77](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L77) --- @@ -85,7 +85,7 @@ Groups status code labels by first digit 200 -> 2XX #### Defined in -[plugin.ts:52](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L52) +[plugin.ts:52](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L52) --- @@ -99,7 +99,7 @@ Ignore HEAD requests #### Defined in -[plugin.ts:94](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L94) +[plugin.ts:94](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L94) --- @@ -111,7 +111,7 @@ Groups urls that are not mapped onto valid routes together #### Defined in -[plugin.ts:56](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L56) +[plugin.ts:56](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L56) --- @@ -131,7 +131,7 @@ Label Overrides #### Defined in -[plugin.ts:85](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L85) +[plugin.ts:85](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L85) --- @@ -143,7 +143,7 @@ HTTP metrics overrides #### Defined in -[plugin.ts:81](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L81) +[plugin.ts:81](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L81) --- @@ -157,7 +157,7 @@ Plugin name that will be registered in fastify #### Defined in -[plugin.ts:61](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L61) +[plugin.ts:61](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L61) --- @@ -169,7 +169,7 @@ Metrics prefix #### Defined in -[plugin.ts:73](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L73) +[plugin.ts:73](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L73) --- @@ -181,4 +181,4 @@ Prom client registry for default metrics and route metrics #### Defined in -[plugin.ts:69](https://github.com/SkeLLLa/fastify-metrics/blob/78d68c3/src/plugin.ts#L69) +[plugin.ts:69](https://github.com/SkeLLLa/fastify-metrics/blob/409f574/src/plugin.ts#L69) diff --git a/docs/modules/index.md b/docs/modules/index.md index 689bded..f0dfa27 100644 --- a/docs/modules/index.md +++ b/docs/modules/index.md @@ -1,4 +1,4 @@ -[Fastify metrics - v7.3.0](../README.md) / index +[Fastify metrics - v7.4.0](../README.md) / index # Module: index diff --git a/docs/modules/plugin.md b/docs/modules/plugin.md index 61e881d..74e81de 100644 --- a/docs/modules/plugin.md +++ b/docs/modules/plugin.md @@ -1,4 +1,4 @@ -[Fastify metrics - v7.3.0](../README.md) / plugin +[Fastify metrics - v7.4.0](../README.md) / plugin # Module: plugin diff --git a/package-lock.json b/package-lock.json index b168e48..808ac91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastify-metrics", - "version": "7.4.0", + "version": "8.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8090b91..e13ace9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-metrics", - "version": "7.4.0", + "version": "8.0.0", "description": "Prometheus metrics exporter for Fastify", "keywords": [ "fastify-plugin",