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 dependency webmock to v3.23.1 #46

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webmock (changelog) 3.20.0 -> 3.23.1 age adoption passing confidence

Release Notes

bblimke/webmock (webmock)

v3.23.1

Compare Source

v3.23.0

Compare Source

  • Fixed HTTP.rb adapter to support streaming real responses when WebMock is enabled.

    Thanks to Viacheslav Nepomniashchikh for reporting and investigating this issue.

v3.22.0

Compare Source

  • Addressed an issue in the HTTPClient adapter where memoized stubbed responses and memoized request_signatures were incorrectly persisted between subsequent requests (#​1019). The implementation of a more robust thread-safety solution by Tom Beauvais in PR #​300 not only resolved the memoization problem but also enhanced the overall thread safety of the adapter. This update ensures that stubbed responses and request signatures are correctly isolated to individual requests, improving both consistency and thread safety.

v3.21.2

Compare Source

  • Corrected type checking in WebMock::Response#assert_valid_body! to accurately recognize Hash objects. Additionally, improved the clarity of the error message for unsupported body types, guiding users towards proper usage.

    Thanks to Jake Robb for reporting.

v3.21.1

Compare Source

  • The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with the behavior of an actual Net::HTTPResponse.

    Thanks to Abe Voelker for reporting and to Victor Maslov and Gio Lodi for the suggested solution.

v3.21.0

Compare Source

  • Don't use deprecated Rack::VERSION for Rack >= 3

    Thanks to Étienne Barrié

    • Updated HTTPClient adapter, to build request signature using the URI after filters have been applied.

      Thanks to Matt Brown


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency webmock to v3.20.0 Update dependency webmock to v3.20.0 - autoclosed Feb 14, 2024
@renovate renovate bot closed this Feb 14, 2024
@renovate renovate bot deleted the renovate/webmock-3.x-lockfile branch February 14, 2024 11:43
@renovate renovate bot changed the title Update dependency webmock to v3.20.0 - autoclosed Update dependency webmock to v3.20.0 Feb 19, 2024
@renovate renovate bot reopened this Feb 19, 2024
@renovate renovate bot restored the renovate/webmock-3.x-lockfile branch February 19, 2024 21:19
@renovate renovate bot changed the title Update dependency webmock to v3.20.0 Update dependency webmock to v3.21.0 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/webmock-3.x-lockfile branch from 45e8e8a to 7b08d50 Compare February 19, 2024 21:20
@renovate renovate bot changed the title Update dependency webmock to v3.21.0 Update dependency webmock to v3.21.2 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/webmock-3.x-lockfile branch from 7b08d50 to a94e443 Compare February 20, 2024 04:36
@renovate renovate bot changed the title Update dependency webmock to v3.21.2 Update dependency webmock to v3.22.0 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/webmock-3.x-lockfile branch from a94e443 to 66a18f8 Compare February 21, 2024 04:15
@renovate renovate bot changed the title Update dependency webmock to v3.22.0 Update dependency webmock to v3.23.0 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/webmock-3.x-lockfile branch from 66a18f8 to 835a0ef Compare February 26, 2024 01:33
@renovate renovate bot changed the title Update dependency webmock to v3.23.0 Update dependency webmock to v3.23.1 May 24, 2024
@renovate renovate bot force-pushed the renovate/webmock-3.x-lockfile branch from 835a0ef to 0e43a60 Compare May 24, 2024 14:21
@renovate renovate bot force-pushed the renovate/webmock-3.x-lockfile branch from 0e43a60 to 4c975d5 Compare August 20, 2024 16:38
@renovate renovate bot force-pushed the renovate/webmock-3.x-lockfile branch from 4c975d5 to db88d76 Compare August 23, 2024 11:34
@mec mec merged commit f9a49a3 into main Aug 23, 2024
2 checks passed
@mec mec deleted the renovate/webmock-3.x-lockfile branch August 23, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant