Skip to content

Bump fortio.org/fortio from 1.38.2 to 1.39.1#16

Merged
ldemailly merged 1 commit intomainfrom
dependabot/go_modules/fortio.org/fortio-1.39.1
Jan 20, 2023
Merged

Bump fortio.org/fortio from 1.38.2 to 1.39.1#16
ldemailly merged 1 commit intomainfrom
dependabot/go_modules/fortio.org/fortio-1.39.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 20, 2023

Bumps fortio.org/fortio from 1.38.2 to 1.39.1.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.39.1

Same as 1.39.0 but rebuilt binaries with golang 1.19.5

Full Changelog: fortio/fortio@v1.39.0...v1.39.1

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: fortio/fortio@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

... (truncated)

Commits
  • d40d4b4 switch build image to 1.19.5 (#684)
  • 1b7c904 Bump docker/build-push-action from 3.2.0 to 3.3.0 (#682)
  • ca179bf Bump github/codeql-action from 2.1.37 to 2.1.38 (#683)
  • 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)
  • 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)

Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.38.2 to 1.39.1.
- [Release notes](https://github.com/fortio/fortio/releases)
- [Commits](fortio/fortio@v1.38.2...v1.39.1)

---
updated-dependencies:
- dependency-name: fortio.org/fortio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 20, 2023
@qlty-cloud-legacy
Copy link
Copy Markdown

Code Climate has analyzed commit 0235cc0 and detected 0 issues on this pull request.

View more on Code Climate.

@ldemailly ldemailly merged commit 45ac963 into main Jan 20, 2023
@ldemailly ldemailly deleted the dependabot/go_modules/fortio.org/fortio-1.39.1 branch January 20, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant