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

fix(deps): update module github.com/valyala/fasthttp to v1.57.0 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 10, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/valyala/fasthttp v1.31.0 -> v1.57.0 age adoption passing confidence

Release Notes

valyala/fasthttp (github.com/valyala/fasthttp)

v1.57.0

Compare Source

What's Changed
New Contributors

Full Changelog: valyala/fasthttp@v1.56.0...v1.57.0

v1.56.0

Compare Source

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@v1.55.0...v1.56.0

v1.55.0

Compare Source

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@1.54.0...v1.55.0

v1.54.0

Compare Source

What's Changed

Full Changelog: valyala/fasthttp@v1.53.0...1.54.0

v1.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@v1.52.0...v1.53.0

v1.52.0

Compare Source

What's Changed

Minor backwards incompatible changes

These changes are only backwards incompatible if you are sending bad requests.

New features
Other

New Contributors

Full Changelog: valyala/fasthttp@v1.51.0...v1.52.0

v1.51.0: v1.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: valyala/fasthttp@v1.50.0...v1.51.0

v1.50.0

Compare Source

  • 8cc5539 Fix various request timeout issues (Erik Dubbelboer)
  • 34e7da1 Allow connection close for custom streams (#​1603) (Armin Becher)
  • 8236f8d fasthttpproxy: fix doc examples (Oleksandr Redko)
  • 4ec5c5a docs: fix typos in comments and tests (Oleksandr Redko)
  • 9aa666e Enable gocritic linter; fix lint issues (#​1612) (Oleksandr Redko)

v1.49.0

Compare Source

  • 0e99e64 Update golangci-lint and gosec (#​1609) (Erik Dubbelboer)
  • 6aea1e0 fix round2_32, split round2 tests because they depend on sizeof int at compile time (#​1607) (Duncan Overbruck)
  • 4b0e6c7 Update ErrNoMultipartForm (Erik Dubbelboer)
  • 727021a Update security policy (Erik Dubbelboer)
  • 54fdc7a Abstracts the RoundTripper interface and provides a default implement (#​1602) (Tim)
  • e181af1 fasthttpproxy support ipv6 (#​1597) (Pluto)
  • 6eb2249 fix:fasthttp server with tlsConfig (#​1595) (Zhang Xiaopei)
  • 1c85d43 Fix round2 (Erik Dubbelboer)
  • 064124e Avoid nolint:errcheck in header tests (#​1589) (Oleksandr Redko)
  • 0d0bbfe Auto add 'Vary' header after compression (#​1585) (AutumnSun)
  • d229959 Remove unnecessary indent blocks (#​1586) (Oleksandr Redko)
  • 6b68042 Use timeout in TCPDialer to resolveTCPAddrs (#​1582) (un000)

v1.48.0

Compare Source

  • ffdf59d Enable gofumpt linter; format code gofumpt -w . (#​1576) (Oleksandr Redko)
  • b79233f add DisableSpecialHeaders option (#​1573) (Anthony Ter-Saakov)
  • f0865d4 fs: fix race condition on global map (#​1565) (leonklingele)
  • 829f5b2 Don't run test that times out often in parallel (Erik Dubbelboer)
  • e6ce5f0 Remove invalid documentation (Erik Dubbelboer)
  • 9bc8e48 Request timeout settings for the same domain name are reused (#​1558) (byte0o)
  • d2f97fc fix the problem: HostClient maybe delete when pendingClientRequests > 0 (#​1562) (Zhengkai Wang)
  • 7ea3b63 add concurrency for client's HostClient map (#​1550) (Zhengkai Wang)
  • eaab8ff Refactor by removing unnecessary else block (#​1559) (Oleksandr Redko)
  • 1a46e57 update go.sum (#​1555) (tyltr)
  • fa72f3c Fix tests (#​1552) (Erik Dubbelboer)

v1.47.0

Compare Source

  • 1dcf562 test: refactor to use WriteString (#​1546) (Oleksandr Redko)
  • d2f0d17 examples/client: fix error (#​1545) (Oleksandr Redko)
  • 00c291b pprofhandler: use bytes.HasPrefix for consistency (#​1543) (Oleksandr Redko)
  • 1aac293 test: use ReplaceAll, remove unnecessary else (#​1542) (Oleksandr Redko)* 1dcf562 test: refactor to use WriteString (#​1546) (Oleksandr Redko)
  • d2f0d17 examples/client: fix error (#​1545) (Oleksandr Redko)
  • 00c291b pprofhandler: use bytes.HasPrefix for consistency (#​1543) (Oleksandr Redko)
  • 1aac293 test: use ReplaceAll, remove unnecessary else (#​1542) (Oleksandr Redko)

v1.46.0

Compare Source

v1.45.0

Compare Source

  • 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)

v1.44.0

Compare Source

  • fc2d704 chore: Update README.md (#​1470) (Aadithya V)
  • 2a00c86 Github actions/checkout@v3 (Erik Dubbelboer)
  • 434022b server.go Simplify default Server name logic (#​1467) (Sergey Ponomarev)
  • 51048b0 client.go Simplify default UA logic (#​1466) (Sergey Ponomarev)
  • e46afc3 fix: client may remove hostclient incorrectly (#​1461) (Xuran)
  • 9b4a7e5 fix http2 adapter (#​1457) (Shawn)
  • c637221 optimize: allow http head when use getonly (#​1456) (kinggo)
  • b788e66 feat: support custom formvalue function (#​1453) (kinggo)
  • 2a572e0 doc: optimize the comment of the Request.Done method (#​1454) (kinggo)
  • f6aac90 Fixed an error caused of character when @​ > 1 during proxy authentication (#​1452) (Amzza0x00)
  • 951f5a1 add optional simulated addresses to pipeconn and inmemorylistener (#​1449) (Tobias Krischer)

v1.43.0

Compare Source

v1.42.0

Compare Source

  • 4995135 feat: add ShutdownWithContext (#​1383) (kinggo)
  • 7b3bf58 style: modify typo and remove repeated type conversions (#​1437) (kinggo)
  • 8f43443 Wait for the response of pipelineWork in background and return it to pool (#​1436) (Andy Pan)
  • c367454 Fix some potential pool leaks (#​1433) (Andy Pan)
  • b32a3dd Use time.Until(deadline) instead of -time.Since(deadline) (#​1434) (Andy Pan)
  • 8a60232 Assert with *net.TCPConn instead of *net.TCPListener in acceptConn() for TCP sockets (#​1432) (Andy Pan)
  • c57a2ce Make sure nothing is nil in tmp slice

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from e456778 to 4c0171e Compare January 27, 2022 10:56
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.32.0 fix(deps): update module github.com/valyala/fasthttp to v1.33.0 Jan 27, 2022
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 4c0171e to 4198706 Compare March 7, 2022 17:17
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.33.0 fix(deps): update module github.com/valyala/fasthttp to v1.34.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 4198706 to 2d7d308 Compare March 14, 2022 17:08
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.34.0 fix(deps): update module github.com/valyala/fasthttp to v1.35.0 Apr 5, 2022
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 2d7d308 to 4482ed8 Compare April 5, 2022 17:38
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.35.0 fix(deps): update module github.com/valyala/fasthttp to v1.36.0 Apr 27, 2022
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 4482ed8 to 6278075 Compare April 27, 2022 09:50
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 6278075 to 4c1f839 Compare June 18, 2022 19:14
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.36.0 fix(deps): update module github.com/valyala/fasthttp to v1.37.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 4c1f839 to a132a03 Compare November 20, 2022 20:45
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.37.0 fix(deps): update module github.com/valyala/fasthttp to v1.41.0 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.41.0 fix(deps): update module github.com/valyala/fasthttp to v1.45.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from a132a03 to b842af3 Compare March 16, 2023 21:51
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.45.0 fix(deps): update module github.com/valyala/fasthttp to v1.47.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from b842af3 to 8a43da4 Compare May 28, 2023 12:26
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.47.0 fix(deps): update module github.com/valyala/fasthttp to v1.48.0 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 8a43da4 to 824fa7a Compare June 20, 2023 11:43
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.48.0 fix(deps): update module github.com/valyala/fasthttp to v1.49.0 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 824fa7a to d194e2d Compare August 28, 2023 14:29
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.49.0 fix(deps): update module github.com/valyala/fasthttp to v1.50.0 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from d194e2d to ef161d0 Compare September 14, 2023 17:48
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.50.0 fix(deps): update module github.com/valyala/fasthttp to v1.51.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from ef161d0 to 27d7fe5 Compare November 14, 2023 14:27
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 27d7fe5 to 1859cd5 Compare February 12, 2024 15:15
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.51.0 fix(deps): update module github.com/valyala/fasthttp to v1.52.0 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 1859cd5 to 56c198a Compare May 14, 2024 10:32
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.52.0 fix(deps): update module github.com/valyala/fasthttp to v1.53.0 May 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 56c198a to 6fc7835 Compare May 23, 2024 17:22
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.53.0 fix(deps): update module github.com/valyala/fasthttp to v1.54.0 May 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 6fc7835 to 058460d Compare June 17, 2024 17:03
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.54.0 fix(deps): update module github.com/valyala/fasthttp to v1.55.0 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 058460d to 09884ff Compare September 24, 2024 17:02
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.55.0 fix(deps): update module github.com/valyala/fasthttp to v1.56.0 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 09884ff to 8fdaeac Compare October 28, 2024 20:27
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.56.0 fix(deps): update module github.com/valyala/fasthttp to v1.57.0 Oct 28, 2024
Copy link
Author

renovate bot commented Oct 28, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.16 -> 1.23.2

@pull-request-size pull-request-size bot added size/L and removed size/M labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants