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

Bump async-http from 0.80.0 to 0.82.1 #30

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps async-http from 0.80.0 to 0.82.1.

Changelog

Sourced from async-http's changelog.

Releases

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:

# Server side:
def call(request)
</tr></table> 

... (truncated)

Commits
  • e0da7ab Bump patch version.
  • 710d883 Don't set @input to nil until the stream is closed.
  • 0c00924 Bump minor version.
  • f2b31fb Update release notes.
  • 24f45d1 Use read_line implementation from protocol-http1.
  • 84a7016 Bump minor version.
  • deafa5d Add support for instrumentation tags.
  • 0eb1c3d Fix readme formatting.
  • 6e6f087 Bump patch version.
  • ba0f798 read_line? should return nil on timeout and any other error, basically.
  • 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 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.80.0 to 0.82.1.
- [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.80.0...v0.82.1)

---
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 the dependencies Pull requests that update a dependency file label Oct 21, 2024
@renatolond
Copy link
Collaborator

@dependabot merge

@dependabot dependabot bot merged commit bfe12f5 into main Oct 22, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/async-http-0.82.1 branch October 22, 2024 08:42
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.

1 participant