zold-io / zold

An Experimental Non-Blockchain Cryptocurrency for Fast Micro Payments
https://www.zold.io
MIT License
194 stars 53 forks source link

Update dependency webmock to v3.23.1 - autoclosed #833

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

bblimke/webmock (webmock) ### [`v3.23.1`](https://togithub.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3231) [Compare Source](https://togithub.com/bblimke/webmock/compare/v3.23.0...v3.23.1) - Added support for async-http version >= 0.65.0 [PR](https://togithub.com/bblimke/webmock/pull/1056) Thanks to [Jacob Frautschi](https://togithub.com/jakeonfire) ### [`v3.23.0`](https://togithub.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3230) [Compare Source](https://togithub.com/bblimke/webmock/compare/v3.22.0...v3.23.0) - Fixed HTTP.rb adapter to support streaming real responses when WebMock is enabled. Thanks to [Viacheslav Nepomniashchikh](https://togithub.com/aka-nez) for reporting and investigating this [issue](https://togithub.com/bblimke/webmock/issues/1017). ### [`v3.22.0`](https://togithub.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3220) [Compare Source](https://togithub.com/bblimke/webmock/compare/v3.21.2...v3.22.0) - Addressed an issue in the HTTPClient adapter where memoized stubbed responses and memoized request_signatures were incorrectly persisted between subsequent requests ([#​1019](https://togithub.com/bblimke/webmock/issues/1019)). The implementation of a more robust thread-safety solution by [Tom Beauvais](https://togithub.com/tbeauvais) in [PR #​300](https://togithub.com/bblimke/webmock/pull/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`](https://togithub.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3212) [Compare Source](https://togithub.com/bblimke/webmock/compare/v3.21.1...v3.21.2) - 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](https://togithub.com/jakerobb) for reporting. ### [`v3.21.1`](https://togithub.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3211) [Compare Source](https://togithub.com/bblimke/webmock/compare/v3.21.0...v3.21.1) - The stubbed Net::HTTPResponse#uri now returns request.uri, aligning it with the behavior of an actual Net::HTTPResponse. Thanks to [Abe Voelker](https://togithub.com/abevoelker) for reporting and to [Victor Maslov](https://togithub.com/Nakilon) and [Gio Lodi](https://togithub.com/mokagio) for the suggested solution. ### [`v3.21.0`](https://togithub.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3210) [Compare Source](https://togithub.com/bblimke/webmock/compare/v3.20.0...v3.21.0) - Don't use deprecated Rack::VERSION for Rack >= 3 Thanks to [Étienne Barrié](https://togithub.com/etiennebarrie) - Updated HTTPClient adapter, to build request signature using the URI after filters have been applied. Thanks to [Matt Brown](https://togithub.com/mattbnz) ### [`v3.20.0`](https://togithub.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3200) [Compare Source](https://togithub.com/bblimke/webmock/compare/v3.19.1...v3.20.0) - Optimised EmHttpRequestAdapter performance. Thanks to [Ricardo Trindade](https://togithub.com/RicardoTrindade) - Removed runtime dependency on base64. Thanks to [Earlopain](https://togithub.com/Earlopain) - Typhoeus::Response objects constructed from stubbed responses now have all timing attributes set to 0.0. Thanks to [James Brown](https://togithub.com/Roguelazer) - Optimised WebMock::Util::Headers by removing redundant freeze invocations. Thanks to [Kazuhiro NISHIYAMA](https://togithub.com/znz) - The default stubbed response body, which is an empty String, is unfrozen. - When building signatures of requests made by http.rb, the request body encoding is now preserved.

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.



This PR has been generated by Mend Renovate. View repository job log here.