[PR #4348] [CLOSED] Bump prometheus-net.AspNetCore from 3.6.0 to 4.0.0 #10033

Closed
opened 2026-02-07 06:12:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4348
Author: @dependabot[bot]
Created: 10/19/2020
Status: Closed

Base: masterHead: dependabot/nuget/prometheus-net.AspNetCore-4.0.0


📝 Commits (1)

  • 57ace1b Bump prometheus-net.AspNetCore from 3.6.0 to 4.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Jellyfin.Server.csproj (+1 -1)

📄 Description

Bumps prometheus-net.AspNetCore from 3.6.0 to 4.0.0.

Release notes

Sourced from prometheus-net.AspNetCore's releases.

HttpClientFactory integration + publishing arbitrary HTTP route parameters

  • Allow arbitrary ASP.NET Core route parameters to be exposed as HTTP metric labels. #225
  • Add HttpClient metrics with IHttpClientFactory integration.
  • Breaking change: some HTTP metrics implementation classes were changed from public to internal. They were never supposed to be public and hopefully nobody ever used them directly. Public documented API did not change.
Changelog

Sourced from prometheus-net.AspNetCore's changelog.

  • 4.0.0
  • Allow arbitrary ASP.NET Core route parameters to be exposed as HTTP metric labels. #225
  • Breaking change: some HTTP metrics implementation classes were changed from public to internal. They were never supposed to be public and hopefully nobody ever used them directly. Public documented API did not change.
  • Add HttpClient metrics with IHttpClientFactory integration.
Commits
  • d425fff Fixup project file gremlins in Tester.NetFramework
  • 6ce4cca Expand readme for IHttpClientFactory
  • acc760a Update history & readme for HttpClient
  • ecdf586 Unify HttpClient code style with rest of solution
  • a4c39a2 Add HttpClientFactory nuspec reference
  • 9500e23 Merge HTTP client metrics with existing projects/assemblies
  • 20181d6 remove todo from readme
  • 23cd899 remove subscriber
  • 3539ab6 update readme for todo list
  • 0874698 write test for httpclient request count and duration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4348 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/prometheus-net.AspNetCore-4.0.0` --- ### 📝 Commits (1) - [`57ace1b`](https://github.com/jellyfin/jellyfin/commit/57ace1bea688713d27abeb566ccb656e19139f69) Bump prometheus-net.AspNetCore from 3.6.0 to 4.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+1 -1) </details> ### 📄 Description Bumps [prometheus-net.AspNetCore](https://github.com/prometheus-net/prometheus-net) from 3.6.0 to 4.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prometheus-net/prometheus-net/releases">prometheus-net.AspNetCore's releases</a>.</em></p> <blockquote> <h2>HttpClientFactory integration + publishing arbitrary HTTP route parameters</h2> <ul> <li>Allow arbitrary ASP.NET Core route parameters to be exposed as HTTP metric labels. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/225">#225</a></li> <li>Add HttpClient metrics with IHttpClientFactory integration.</li> <li><strong>Breaking change</strong>: some HTTP metrics implementation classes were changed from public to internal. They were never supposed to be public and hopefully nobody ever used them directly. Public documented API did not change.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prometheus-net/prometheus-net/blob/master/History">prometheus-net.AspNetCore's changelog</a>.</em></p> <blockquote> <ul> <li>4.0.0</li> </ul> <ul> <li>Allow arbitrary ASP.NET Core route parameters to be exposed as HTTP metric labels. <a href="https://github-redirect.dependabot.com/prometheus-net/prometheus-net/issues/225">#225</a></li> <li>Breaking change: some HTTP metrics implementation classes were changed from public to internal. They were never supposed to be public and hopefully nobody ever used them directly. Public documented API did not change.</li> <li>Add HttpClient metrics with IHttpClientFactory integration.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/d425fff9fddc739f4d6a90e94b02c6e7c9a1ac20"><code>d425fff</code></a> Fixup project file gremlins in Tester.NetFramework</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/6ce4ccacf2cd197b572b01f436fc7426412819d7"><code>6ce4cca</code></a> Expand readme for IHttpClientFactory</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/acc760a581fbb82bd925fd802bec8d2c64059b60"><code>acc760a</code></a> Update history &amp; readme for HttpClient</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/ecdf5867b0481905b29760ed4ebdf306b3be5f9d"><code>ecdf586</code></a> Unify HttpClient code style with rest of solution</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/a4c39a2501a9a8074c0dab3c7d772aaacd4b10d1"><code>a4c39a2</code></a> Add HttpClientFactory nuspec reference</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/9500e23a67b601b0059c9123d26f97c6521198fa"><code>9500e23</code></a> Merge HTTP client metrics with existing projects/assemblies</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/20181d6809752a836e0bc7d1ce5c8fd5ceaf8b1d"><code>20181d6</code></a> remove todo from readme</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/23cd89967486a1967dd2620b601008d852779cb1"><code>23cd899</code></a> remove subscriber</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/3539ab6e26a542e2260752a2bd817438fc8cbff8"><code>3539ab6</code></a> update readme for todo list</li> <li><a href="https://github.com/prometheus-net/prometheus-net/commit/08746982986dcb91f4ac1f54501b92b67134eaa6"><code>0874698</code></a> write test for httpclient request count and duration</li> <li>Additional commits viewable in <a href="https://github.com/prometheus-net/prometheus-net/compare/v3.6.0...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prometheus-net.AspNetCore&package-manager=nuget&previous-version=3.6.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:12:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10033