Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/valyala/fasthttp from 1.44.0 to 1.45.0 in /test/e2e #791

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2023

Bumps github.com/valyala/fasthttp from 1.44.0 to 1.45.0.

Release notes

Sourced from github.com/valyala/fasthttp's releases.

v1.45.0

  • 53e376f Update dependencies (Erik Dubbelboer)
  • b334443 docs: add missing dot to ConvertRequest comment (#1516) (Oleksandr Redko)
  • a281f1d client: HostClient.Do hangs out when ErrConnPoolStrategyNotImpl (#1515) (Oleksandr Redko)
  • 7846101 client: fix Do hangs when configure host client fails (#1514) (Oleksandr Redko)
  • 9c0e39f Fix proxy auth bug (Erik Dubbelboer)
  • a9d57a9 client: remove unused go:build comment (#1511) (Oleksandr Redko)
  • 498a814 test: fix typos in function, error message, comment (#1512) (Oleksandr Redko)
  • 4ca6994 test: use Fprintf to simplify writing headers (#1510) (Oleksandr Redko)
  • 74a0507 Immediately return ErrTimeout if deadline is already reached. (#1497) (Igor Menshenin)
  • 559d536 Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508) (dependabot[bot])
  • 4e8c92b http.go: close form file if copyZeroAlloc fails (#1498) (Oleksandr Redko)
  • 8800d4b Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 (#1503) (dependabot[bot])
  • c8d2e0e Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1502) (dependabot[bot])
  • ac631aa fix functiom name (#1505) (cui fliter)
  • 2ab7906 test: bind to localhost instead of all interfaces (#1495) (Oleksandr Redko)
  • b79a03a test: close response body (#1496) (Oleksandr Redko)
  • 9230a3d docs: Deprecate ErrAlreadyServing as never returning (#1491) (Oleksandr Redko)
  • e15a810 docs: fix grammar issues and typos in comments (#1492) (Oleksandr Redko)
  • 5147cec docs: replace links to golang.org with go.dev (#1489) (Oleksandr Redko)
  • 934f04e Refactor golangci-lint config and remove redundant nolints (#1486) (Oleksandr Redko)
  • f84e234 Rename unexported funcs, vars to match common Go (#1488) (Oleksandr Redko)
  • f111c7e Add missing fasthttp prefix in example usage (#1487) (Oleksandr Redko)
  • 8dcbc41 test: use T.TempDir instead of MkdirTemp (#1485) (Oleksandr Redko)
  • c0c5f9c doc,test: correct typos (#1484) (Oleksandr Redko)
  • b0fe6f0 optimized b2s function (#1483) (orangesobeautiful)
  • 2e81dca update compress modulule, drop 1.16 (#1482) (M. Efe Çetin)
  • 9d5a7bf Add support for Go 1.20 (#1481) (Erik Dubbelboer)
  • b2e66a5 docs: add http2curl (#1480) (kinggo)
  • 776a4c7 fix: modify normalizePath (#1478) (kinggo)
  • eef368e clear dst bodyRaw before copy (#1476) (tyltr)
  • e87f84c fix: CopyTo doesn't copy bodyraw deeply (#1471) (kinggo)
Commits
  • 53e376f Update dependencies
  • b334443 docs: add missing dot to ConvertRequest comment (#1516)
  • a281f1d client: HostClient.Do hangs out when ErrConnPoolStrategyNotImpl (#1515)
  • 7846101 client: fix Do hangs when configure host client fails (#1514)
  • 9c0e39f Fix proxy auth bug
  • a9d57a9 client: remove unused go:build comment (#1511)
  • 498a814 test: fix typos in function, error message, comment (#1512)
  • 4ca6994 test: use Fprintf to simplify writing headers (#1510)
  • 74a0507 Immediately return ErrTimeout if deadline is already reached. (#1497)
  • 559d536 Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2023
@dependabot dependabot bot temporarily deployed to tablestore-live March 15, 2023 16:05 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2023

Codecov Report

Merging #791 (d9e3d1a) into master (4926f94) will decrease coverage by 0.05%.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #791      +/-   ##
==========================================
- Coverage   53.34%   53.30%   -0.05%     
==========================================
  Files         199      199              
  Lines       10917    10917              
==========================================
- Hits         5824     5819       -5     
- Misses       4647     4657      +10     
+ Partials      446      441       -5     

see 5 files with indirect coverage changes

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

@dependabot dependabot bot force-pushed the dependabot/go_modules/test/e2e/github.com/valyala/fasthttp-1.45.0 branch from e8be0a6 to 56e2682 Compare March 17, 2023 02:08
@dependabot dependabot bot temporarily deployed to tablestore-live March 17, 2023 02:08 Inactive
@dependabot dependabot bot force-pushed the dependabot/go_modules/test/e2e/github.com/valyala/fasthttp-1.45.0 branch from 56e2682 to d9e3d1a Compare March 20, 2023 02:09
@dependabot dependabot bot temporarily deployed to tablestore-live March 20, 2023 02:09 Inactive
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/test/e2e/github.com/valyala/fasthttp-1.45.0 branch from d9e3d1a to 581dae1 Compare March 23, 2023 08:44
@dependabot dependabot bot temporarily deployed to tablestore-live March 23, 2023 08:44 Inactive
@sysulq sysulq merged commit d2c6927 into master Mar 23, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/test/e2e/github.com/valyala/fasthttp-1.45.0 branch March 23, 2023 09:24
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.

None yet

2 participants