[PR #13] [CLOSED] Bump fortio.org/fortio from 1.38.2 to 1.39.0 #18

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/13
Author: @dependabot[bot]
Created: 1/16/2023
Status: Closed

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


📝 Commits (1)

  • b0161ec Bump fortio.org/fortio from 1.38.2 to 1.39.0

📊 Changes

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

View changed files

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

📄 Description

Bumps fortio.org/fortio from 1.38.2 to 1.39.0.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.39.0

What's Changed

Big changes in this release!

  • You can now use -H (headers) to set GRPC meta data by @​ktalg in fortio/fortio#671
  • Significant refactor/changes to support a new github.com/fortio/fortiotel extension of fortio for Open Telemetry (OTEL) tracing support in fortio/fortio#661
    • adding optional ClientTrace and Context to jrpc and fhttp;
    • extend access log api to be usable for tracing
    • add optional Transport chaining for otelhttp
    • adding optional ClientTrace and Context to jrpc
    • also allow ClientTrace in fhttp runner (std client) too
    • move the main functions/code into a package so it can be reused with additional hooks in other binaries like experimental OTEL fortio
    • added optional hook to mutate options etc in new FortioMain. also show value for catchup/nocatchup. fix serialization error on ClientTrace when not nil
    • add a before (Start()) hook to the access logger so it can be used to start otel traces/spans
    • pass context around, use ThreadID as a type
    • client trace must use ctx with outer span so creation has to be delayed, so we need to make the option a factory method instead of the trace ptr directly
    • set uniforn and nocatchup as default in the web UI
    • also call the hook for curl case
    • make usage changeable for FortioMain
    • show container version in full version for library/embed case
    • show long version in footer of ui (to identify fortiotel)
    • bite the bullet and also allow Transport to be changed through options (for fortiotel)
    • fix fortio/fortiotel#11 make sure each request/client/thread has their own headers (pre-existing bug in a way)
    • adding ChangeFlagsDefault slightly modified/improved from fortiotel

Also

New Contributors

Full Changelog: https://github.com/fortio/fortio/compare/v1.38.4...v1.39.0

Fortio 1.38.4

What's Changed

fortio/fortio#654

  • Fixed bug with not detecting extra arguments for fortio server (so for instance fortio server loglevel verbose wasn't erroring out despite missing - (#652)
  • Fixed bug where network or other early errors in fortio curl (or fcurl) wouldn't yield exit 1 status code (#653)
  • Added tests for the above
  • Bumped some go package dependencies

Full Changelog: https://github.com/fortio/fortio/compare/v1.38.3...v1.38.4

Fortio 1.38.3

... (truncated)

Commits
  • cc145c4 adding optional ClientTrace and Context to jrpc and fhttp; extend access log ...
  • a2c22f1 add support for setting grpc metadata (#671)
  • a2dbeac Bump google.golang.org/grpc from 1.51.0 to 1.52.0 (#678)
  • 2764b2e Bump actions/checkout from 3.2.0 to 3.3.0 (#677)
  • b798833 Bump golang.org/x/net from 0.4.0 to 0.5.0 (#674)
  • 72fc241 Adding flag to disable panic (stack trace) on log.Fatalf … (#675)
  • 4d41e6a Bump actions/checkout from 3.1.0 to 3.2.0 (#672)
  • 1e6bd54 Bump github/codeql-action from 2.1.36 to 2.1.37 (#673)
  • 1036b5c Bump github/codeql-action from 2.1.32 to 2.1.36 (#669)
  • 4af3e3f use -healthservice flag for server start and ping as default, allow change in...
  • 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/13 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/16/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.39.0` --- ### 📝 Commits (1) - [`b0161ec`](https://github.com/fortio/dnsping/commit/b0161ecf2d3b1b5856b0e067978c5bbc89a5bcfc) Bump fortio.org/fortio from 1.38.2 to 1.39.0 ### 📊 Changes **2 files changed** (+20 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -6) 📝 `go.sum` (+14 -14) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.38.2 to 1.39.0. <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.39.0</h2> <h2>What's Changed</h2> <p>Big changes in this release!</p> <ul> <li>You can now use <code>-H</code> (headers) to set GRPC meta data by <a href="https://github.com/ktalg"><code>@​ktalg</code></a> in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/671">fortio/fortio#671</a></li> <li>Significant refactor/changes to support a new <a href="https://github.com/fortio/fortiotel#fortiotel">github.com/fortio/fortiotel</a> extension of fortio for Open Telemetry (OTEL) tracing support in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/661">fortio/fortio#661</a> <ul> <li>adding optional ClientTrace and Context to jrpc and fhttp;</li> <li>extend access log api to be usable for tracing</li> <li>add optional Transport chaining for otelhttp</li> <li>adding optional ClientTrace and Context to jrpc</li> <li>also allow ClientTrace in fhttp runner (std client) too</li> <li>move the main functions/code into a package so it can be reused with additional hooks in other binaries like experimental OTEL fortio</li> <li>added optional hook to mutate options etc in new FortioMain. also show value for catchup/nocatchup. fix serialization error on ClientTrace when not nil</li> <li>add a before (Start()) hook to the access logger so it can be used to start otel traces/spans</li> <li>pass context around, use ThreadID as a type</li> <li>client trace must use ctx with outer span so creation has to be delayed, so we need to make the option a factory method instead of the trace ptr directly</li> <li>set uniforn and nocatchup as default in the web UI</li> <li>also call the hook for curl case</li> <li>make usage changeable for FortioMain</li> <li>show container version in full version for library/embed case</li> <li>show long version in footer of ui (to identify fortiotel)</li> <li>bite the bullet and also allow Transport to be changed through options (for fortiotel)</li> <li>fix <a href="https://github-redirect.dependabot.com/fortio/fortiotel/issues/11">fortio/fortiotel#11</a> make sure each request/client/thread has their own headers (pre-existing bug in a way)</li> <li>adding ChangeFlagsDefault slightly modified/improved from fortiotel</li> </ul> </li> </ul> <p>Also</p> <ul> <li>Adding flag to disable panic (stack trace) on log.Fatalf in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/675">fortio/fortio#675</a></li> <li>use -healthservice flag for server start and ping as default in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/667">fortio/fortio#667</a></li> <li>don't normalize URL too early as this could be a tcp or udp runner in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/657">fortio/fortio#657</a></li> <li>Generalize and clarify/simplify a bit Occurrence type in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/655">fortio/fortio#655</a></li> <li>Switch to go 1.19.4 in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/668">fortio/fortio#668</a></li> <li>Lots of dependencies/actions version bumps (depandabot)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ktalg"><code>@​ktalg</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/671">fortio/fortio#671</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.38.4...v1.39.0">https://github.com/fortio/fortio/compare/v1.38.4...v1.39.0</a></p> <h2>Fortio 1.38.4</h2> <h2>What's Changed</h2> <p><a href="https://github-redirect.dependabot.com/fortio/fortio/pull/654">fortio/fortio#654</a></p> <ul> <li>Fixed bug with not detecting extra arguments for fortio server (so for instance <code>fortio server loglevel verbose</code> wasn't erroring out despite missing <code>-</code> (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/652">#652</a>)</li> <li>Fixed bug where network or other early errors in <code>fortio curl</code> (or <code>fcurl</code>) wouldn't yield exit 1 status code (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/653">#653</a>)</li> <li>Added tests for the above</li> <li>Bumped some go package dependencies</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.38.3...v1.38.4">https://github.com/fortio/fortio/compare/v1.38.3...v1.38.4</a></p> <h2>Fortio 1.38.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/cc145c47d7829751bd0f7c9986d2ff432f57b8b2"><code>cc145c4</code></a> adding optional ClientTrace and Context to jrpc and fhttp; extend access log ...</li> <li><a href="https://github.com/fortio/fortio/commit/a2c22f1d62e95014194ee2f158b2cd8ea83f554d"><code>a2c22f1</code></a> add support for setting grpc metadata (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/671">#671</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/a2dbeac05d7cf33ba65864f5db8231145730a62c"><code>a2dbeac</code></a> Bump google.golang.org/grpc from 1.51.0 to 1.52.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/678">#678</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/2764b2eab0d9ea0fc76a8bb6a8a764b729d164ac"><code>2764b2e</code></a> Bump actions/checkout from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/677">#677</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/b7988331f2907a0ac840a389ebdea7cd09bb4af3"><code>b798833</code></a> Bump golang.org/x/net from 0.4.0 to 0.5.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/674">#674</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/72fc241f2addb9236ad2e85cc3589cc7a287174b"><code>72fc241</code></a> Adding flag to disable panic (stack trace) on log.Fatalf … (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/675">#675</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/4d41e6a4805d330050f5da43248ec39625325972"><code>4d41e6a</code></a> Bump actions/checkout from 3.1.0 to 3.2.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/672">#672</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/1e6bd54fb2fb55398a764ffc66165e6a8047482f"><code>1e6bd54</code></a> Bump github/codeql-action from 2.1.36 to 2.1.37 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/673">#673</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/1036b5c855f8281c0b5357f2b945093e9311730e"><code>1036b5c</code></a> Bump github/codeql-action from 2.1.32 to 2.1.36 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/669">#669</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/4af3e3f9655cc0a85527e7a11497725ed1d61036"><code>4af3e3f</code></a> use -healthservice flag for server start and ping as default, allow change in...</li> <li>Additional commits viewable in <a href="https://github.com/fortio/fortio/compare/v1.38.2...v1.39.0">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.38.2&new-version=1.39.0)](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:23 +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#18
No description provided.