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

Update HTTP client support #85

Merged
merged 4 commits into from
May 13, 2024
Merged

Conversation

rbtcollins
Copy link
Collaborator

  • make the default no-client at all, backwards
    incompatible but better overall I think.
  • add reqwest 0.12 support

- make the default no-client at all, backwards
  incompatible but better overall I think.
- add reqwest 0.12 support
@rbtcollins rbtcollins force-pushed the rbt/reqwest branch 2 times, most recently from 1b500cb to 4ee6ba7 Compare May 10, 2024 13:57
@rbtcollins
Copy link
Collaborator Author

This supercedes #84 - while we do need to support newer reqwest, reqwest 0.12 includes hyper 1.0, and thats still not widely enough supported to only support newer things.

Concrete clients have higher MSRVs, but 1.60 can
build the core code and resolve all deps.
Copy link
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

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

make the default no-client at all, backwards
incompatible but better overall I think

Agreed! I think that's a good choice

@rbtcollins rbtcollins merged commit 02cbb09 into Unleash:main May 13, 2024
11 checks passed
@rbtcollins rbtcollins deleted the rbt/reqwest branch May 13, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants