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.58.0 - autoclosed #87

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2024

This PR contains the following updates:

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

Release Notes

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

v1.58.0

Compare Source

What's Changed
New Contributors

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

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


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.

Copy link
Contributor Author

renovate bot commented Dec 7, 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):

  • 3 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.4
github.com/andybalholm/brotli v1.0.5 -> v1.1.1
github.com/klauspost/compress v1.16.3 -> v1.17.11
golang.org/x/sys v0.8.0 -> v0.27.0

@renovate renovate bot force-pushed the renovate/github.com-valyala-fasthttp-1.x branch from 4f5a0c0 to 46b777e Compare December 9, 2024 16:42
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.57.0 fix(deps): update module github.com/valyala/fasthttp to v1.58.0 Dec 9, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/valyala/fasthttp to v1.58.0 fix(deps): update module github.com/valyala/fasthttp to v1.58.0 - autoclosed Jan 8, 2025
@renovate renovate bot closed this Jan 8, 2025
@renovate renovate bot deleted the renovate/github.com-valyala-fasthttp-1.x branch January 8, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants