Skip to content

Bump fortio.org/fortio from 1.54.0 to 1.54.1#38

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

Bump fortio.org/fortio from 1.54.0 to 1.54.1#38
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/fortio.org/fortio-1.54.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2023

Bumps fortio.org/fortio from 1.54.0 to 1.54.1.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.54.1

What's Changed

  • Use newer go 1.20.3 (security fixes plus switch from 1.19) and corresponding new lints(fortio/fortio#743)

Note the linter identified an incompatible change needed:

func HandleCall[Q any](https://github.com/fortio/fortio/blob/HEAD/w http.ResponseWriter, r *http.Request) (*Q, error) {

to

func ProcessRequest[Q any](https://github.com/fortio/fortio/blob/HEAD/r *http.Request) (*Q, error) {

as HandleCall doesn't... handle it just unserializes. kept the old api as Deprecated for now.

Full Changelog: fortio/fortio@v1.54.0...v1.54.1

Commits

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.54.0 to 1.54.1.
- [Release notes](https://github.com/fortio/fortio/releases)
- [Commits](fortio/fortio@v1.54.0...v1.54.1)

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

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 Apr 10, 2023
@qlty-cloud-legacy
Copy link
Copy Markdown

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

View more on Code Climate.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9a878ba) 90.13% compared to head (826d2cd) 90.13%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   90.13%   90.13%           
=======================================
  Files           1        1           
  Lines         152      152           
=======================================
  Hits          137      137           
  Misses         11       11           
  Partials        4        4           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 17, 2023

Superseded by #39.

@dependabot dependabot Bot closed this Apr 17, 2023
@dependabot dependabot Bot deleted the dependabot/go_modules/fortio.org/fortio-1.54.1 branch April 17, 2023 13:01
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.

0 participants