Skip to content

Commit e7b34d5

Browse files
authored
Update CHANGELOG.md: Add missing reflinks
1 parent a88a5c3 commit e7b34d5

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

CHANGELOG.md

+52-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
### Added
1717

18+
[unreleased]: https://github.com/siimon/prom-client/compare/v15.1.0...HEAD
19+
1820
## [15.1.0] - 2023-12-15
1921

2022
### Changed
@@ -28,6 +30,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
2830
- Allow Pushgateway to now require job names for compatibility with Gravel Gateway.
2931
- Allow `histogram.startTime()` to be used with exemplars.
3032

33+
[15.1.0]: https://github.com/siimon/prom-client/compare/v15.0.0...v15.1.0
34+
3135
## [15.0.0] - 2023-10-09
3236

3337
### Breaking
@@ -52,6 +56,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
5256

5357
- Support for OpenMetrics and Exemplars
5458

59+
[15.0.0]: https://github.com/siimon/prom-client/compare/v14.2.0...v15.0.0
60+
5561
## [14.2.0] - 2023-03-06
5662

5763
### Changed
@@ -68,12 +74,16 @@ project adheres to [Semantic Versioning](http://semver.org/).
6874

6975
- Add `get` method to type definitions of metric classes
7076

77+
[14.2.0]: https://github.com/siimon/prom-client/compare/v14.1.1...v14.2.0
78+
7179
## [14.1.1] - 2022-12-31
7280

7381
### Changed
7482

7583
- Increase compatibility with external build system such as `rollup` by making perf_hooks optional in gc.js
7684

85+
[14.1.1]: https://github.com/siimon/prom-client/compare/v14.1.0...v14.1.1
86+
7787
## [14.1.0] - 2022-08-23
7888

7989
### Changed
@@ -102,12 +112,16 @@ project adheres to [Semantic Versioning](http://semver.org/).
102112

103113
- Support gzipped pushgateway requests
104114

115+
[14.1.0]: https://github.com/siimon/prom-client/compare/v14.0.1...v14.1.0
116+
105117
## [14.0.1] - 2021-11-02
106118

107119
### Changed
108120

109121
- changed: typedef for pushgateway to reflect js implementation.
110122

123+
[14.0.1]: https://github.com/siimon/prom-client/compare/v14.0.0...v14.0.1
124+
111125
## [14.0.0] - 2021-09-18
112126

113127
### Breaking
@@ -145,6 +159,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
145159
- Add missing type declaration for `client.contentType`. [`3b66641`](https://github.com/siimon/prom-client/commit/3b6664160bdd1555045b03d8f4c421022f30e1db)
146160
- Modernize some label processing code. [`c9bf1d8`](https://github.com/siimon/prom-client/commit/c9bf1d8e3db3b5fb97faf2df9ca9b9af670288f3)
147161

162+
[14.0.0]: https://github.com/siimon/prom-client/compare/v13.2.0...v14.0.0
163+
148164
## [13.2.0] - 2021-08-08
149165

150166
### Changed
@@ -160,6 +176,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
160176
- feat: added `zero()` to `Histogram` for setting the metrics for a given label combination to zero
161177
- fix: allow `Gauge.inc/dec(0)` without defaulting to 1
162178

179+
[13.2.0]: https://github.com/siimon/prom-client/compare/v13.1.0...v13.2.0
180+
163181
## [13.1.0] - 2021-01-24
164182

165183
### Changed
@@ -173,6 +191,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
173191
- feat: added the ability to pass labels as an object to `labels()` and `remove()`
174192
- Added: More examples with commented output
175193

194+
[13.1.0]: https://github.com/siimon/prom-client/compare/v13.0.0...v13.1.0
195+
176196
## [13.0.0] - 2020-12-16
177197

178198
### Breaking
@@ -220,6 +240,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
220240
- feat: added support for adding labels to default metrics (#374)
221241
- Added CHANGELOG reminder
222242

243+
[13.0.0]: https://github.com/siimon/prom-client/compare/v12.0.0...v13.0.0
244+
223245
## [12.0.0] - 2020-02-20
224246

225247
### Breaking
@@ -250,39 +272,51 @@ project adheres to [Semantic Versioning](http://semver.org/).
250272
- feat: implement GC metrics collection without native(C++) modules.
251273
- feat: implement advanced event loop monitoring
252274

275+
[12.0.0]: https://github.com/siimon/prom-client/compare/v11.5.3...v12.0.0
276+
253277
## [11.5.3] - 2019-06-27
254278

255279
### Changed
256280

257281
- Parameter `compressCount` in Summaries to control compression of data in t-digest.
258282
- Compress t-digest in Summaries
259283

284+
[11.5.3]: https://github.com/siimon/prom-client/compare/v11.5.2...v11.5.3
285+
260286
## [11.5.2] - 2019-06-20
261287

262288
### Changed
263289

264290
- fix: avoid mutation bug in registry
265291

292+
[11.5.2]: https://github.com/siimon/prom-client/compare/v11.5.1...v11.5.2
293+
266294
## [11.5.1] - 2019-06-13
267295

268296
### Changed
269297

270298
- fix: guard against missing constructor
271299

300+
[11.5.1]: https://github.com/siimon/prom-client/compare/v11.5.0...v11.5.1
301+
272302
## [11.5.0] - 2019-06-04
273303

274304
### Added
275305

276306
- Added `timestamps` toggle to `collectDefaultMetrics` options
277307
- Export `validateMetricName`
278308

309+
[11.5.0]: https://github.com/siimon/prom-client/compare/v11.4.0...v11.5.0
310+
279311
## [11.4.0] - 2019-06-04
280312

281313
### Added
282314

283315
- `nodejs_active_handles` metric to the `collectDefaultMetrics()`. Unlike `nodejs_active_handles_total` it split count of active handles by type.
284316
- `nodejs_active_requests` metric to the `collectDefaultMetrics()`. Unlike `nodejs_active_requests_total` it split count of active requests by type.
285317

318+
[11.4.0]: https://github.com/siimon/prom-client/compare/v11.3.0...v11.4.0
319+
286320
## [11.3.0] - 2019-04-02
287321

288322
### Changed
@@ -294,6 +328,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
294328

295329
- Added a `remove()` method on each metric type, based on [Prometheus "Writing Client Libraries" section on labels](https://prometheus.io/docs/instrumenting/writing_clientlibs/#labels)
296330

331+
[11.3.0]: https://github.com/siimon/prom-client/compare/v11.2.1...v11.3.0
332+
297333
## [11.2.1]
298334

299335
### Breaking
@@ -304,6 +340,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
304340

305341
- Updated types for Summary in typescript definition file
306342

343+
[11.2.1]: https://github.com/siimon/prom-client/compare/v11.2.0...v11.2.1
344+
307345
## [11.2.0]
308346

309347
### Changed
@@ -315,26 +353,34 @@ project adheres to [Semantic Versioning](http://semver.org/).
315353
- Added an initial `benchmark` suite which can be run with `npm run benchmarks`.
316354
- Add support for sliding windows in Summaries
317355

356+
[11.2.0]: https://github.com/siimon/prom-client/compare/v11.1.3...v11.2.0
357+
318358
## [11.1.3] - 2018-09-22
319359

320360
### Changed
321361

322362
- Fixed performance by avoiding `Object.assign` on hot paths, as well as
323363
mutating objects when appropriate.
324364

365+
[11.1.3]: https://github.com/siimon/prom-client/compare/v11.1.2...v11.1.3
366+
325367
## [11.1.2] - 2018-09-19
326368

327369
### Changed
328370

329371
- Allow setting Gauge values to NaN, +Inf, and -Inf
330372
- Fixed `histogram` scrape performance by using `acc.push` instead of `acc.concat`. Fixes #216 with #219
331373

374+
[11.1.2]: https://github.com/siimon/prom-client/compare/v11.1.1...v11.1.2
375+
332376
## [11.1.1] - 2018-06-29
333377

334378
### Changed
335379

336380
- Fixed `processOpenFileDescriptors` metric when no custom config was set
337381

382+
[11.1.1]: https://github.com/siimon/prom-client/compare/v11.1.0...v11.1.1
383+
338384
## [11.1.0] - 2018-06-29
339385

340386
- Added ability to set a name prefix in the default metrics
@@ -346,6 +392,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
346392
labelset
347393
- Fixed `AggregatorFactory` losing the aggregator method of metrics
348394

395+
[11.1.0]: https://github.com/siimon/prom-client/compare/v11.0.0...v11.1.0
396+
349397
## [11.0.0] - 2018-03-10
350398

351399
### Breaking
@@ -355,6 +403,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
355403
[best practices](https://prometheus.io/docs/practices/naming/#base-units)
356404
- Dropped support for node 4
357405

406+
[11.0.0]: https://github.com/siimon/prom-client/compare/v10.2.3...v11.0.0
407+
358408
## [10.2.3] - 2018-02-28
359409

360410
### Breaking
@@ -365,6 +415,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
365415

366416
### Added
367417

418+
[10.2.3]: https://github.com/siimon/prom-client/compare/v10.2.2...v10.2.3
419+
368420
## [10.2.2] - 2017-11-02
369421

370422
### Changed
@@ -488,7 +540,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
488540
- Creating metrics with one argument per parameter - use object literals
489541
instead.
490542

491-
[unreleased]: https://github.com/siimon/prom-client/compare/v10.2.2...HEAD
492543
[10.2.2]: https://github.com/siimon/prom-client/compare/v10.2.1...v10.2.2
493544
[10.2.1]: https://github.com/siimon/prom-client/compare/v10.2.0...v10.2.1
494545
[10.2.0]: https://github.com/siimon/prom-client/compare/v10.1.1...v10.2.0

0 commit comments

Comments
 (0)