chore(deps): bump req from 0.6.3 to 0.7.3 - #167
Conversation
Bumps [req](https://github.com/wojtekmach/req) from 0.6.3 to 0.7.3. - [Release notes](https://github.com/wojtekmach/req/releases) - [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md) - [Commits](wojtekmach/req@v0.6.3...v0.7.3) --- updated-dependencies: - dependency-name: req dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull Request Overview
This PR updates the 'req' HTTP client to version 0.7.3. While Codacy indicates the PR is up to standards, there is a critical functional gap: version 0.7.0 of 'req' introduced breaking changes that deprecate step-based adapters in favor of module-based adapters (e.g., migrating from 'run_finch' to 'Req.Finch').
No evidence of these required code migrations exists in the current diff. Unless the project uses only the most basic features of 'req', this update will likely cause runtime exceptions in environments utilizing Finch or Plug adapters. It is recommended to address these breaking changes before merging.
About this PR
- The update to 'req' 0.7.x introduces breaking changes. Specifically, the 'run_finch', 'put_plug', and 'run_plug' steps have been replaced by the 'Req.Finch' and 'Req.Plug' adapter modules. Additionally, the 'current_request_steps' field in 'Req.Request' has been removed. Logic relying on these features must be migrated to avoid runtime errors.
Test suggestions
- Confirm dependency resolution for 'req' version 0.7.3 in mix.lock.
- Verify that HTTP requests using Finch continue to work after migrating from 'run_finch' to the 'Req.Finch' adapter.
- Verify that HTTP requests using Plug for testing/mocking continue to work after migrating from 'run_plug' to the 'Req.Plug' adapter.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Confirm dependency resolution for 'req' version 0.7.3 in mix.lock.
2. Verify that HTTP requests using Finch continue to work after migrating from 'run_finch' to the 'Req.Finch' adapter.
3. Verify that HTTP requests using Plug for testing/mocking continue to work after migrating from 'run_plug' to the 'Req.Plug' adapter.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Bumps req from 0.6.3 to 0.7.3.
Release notes
Sourced from req's releases.
Changelog
Sourced from req's changelog.
... (truncated)
Commits
2901181Release v0.7.3e857078Revert "encode_body: Automatically change GET to POST when request body is ...c136357Release v0.7.2e9d4ebcFix AWS SigV4 compatibility with Supabase Storage S3 (#498)168a11eRelease v0.7.1a9c24a1Deprecatecache: true/cachestep6a4f305Release v0.7.0d770830Hide body: fun for nowe450b25Update CI8123419Fix flaky httpc into: fun testDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)