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

chore(deps): bump http, hyper etc. to 1.0; jsonrpsee 0.23 #7018

Merged
merged 16 commits into from
Jun 11, 2024

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Mar 6, 2024

Blocked by jsonrpsee (see below)

http/hyper bumps:


jsonrpsee observable changes:

  • dedicated ConnectionId type
  • tower::Service request and response types now always use their own Body (through jsonrpsee_http_client::Http{Request,Response}), this is kinda wrapping Box<dyn Body>
  • Server auto-generated methods all have an additional &http::Extensions parameter after the self receiver this is opt-in

@DaniPopes DaniPopes added S-blocked This cannot more forward until something else changes A-dependencies Pull requests or issues that are about dependencies labels Mar 6, 2024
@DaniPopes DaniPopes marked this pull request as draft March 6, 2024 18:47
@DaniPopes DaniPopes added the M-prevent-stale Prevents old inactive issues/PRs from being closed due to inactivity label Mar 6, 2024
@DaniPopes DaniPopes changed the title chore(deps): bump http, hyper etc. to 1.0 chore(deps): bump http, hyper etc. to 1.0; jsonrpsee 0.23 May 30, 2024
@DaniPopes
Copy link
Member Author

Update: all dependencies are deduplicated, except for gloo but it's only under wasm/web feature.
Blocked on a jsonrpsee release.

@DaniPopes DaniPopes removed S-blocked This cannot more forward until something else changes M-prevent-stale Prevents old inactive issues/PRs from being closed due to inactivity labels Jun 11, 2024
@DaniPopes DaniPopes marked this pull request as ready for review June 11, 2024 04:36
Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgmt

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amazing!

ty

@DaniPopes DaniPopes added this pull request to the merge queue Jun 11, 2024
Merged via the queue into main with commit 55317eb Jun 11, 2024
30 checks passed
@DaniPopes DaniPopes deleted the dani/bump-http-hyper branch June 11, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Pull requests or issues that are about dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants