Skip to content

Commit

Permalink
Version 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Sep 30, 2024
1 parent 11a3deb commit 9ff63ac
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

# 3.24.0

* Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern #1066

Thanks to [Christian Schmidt](https://github.com/c960657)

* Added support for mocked HTTP::Connection#finished_request? method #1065

Thanks to [Christian Schmidt](https://github.com/c960657)

* Detect if Patron is loaded by checking if Patron::Session constant is defined #1068

Thanks to [Rodrigo Argumedo](https://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). Support for em-http-request will be re-enabled once the compatibility issue is resolved.

Thanks to [Christian Schmidt](https://github.com/c960657)

# 3.23.1

* Added support for async-http version >= 0.65.0 [PR](https://github.com/bblimke/webmock/pull/1056)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,8 @@ People who submitted patches and new features or suggested improvements. Many th
* Gio Lodi
* Ryan Brooks
* Jacob Frautschi
* Christian Schmidt
* Rodrigo Argumedo

For a full list of contributors you can visit the
[contributors](https://github.com/bblimke/webmock/contributors) page.
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebMock
VERSION = '3.23.1' unless defined?(::WebMock::VERSION)
VERSION = '3.24.0' unless defined?(::WebMock::VERSION)
end

0 comments on commit 9ff63ac

Please sign in to comment.