Skip to content

Bump fortio.org/fortio from 1.38.2 to 1.39.0#13

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/fortio.org/fortio-1.39.0
Closed

Bump fortio.org/fortio from 1.38.2 to 1.39.0#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/fortio.org/fortio-1.39.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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: 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
  • Bumped some go package dependencies

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

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

---
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 the dependencies Pull requests that update a dependency file label Jan 16, 2023
@qlty-cloud-legacy
Copy link
Copy Markdown

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

View more on Code Climate.

Copy link
Copy Markdown
Member

@ldemailly ldemailly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 20, 2023

Superseded by #16.

@dependabot dependabot Bot closed this Jan 20, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/fortio.org/fortio-1.39.0 branch January 20, 2023 20:28
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant