[PR #11] [MERGED] Bump fortio.org/fortio from 1.32.3 to 1.38.2 #12

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/11
Author: @dependabot[bot]
Created: 10/30/2022
Status: Merged
Merged: 10/30/2022
Merged by: @ldemailly

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


📝 Commits (1)

  • d26586f Bump fortio.org/fortio from 1.32.3 to 1.38.2

📊 Changes

2 files changed (+20 additions, -19 deletions)

View changed files

📝 go.mod (+6 -6)
📝 go.sum (+14 -13)

📄 Description

Bumps fortio.org/fortio from 1.32.3 to 1.38.2.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.38.2

What's Changed

fortio/fortio#634

  • New api jrpc.GetArray for endpoints returning JSON arrays to be put in golang slices.
  • Tests for slice/array returned from jrpc calls

Full Changelog: https://github.com/fortio/fortio/compare/v1.38.1...v1.38.2

Fortio 1.38.1

What's Changed

  • Dependencies / security updates
    • Build with go1.19.2 - new linters changes/fixes (fortio/fortio#630)
    • Dependabot updates

Full Changelog: https://github.com/fortio/fortio/compare/v1.38.0...v1.38.1

Fortio 1.38.0

What's Changed

  • Added connection times histogram to see cost of establishing connection vs rest of roundtrip; most meaningful in conjunction with a low -connection-reuse (fortio/fortio#626)
  • fortio/fortio#625
    • Enable delay=,close= and header= query args for the /debug endpoint
    • Only do compression if requested explicitly when forwarding/fetching (fixes fortio/fortio#624)
    • Fix a data race

Full Changelog: https://github.com/fortio/fortio/compare/v1.37.1...v1.38.0

Fortio 1.37.1

What's Changed

  • jrpc library: allow empty body to be valid for jrpc.HandleCall/Deserialize; allow method override in client from GET when no payload present and POST when there is a body, allows to POST even with no body or use PUT, DELETE etc... (fortio/fortio#623)

Full Changelog: https://github.com/fortio/fortio/compare/v1.37.0...v1.37.1

Fortio 1.37.0

What's Changed

Fortio jrpc Json Rest/Remote Calls package api improvement (fortio/fortio#622):

Better names for CallNoPayload -> Get and CallWithPayload -> Fetch

if you used jrpc.Fetch from fortio 1.36, use jrpc.FetchBytes now

Full Changelog: https://github.com/fortio/fortio/compare/v1.36.0...v1.37.0

Fortio 1.36.0

What's Changed

... (truncated)

Commits
  • d2a2d42 Tests for slice/array returned from jrpc calls as well as a cleaner shortcut:...
  • fbcebcb build with go1.19.2 - new linters changes/fixes - dep updates, incl. security...
  • 0d100a6 Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (#628)
  • d8d32f2 Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 (#629)
  • c9eaf5e only do compression if requested explictly when forwarding/fetching (#625)
  • c72b231 add connection times histogram (#626)
  • 0fa8982 Allow empty body to be valid for jrpc.HandleCall/Deserialize; allow method ov...
  • 0d61b4f Better names for CallNoPayload -> Get and CallWithPayload -> Fetch (#622)
  • 83ce661 support passing headers and timeout in jrpc calls (#621)
  • cbf33f7 moved testify compatible code to its own package so it can be reused (#620)
  • 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/fortio/dnsping/pull/11 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2022 **Status:** ✅ Merged **Merged:** 10/30/2022 **Merged by:** [@ldemailly](https://github.com/ldemailly) **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.38.2` --- ### 📝 Commits (1) - [`d26586f`](https://github.com/fortio/dnsping/commit/d26586f20e8c3031277b57d5df33ab6c2f3d46d2) Bump fortio.org/fortio from 1.32.3 to 1.38.2 ### 📊 Changes **2 files changed** (+20 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -6) 📝 `go.sum` (+14 -13) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.32.3 to 1.38.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.38.2</h2> <h2>What's Changed</h2> <p><a href="https://github-redirect.dependabot.com/fortio/fortio/pull/634">fortio/fortio#634</a></p> <ul> <li>New api <code>jrpc.GetArray</code> for endpoints returning JSON arrays to be put in golang slices.</li> <li>Tests for slice/array returned from jrpc calls</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.38.1...v1.38.2">https://github.com/fortio/fortio/compare/v1.38.1...v1.38.2</a></p> <h2>Fortio 1.38.1</h2> <h2>What's Changed</h2> <ul> <li>Dependencies / security updates <ul> <li>Build with go1.19.2 - new linters changes/fixes (<a href="https://github-redirect.dependabot.com/fortio/fortio/pull/630">fortio/fortio#630</a>)</li> <li>Dependabot updates</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.38.0...v1.38.1">https://github.com/fortio/fortio/compare/v1.38.0...v1.38.1</a></p> <h2>Fortio 1.38.0</h2> <h2>What's Changed</h2> <ul> <li>Added connection times histogram to see cost of establishing connection vs rest of roundtrip; most meaningful in conjunction with a low <code>-connection-reuse</code> (<a href="https://github-redirect.dependabot.com/fortio/fortio/pull/626">fortio/fortio#626</a>)</li> <li><a href="https://github-redirect.dependabot.com/fortio/fortio/pull/625">fortio/fortio#625</a> <ul> <li>Enable <code>delay=</code>,<code>close=</code> and <code>header=</code> query args for the <code>/debug</code> endpoint</li> <li>Only do compression if requested explicitly when forwarding/fetching (fixes <a href="https://github-redirect.dependabot.com/fortio/fortio/issues/624">fortio/fortio#624</a>)</li> <li>Fix a data race</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.37.1...v1.38.0">https://github.com/fortio/fortio/compare/v1.37.1...v1.38.0</a></p> <h2>Fortio 1.37.1</h2> <h2>What's Changed</h2> <ul> <li><code>jrpc</code> library: allow empty body to be valid for jrpc.HandleCall/Deserialize; allow method override in client from GET when no payload present and POST when there is a body, allows to POST even with no body or use PUT, DELETE etc... (<a href="https://github-redirect.dependabot.com/fortio/fortio/pull/623">fortio/fortio#623</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.37.0...v1.37.1">https://github.com/fortio/fortio/compare/v1.37.0...v1.37.1</a></p> <h2>Fortio 1.37.0</h2> <h2>What's Changed</h2> <p>Fortio jrpc Json Rest/Remote Calls package api improvement (<a href="https://github-redirect.dependabot.com/fortio/fortio/pull/622">fortio/fortio#622</a>):</p> <p>Better names for CallNoPayload -&gt; Get and CallWithPayload -&gt; Fetch</p> <p>if you used jrpc.Fetch from fortio 1.36, use jrpc.FetchBytes now</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.36.0...v1.37.0">https://github.com/fortio/fortio/compare/v1.36.0...v1.37.0</a></p> <h2>Fortio 1.36.0</h2> <h2>What's Changed</h2> <ul> <li>Support passing headers and timeout in jrpc calls ( <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/621">fortio/fortio#621</a> )</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/d2a2d42f4f17df4c09e608353546ebd0d443747d"><code>d2a2d42</code></a> Tests for slice/array returned from jrpc calls as well as a cleaner shortcut:...</li> <li><a href="https://github.com/fortio/fortio/commit/fbcebcb68e5799b357fd2f48289b2c69781d5001"><code>fbcebcb</code></a> build with go1.19.2 - new linters changes/fixes - dep updates, incl. security...</li> <li><a href="https://github.com/fortio/fortio/commit/0d100a652a92039e4f1cf27498fa16eb09c8aa4c"><code>0d100a6</code></a> Bump google.golang.org/grpc from 1.49.0 to 1.50.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/628">#628</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/d8d32f2e3b755066a987b8adb7d7dd45bf27026c"><code>d8d32f2</code></a> Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/629">#629</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c9eaf5e4579a36ca1e341a64873626fa49fb97b2"><code>c9eaf5e</code></a> only do compression if requested explictly when forwarding/fetching (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/625">#625</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c72b2317be7bd44b3ea61919871de3d2f4a156c0"><code>c72b231</code></a> add connection times histogram (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/626">#626</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/0fa89821fab2d9451802ea6195b721d4a94d65a7"><code>0fa8982</code></a> Allow empty body to be valid for jrpc.HandleCall/Deserialize; allow method ov...</li> <li><a href="https://github.com/fortio/fortio/commit/0d61b4f7a69dbd3f3de7558063dda80033d35826"><code>0d61b4f</code></a> Better names for CallNoPayload -&gt; Get and CallWithPayload -&gt; Fetch (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/622">#622</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/83ce66168fb0bd6958bf91cee578d818dd6671d1"><code>83ce661</code></a> support passing headers and timeout in jrpc calls (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/621">#621</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/cbf33f75537fc3fb79069c04a6ba120035c3a0c7"><code>cbf33f7</code></a> moved testify compatible code to its own package so it can be reused (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/620">#620</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fortio/fortio/compare/v1.32.3...v1.38.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.32.3&new-version=1.38.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:05:06 +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#12
No description provided.