bblimke/webmock (webmock)
### [`v3.24.0`](https://redirect.github.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3240)
[Compare Source](https://redirect.github.com/bblimke/webmock/compare/v3.23.1...v3.24.0)
- Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern [#1066](https://redirect.github.com/bblimke/webmock/issues/1066)
Thanks to [Christian Schmidt](https://redirect.github.com/c960657)
- Added support for mocked HTTP::Connection#finished_request? method [#1065](https://redirect.github.com/bblimke/webmock/issues/1065)
Thanks to [Christian Schmidt](https://redirect.github.com/c960657)
- Detect if Patron is loaded by checking if Patron::Session constant is defined [#1068](https://redirect.github.com/bblimke/webmock/issues/1068)
Thanks to [Rodrigo Argumedo](https://redirect.github.com/rodrigoargumedo)
- Raising an ArgumentError when uri is passed as a Pathname object to stub_request or request expectation declaration.
- Dropped support for em-http-request on Ruby 3.4. The current version of em-http-request (1.1.7) is incompatible with Ruby 3.4 due to an unresolved issue ([https://github.com/igrigorik/em-http-request/issues/365](https://redirect.github.com/igrigorik/em-http-request/issues/365)). Support for em-http-request will be re-enabled once the compatibility issue is resolved.
Thanks to [Christian Schmidt](https://redirect.github.com/c960657)
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 contains the following updates:
'3.23.1'
->'3.24.0'
Release Notes
bblimke/webmock (webmock)
### [`v3.24.0`](https://redirect.github.com/bblimke/webmock/blob/HEAD/CHANGELOG.md#3240) [Compare Source](https://redirect.github.com/bblimke/webmock/compare/v3.23.1...v3.24.0) - Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern [#1066](https://redirect.github.com/bblimke/webmock/issues/1066) Thanks to [Christian Schmidt](https://redirect.github.com/c960657) - Added support for mocked HTTP::Connection#finished_request? method [#1065](https://redirect.github.com/bblimke/webmock/issues/1065) Thanks to [Christian Schmidt](https://redirect.github.com/c960657) - Detect if Patron is loaded by checking if Patron::Session constant is defined [#1068](https://redirect.github.com/bblimke/webmock/issues/1068) Thanks to [Rodrigo Argumedo](https://redirect.github.com/rodrigoargumedo) - Raising an ArgumentError when uri is passed as a Pathname object to stub_request or request expectation declaration. - Dropped support for em-http-request on Ruby 3.4. The current version of em-http-request (1.1.7) is incompatible with Ruby 3.4 due to an unresolved issue ([https://github.com/igrigorik/em-http-request/issues/365](https://redirect.github.com/igrigorik/em-http-request/issues/365)). Support for em-http-request will be re-enabled once the compatibility issue is resolved. Thanks to [Christian Schmidt](https://redirect.github.com/c960657)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 was generated by Mend Renovate. View the repository job log.