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 8fb912f commit 2cd8becCopy full SHA for 2cd8bec
History.txt
@@ -1,3 +1,9 @@
1
+=== 4.0.5 / 2024-12-04
2
+
3
+Bug fixes:
4
5
+* Allow setting extra_chain_cert=
6
7
=== 4.0.4 / 2024-09-09
8
9
Bug fixes:
lib/net/http/persistent.rb
@@ -182,7 +182,7 @@ class Net::HTTP::Persistent
182
##
183
# The version of Net::HTTP::Persistent you are using
184
185
- VERSION = '4.0.4'
+ VERSION = '4.0.5'
186
187
188
# Error class for errors raised by Net::HTTP::Persistent. Various
0 commit comments