Update prom-client 14.2.0 → 15.1.1 (major) #835
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ prom-client (14.2.0 → 15.1.1) · Repo · Changelog
Release Notes
15.1.1
15.1.0
15.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 43 commits:
15.1.1
chore: update changelog for release
fix: avoid updating exemplar values during subsequent metric changes (#620)
Update CHANGELOG.md: Add missing reflinks (#619)
perf: improve the memory usage of histogram (#606)
README: Fix incomplete sentence for register (#604)
15.1.0
chore: update changelog for release
chore: run CI on Node 21 (#602)
chore: upgrade prettier to v3 (#601)
feat: update type declarations
feat: implement startTimerWithExemplar
test: add failing test case
src: fix type of collectDefaultMetrics.metricsList
pushgateway: adds configuration for omitting job name (for gravel gateway compatibility, etc.)
Improve performance of `hashObject` (#594)
chore: grant GH action access to write issue comments
Add benchmarks for counter (same as gauge) (#596)
perf: refactored structureOutput with single reduce (#592)
15.0.0
chore: update changelog for release
fix: pushgateway reject with timeout (#574)
chore: drop node 14 (#591)
fix: do not ignore error if request fails (#578)
Fixes description for setToCurrentTime to seconds instead of milliseconds (#585)
chore: update dependencies (#573)
chore: drop node 19 (#572)
Fix typescript definitions for using with Registry<OpenMetricsContentType> (#571)
perf: improve perf by refactoring code to be cleaner and more efficient (#559)
Update README.md
added TS def for `Summary`'s `pruneAgedBuckets` (#558)
15.0.0-1
fix: correct exemplar formating (#556)
perf: improve performance of rendering metrics to Prometheus string (#549)
fix: Disable content encoding for pushgateway delete requests (#551)
15.0.0-0
perf: swap order of escape regexes to avoid lookahead (#546)
perf: improve performance of getMetricAsString in next (#548)
Add openmetrics and exemplars support (#544)
chore: update all dated dependencies (#533)
chore: drop EOL Node versions (#532)
perf: swap order of escape regexes to avoid lookahead (#546)
docs(README): remove await of getSingleMetric
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands