[PR #51] [MERGED] Bump fortio.org/fortio from 1.54.0 to 1.57.0 #50

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/51
Author: @dependabot[bot]
Created: 7/7/2023
Status: Merged
Merged: 7/7/2023
Merged by: @ldemailly

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


📝 Commits (1)

  • 07e6c9a Bump fortio.org/fortio from 1.54.0 to 1.57.0

📊 Changes

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

View changed files

📝 go.mod (+5 -5)
📝 go.sum (+11 -11)

📄 Description

Bumps fortio.org/fortio from 1.54.0 to 1.57.0.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.57.0

What's Changed

  • Update to color supporting version of log/cli/scli console/terminal logs are now colorized by default (JSON when redirected unless changed by flags) by @​ldemailly in fortio/fortio#789

Full Changelog: https://github.com/fortio/fortio/compare/v1.56.0...v1.57.0

Fortio 1.56.0

What's Changed

Full Changelog: https://github.com/fortio/fortio/compare/v1.55.2...v1.56.0

Fortio 1.55.2

What's Changed

fortio/fortio#782

Switch to new log 1.5.0 format where the timestamp is (float64) sec.usec instead of a large (int64) usec since unix epoch {like uber zap}

https://github.com/fortio/log/releases/tag/v1.5.0

Update / use scli with flag (-logger-timestamp=false) for not logging TS (and not doing JSON under a new name, was -json-log=false, now -logger-json=false)

https://github.com/fortio/scli/releases/tag/v1.6.0

Requires logc 1.1.0 or newer to parse the new log format back to colorized text

https://github.com/fortio/logc/releases/tag/v1.1.0

Full Changelog: https://github.com/fortio/fortio/compare/v1.55.1...v1.55.2

Fortio 1.55.1

What's Changed

  • Use fixed log package for log.Printf, remove bogus \n in log.Printf (fortio/fortio#775)
  • Change all the http client logs (info level and up) to structured (fortio/fortio#778)

Full Changelog: https://github.com/fortio/fortio/compare/v1.55.0...v1.55.1

Fortio 1.55.0

What's Changed

  • Big change is to be using JSON structured logging (unless calling -json-log=false) (fortio/fortio#768)

... (truncated)

Commits
  • 6a72267 update to color supporting version of log/cli/scli (#789)
  • f7f02f0 Bump golang.org/x/net from 0.11.0 to 0.12.0 (#788)
  • 8890d97 do abort early even with stdclient on bad urls/hosts. allow most same query a...
  • fc1f4ba add -X to override method. treat content-type in header as ContentType on opt...
  • 9541bb7 Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (#786)
  • c39b74f switch to sec.usec JSON logging format (#782)
  • 7fc1031 Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (#779)
  • b80d012 change all the http client logs (info level and up) to structured (#778)
  • f3daaea use fixed log package for log.Printf, remove bogus \n in log.Printf (#775)
  • c8fbd00 Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#771)
  • 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/51 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/7/2023 **Status:** ✅ Merged **Merged:** 7/7/2023 **Merged by:** [@ldemailly](https://github.com/ldemailly) **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.57.0` --- ### 📝 Commits (1) - [`07e6c9a`](https://github.com/fortio/dnsping/commit/07e6c9a58ee767c87dae638bbff617ecbf48c37d) Bump fortio.org/fortio from 1.54.0 to 1.57.0 ### 📊 Changes **2 files changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -5) 📝 `go.sum` (+11 -11) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.54.0 to 1.57.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.57.0</h2> <h2>What's Changed</h2> <ul> <li>Update to color supporting version of log/cli/scli console/terminal logs are now colorized by default (JSON when redirected unless changed by flags) by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/789">fortio/fortio#789</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.56.0...v1.57.0">https://github.com/fortio/fortio/compare/v1.56.0...v1.57.0</a></p> <h2>Fortio 1.56.0</h2> <h2>What's Changed</h2> <ul> <li><a href="https://redirect.github.com/fortio/fortio/pull/783">fortio/fortio#783</a> <ul> <li>Add <code>-X</code> (or <code>&amp;X=</code> in rapi and web UI) to override the method from GET/POST auto default.</li> <li>Treat <code>content-type</code> in header as <code>ContentType</code> on http options</li> </ul> </li> <li><a href="https://redirect.github.com/fortio/fortio/pull/785">fortio/fortio#785</a> <ul> <li>Don't run with invalid URLs / bad hosts for 100% errors with std client (ie detect errors early like fast client)</li> <li>Allow most of the same query args/form parameters for proxy fetcher than for load test, ie change the method, add headers, payload etc... (e.g. <a href="http://localhost:8080/fortio/fetch2/?url=debug.fortio.org&amp;H=foo:bar&amp;payload=Blah&amp;X=PUT">http://localhost:8080/fortio/fetch2/?url=debug.fortio.org&amp;H=foo:bar&amp;payload=Blah&amp;X=PUT</a> for a PUT with payload and header)</li> </ul> </li> <li><a href="https://redirect.github.com/fortio/scli/pull/15">fortio/scli#15</a> / <a href="https://github.com/fortio/scli/releases/tag/v1.7.0">https://github.com/fortio/scli/releases/tag/v1.7.0</a> <ul> <li>add <code>-logger-file-line=false</code> flag to turn off filename and line numbers (useful along with <code>-logger-timestamp=false</code> when diff'ing output of 2 server logs between good/bad for instance)</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.55.2...v1.56.0">https://github.com/fortio/fortio/compare/v1.55.2...v1.56.0</a></p> <h2>Fortio 1.55.2</h2> <h2>What's Changed</h2> <p><a href="https://redirect.github.com/fortio/fortio/pull/782">fortio/fortio#782</a></p> <p>Switch to new log 1.5.0 format where the timestamp is (float64) sec.usec instead of a large (int64) usec since unix epoch {like uber zap}</p> <p><a href="https://github.com/fortio/log/releases/tag/v1.5.0">https://github.com/fortio/log/releases/tag/v1.5.0</a></p> <p>Update / use scli with flag (<code>-logger-timestamp=false</code>) for not logging TS (and not doing JSON under a new name, was <code>-json-log=false</code>, now <code>-logger-json=false</code>)</p> <p><a href="https://github.com/fortio/scli/releases/tag/v1.6.0">https://github.com/fortio/scli/releases/tag/v1.6.0</a></p> <p>Requires logc 1.1.0 or newer to parse the new log format back to colorized text</p> <p><a href="https://github.com/fortio/logc/releases/tag/v1.1.0">https://github.com/fortio/logc/releases/tag/v1.1.0</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.55.1...v1.55.2">https://github.com/fortio/fortio/compare/v1.55.1...v1.55.2</a></p> <h2>Fortio 1.55.1</h2> <h2>What's Changed</h2> <ul> <li>Use fixed log package for log.Printf, remove bogus \n in log.Printf (<a href="https://redirect.github.com/fortio/fortio/pull/775">fortio/fortio#775</a>)</li> <li>Change all the http client logs (info level and up) to structured (<a href="https://redirect.github.com/fortio/fortio/pull/778">fortio/fortio#778</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.55.0...v1.55.1">https://github.com/fortio/fortio/compare/v1.55.0...v1.55.1</a></p> <h2>Fortio 1.55.0</h2> <h2>What's Changed</h2> <ul> <li>Big change is to be using JSON structured logging (unless calling <code>-json-log=false</code>) (<a href="https://redirect.github.com/fortio/fortio/pull/768">fortio/fortio#768</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/6a72267d153989a169e2d86ba901ade26cddf950"><code>6a72267</code></a> update to color supporting version of log/cli/scli (<a href="https://redirect.github.com/fortio/fortio/issues/789">#789</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/f7f02f037928388135135bb6da3c400c96ed6396"><code>f7f02f0</code></a> Bump golang.org/x/net from 0.11.0 to 0.12.0 (<a href="https://redirect.github.com/fortio/fortio/issues/788">#788</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/8890d97fd5aac4ccf571cc9a40331d3ab2bd145b"><code>8890d97</code></a> do abort early even with stdclient on bad urls/hosts. allow most same query a...</li> <li><a href="https://github.com/fortio/fortio/commit/fc1f4baf986bdfaee237f37b8e714bf005d2b993"><code>fc1f4ba</code></a> add -X to override method. treat content-type in header as ContentType on opt...</li> <li><a href="https://github.com/fortio/fortio/commit/9541bb7fe2986b2ede091da873c4fe82a5341eff"><code>9541bb7</code></a> Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 (<a href="https://redirect.github.com/fortio/fortio/issues/786">#786</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c39b74f7f44b365dab0e7c753ab21691bb7c1861"><code>c39b74f</code></a> switch to sec.usec JSON logging format (<a href="https://redirect.github.com/fortio/fortio/issues/782">#782</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/7fc103191f06478218266024b78f1160d7c342c7"><code>7fc1031</code></a> Bump google.golang.org/grpc from 1.56.0 to 1.56.1 (<a href="https://redirect.github.com/fortio/fortio/issues/779">#779</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/b80d012cd7ee3df17e3e9f1ec644efb68abab47d"><code>b80d012</code></a> change all the http client logs (info level and up) to structured (<a href="https://redirect.github.com/fortio/fortio/issues/778">#778</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/f3daaea7d78ee5459f441d94f1c0b2561f1e8e18"><code>f3daaea</code></a> use fixed log package for log.Printf, remove bogus \n in log.Printf (<a href="https://redirect.github.com/fortio/fortio/issues/775">#775</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c8fbd00fb9118d16902e2fc262603766d983520b"><code>c8fbd00</code></a> Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (<a href="https://redirect.github.com/fortio/fortio/issues/771">#771</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fortio/fortio/compare/v1.54.0...v1.57.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.54.0&new-version=1.57.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 closed this issue 2026-03-15 16:07:28 +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#50
No description provided.