Skip to content

Bump async-http from 0.82.2 to 0.85.0#19

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/async-http-0.85.0
Closed

Bump async-http from 0.82.2 to 0.85.0#19
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/async-http-0.85.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

Bumps async-http from 0.82.2 to 0.85.0.

Changelog

Sourced from async-http's changelog.

Releases

v0.84.0

  • Minor consistency fixes to Async::HTTP::Internet singleton methods.

v0.82.0

  • protocol-http1 introduces a line length limit for request line, response line, header lines and chunk length lines.

v0.81.0

  • Expose protocol and endpoint as tags to async-pool for improved instrumentation.

v0.77.0

  • Improved HTTP/1 connection handling.
  • The input stream is no longer closed when the output stream is closed.

v0.76.0

  • Async::HTTP::Body::Writable is moved to Protocol::HTTP::Body::Writable.
  • Remove Async::HTTP::Body::Delayed with no replacement.
  • Remove Async::HTTP::Body::Slowloris with no replacement.

v0.75.0

  • Better handling of HTTP/1 <-> HTTP/2 proxying, specifically upgrade/CONNECT requests.

v0.74.0

Async::HTTP::Internet accepts keyword arguments

Async::HTTP::Internet now accepts keyword arguments for making a request, e.g.

internet = Async::HTTP::Internet.instance
This will let you override the authority (HTTP/1.1 host header, HTTP/2 :authority header):
internet.get("https://proxy.local", authority: "example.com")
This will let you override the scheme:
internet.get("https://example.com", scheme: "http")

v0.73.0

Update support for interim_response

Protocol::HTTP::Request now supports an interim_response callback, which will be called with the interim response status and headers. This works on both the client and the server:

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [async-http](https://github.com/socketry/async-http) from 0.82.2 to 0.85.0.
- [Release notes](https://github.com/socketry/async-http/releases)
- [Changelog](https://github.com/socketry/async-http/blob/main/releases.md)
- [Commits](socketry/async-http@v0.82.2...v0.85.0)

---
updated-dependencies:
- dependency-name: async-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 29, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 2, 2024

Superseded by #20.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/bundler/async-http-0.85.0 branch December 2, 2024 11:10
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants