|
| 1 | +Unreleased |
| 2 | +========== |
| 3 | + |
| 4 | +* Bump various dependencies and devDependencies and drop support for node 14 (James D. Forrester) |
| 5 | +* build: Upgrade eslint-config-wikimedia to 0.25.1 and simplify config (James D. Forrester) |
| 6 | +* CI: Drop testing in Node 12 (#248) (James D. Forrester) |
| 7 | + |
| 8 | +v4.0.0 / 2024-02-27 |
| 9 | +=================== |
| 10 | + |
| 11 | +* Require >= node12, update to 4.0.0 (James D. Forrester) |
| 12 | +* Bump to yargs@16.2.0 (Arlo Breault) |
| 13 | + |
| 14 | +v3.1.0 / 2021-12-20 |
| 15 | +=================== |
| 16 | + |
| 17 | +* Switch prometheus timings to seconds #2 (Alexandros Kosiaris) |
| 18 | +* Revert "Switch prometheus timings to seconds" (Alexandros Kosiaris) |
| 19 | +* Switch prometheus timings to seconds (Alexandros Kosiaris) |
| 20 | +* Upgrade limitation to 0.2.3 (paladox) |
| 21 | +* Remove gc-stats from package.json (Arlo Breault) |
| 22 | + |
| 23 | +v3.0.0 / 2021-09-15 |
| 24 | +=================== |
| 25 | + |
| 26 | +* Drop Node 6 support and bump to 3.0.0 (#236) (James D. Forrester) |
| 27 | + |
| 28 | +v2.9.0 / 2021-09-15 |
| 29 | +=================== |
| 30 | + |
| 31 | +* Remove GC stats feature (#240) (Petr Pchelko) |
| 32 | + |
| 33 | +v2.8.4 / 2021-07-12 |
| 34 | +=================== |
| 35 | + |
| 36 | +* Release 2.8.4 (Petr Pchelko) |
| 37 | +* Don't normalize prometheus label values (Ottomata) |
| 38 | + |
| 39 | +v2.8.3 / 2021-05-06 |
| 40 | +=================== |
| 41 | + |
| 42 | +* Update package.json (Kosta Harlan) |
| 43 | +* Bump limitation to 0.2.2 (Kosta Harlan) |
| 44 | + |
| 45 | +v2.8.2 / 2021-04-01 |
| 46 | +=================== |
| 47 | + |
| 48 | +* Bugfix: clone labels when interpolating metric name (#235) (Cole White) |
| 49 | + |
| 50 | +v2.8.1 / 2020-12-10 |
| 51 | +=================== |
| 52 | + |
| 53 | +* Update _handleStaticLabels (Clara Andrew-Wani) |
| 54 | +* Fix object cloning (Clara Andrew-Wani) |
| 55 | +* Fix label modifications in statsd and prometheus (Clara Andrew-Wani) |
| 56 | + |
| 57 | +v2.8.0 / 2020-11-17 |
| 58 | +=================== |
| 59 | + |
| 60 | +* Move static label normalization to constructor (Clara Andrew-Wani) |
| 61 | +* Fix histogram metrics (Clara Andrew-Wani) |
| 62 | +* Normalize Prometheus metric name and label keys and values. Add env variable toggle to selectively disable service label. (Cole White) |
| 63 | +* Update heapwatch metrics (Cole White) |
| 64 | +* pass DEPRECATED_METHODS to LogClient so that legacy methods can be built fix bug where options.labels must now be an object with a names attribute for formatLabels to work correctly. if undefined, instantiate at the metric level. update heapwatch Prometheus metrics to use more process-level naming for clarity. (Cole White) |
| 65 | +* add staticLabels feature (Cole White) |
| 66 | +* Attempt at a generic and backwards-compatible metrics interface. (Cole White) |
| 67 | +* initial attempt at implementing native prometheus metrics (Cole White) |
0 commit comments