[PR #39] [CLOSED] Bump fortio.org/fortio from 1.54.0 to 1.54.2 #42

Closed
opened 2026-03-15 16:06:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/39
Author: @dependabot[bot]
Created: 4/17/2023
Status: Closed

Base: mainHead: dependabot/go_modules/fortio.org/fortio-1.54.2


📝 Commits (1)

  • f31b88c Bump fortio.org/fortio from 1.54.0 to 1.54.2

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+7 -7)

📄 Description

Bumps fortio.org/fortio from 1.54.0 to 1.54.2.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.54.2

What's Changed

  • Fix long standing boundary condition rare bug with histogram buckets (in #746)
  • Fix error handling so passing an invalid -payload-file cause fortio to not proceed with curl/load test (abort, fixes #748 )
  • Dep updates

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.1...v1.54.2

Fortio 1.54.1

What's Changed

  • Use newer go 1.20.3 (security fixes plus switch from 1.19) and corresponding new lints(fortio/fortio#743)

Note the linter identified an incompatible change needed:

func HandleCall[Q any](https://github.com/fortio/fortio/blob/HEAD/w http.ResponseWriter, r *http.Request) (*Q, error) {

to

func ProcessRequest[Q any](https://github.com/fortio/fortio/blob/HEAD/r *http.Request) (*Q, error) {

as HandleCall doesn't... handle it just unserializes. kept the old api as Deprecated for now.

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.0...v1.54.1

Commits
  • 42273f0 Fixing a long standing bug with histogram buckets and payload file error shou...
  • 86806f3 Bump github/codeql-action from 2.2.9 to 2.2.11 (#745)
  • e3eb219 use newer go 1.20.3 and corresponding new lints (#743)
  • ff5ea64 Bump actions/checkout from 3.4.0 to 3.5.0 (#742)
  • e0f3931 Bump github/codeql-action from 2.2.7 to 2.2.9 (#741)
  • 9d91c00 Bump google.golang.org/grpc from 1.53.0 to 1.54.0 (#738)
  • See full diff 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/fortio/dnsping/pull/39 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/17/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.54.2` --- ### 📝 Commits (1) - [`f31b88c`](https://github.com/fortio/dnsping/commit/f31b88c1a1be9dfa8a1ae334e59938525dda3ca5) Bump fortio.org/fortio from 1.54.0 to 1.54.2 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+7 -7) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.54.0 to 1.54.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fortio/fortio/releases">fortio.org/fortio's releases</a>.</em></p> <blockquote> <h2>Fortio 1.54.2</h2> <h2>What's Changed</h2> <ul> <li>Fix long standing boundary condition rare bug with histogram buckets (in <a href="https://redirect.github.com/fortio/fortio/issues/746">#746</a>)</li> <li>Fix error handling so passing an invalid <code>-payload-file</code> cause fortio to not proceed with curl/load test (abort, fixes <a href="https://redirect.github.com/fortio/fortio/issues/748">#748</a> )</li> <li>Dep updates</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.54.1...v1.54.2">https://github.com/fortio/fortio/compare/v1.54.1...v1.54.2</a></p> <h2>Fortio 1.54.1</h2> <h2>What's Changed</h2> <ul> <li>Use newer go 1.20.3 (security fixes plus switch from 1.19) and corresponding new lints(<a href="https://redirect.github.com/fortio/fortio/pull/743">fortio/fortio#743</a>)</li> </ul> <p>Note the linter identified an incompatible change needed:</p> <pre lang="golang"><code>func HandleCall[Q any](https://github.com/fortio/fortio/blob/HEAD/w http.ResponseWriter, r *http.Request) (*Q, error) { </code></pre> <p>to</p> <pre lang="golang"><code>func ProcessRequest[Q any](https://github.com/fortio/fortio/blob/HEAD/r *http.Request) (*Q, error) { </code></pre> <p>as HandleCall doesn't... handle it just unserializes. kept the old api as Deprecated for now.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.54.0...v1.54.1">https://github.com/fortio/fortio/compare/v1.54.0...v1.54.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/42273f0ee8694a35a90f6e192f61e0c17da9b874"><code>42273f0</code></a> Fixing a long standing bug with histogram buckets and payload file error shou...</li> <li><a href="https://github.com/fortio/fortio/commit/86806f309760a4529f1a6e41e61fa9d3141adebc"><code>86806f3</code></a> Bump github/codeql-action from 2.2.9 to 2.2.11 (<a href="https://redirect.github.com/fortio/fortio/issues/745">#745</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/e3eb219b4181cec6c655df44b0ac4ca064eecd95"><code>e3eb219</code></a> use newer go 1.20.3 and corresponding new lints (<a href="https://redirect.github.com/fortio/fortio/issues/743">#743</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/ff5ea64abc481e53477410468453c8c67a1f2f2c"><code>ff5ea64</code></a> Bump actions/checkout from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/fortio/fortio/issues/742">#742</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/e0f3931fa5d5cab244fcb8b7283d9c1a8b26fd00"><code>e0f3931</code></a> Bump github/codeql-action from 2.2.7 to 2.2.9 (<a href="https://redirect.github.com/fortio/fortio/issues/741">#741</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/9d91c007e6dd616acea46e05cfd0447947f70ed1"><code>9d91c00</code></a> Bump google.golang.org/grpc from 1.53.0 to 1.54.0 (<a href="https://redirect.github.com/fortio/fortio/issues/738">#738</a>)</li> <li>See full diff in <a href="https://github.com/fortio/fortio/compare/v1.54.0...v1.54.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fortio.org/fortio&package-manager=go_modules&previous-version=1.54.0&new-version=1.54.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
kerem 2026-03-15 16:06:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnsping#42
No description provided.