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 50f7632 commit ee9d7c9Copy full SHA for ee9d7c9
History.txt
@@ -1,3 +1,9 @@
1
+=== 4.0.2 / 2021-04-09
2
+
3
+Bug fixes:
4
5
+* Allow ConnectionPool exceptions from checkout to bubble up to caller.
6
7
=== 4.0.1 / 2021-01-12
8
9
Bug fixes:
lib/net/http/persistent.rb
@@ -172,7 +172,7 @@ class Net::HTTP::Persistent
172
##
173
# The version of Net::HTTP::Persistent you are using
174
175
- VERSION = '4.0.1'
+ VERSION = '4.0.2'
176
177
178
# Error class for errors raised by Net::HTTP::Persistent. Various
0 commit comments