We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbb998 commit 6665d26Copy full SHA for 6665d26
History.txt
@@ -1,3 +1,9 @@
1
+=== 4.0.6 / 2024-12-04
2
+
3
+Bug fixes:
4
5
+* Allow ConnectionPool exceptions from checkout to bubble up to caller.
6
7
=== 4.0.5 / 2024-12-04
8
9
Bug fixes:
lib/net/http/persistent.rb
@@ -181,7 +181,7 @@ class Net::HTTP::Persistent
181
##
182
# The version of Net::HTTP::Persistent you are using
183
184
- VERSION = '4.0.5'
+ VERSION = '4.0.6'
185
186
187
# Error class for errors raised by Net::HTTP::Persistent. Various
0 commit comments