You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
# 3.24.0
4
+
5
+
* Ignore parsing errors when parsing invalid JSON or XML body to match against body pattern #1066
6
+
7
+
Thanks to [Christian Schmidt](https://github.com/c960657)
8
+
9
+
* Added support for mocked HTTP::Connection#finished_request? method #1065
10
+
11
+
Thanks to [Christian Schmidt](https://github.com/c960657)
12
+
13
+
* Detect if Patron is loaded by checking if Patron::Session constant is defined #1068
14
+
15
+
Thanks to [Rodrigo Argumedo](https://github.com/rodrigoargumedo)
16
+
17
+
* Raising an ArgumentError when uri is passed as a Pathname object to stub_request or request expectation declaration.
18
+
19
+
* 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.
20
+
21
+
Thanks to [Christian Schmidt](https://github.com/c960657)
22
+
3
23
# 3.23.1
4
24
5
25
* Added support for async-http version >= 0.65.0 [PR](https://github.com/bblimke/webmock/pull/1056)
0 commit comments