History.txt in net-http-persistent-2.9 vs History.txt in net-http-persistent-2.9.1
- old
+ new
@@ -1,10 +1,20 @@
+=== 2.9.1 / 2014-01-22
+
+* Bug fixes
+ * Added license to gemspec. Issue #47 by Benjamin Fleischer
+ * Set Net::HTTP#keep_alive_timeout when supported by ruby. Pull request #53
+ by Dylan Thacker-Smith.
+ * The backtrace is preserved for errors in #reset to help with debugging.
+ Issue #41 by Andrew Cholakian.
+
=== 2.9 / 2013-07-24
* Minor enhancement
- * Added max_requests to avoid ECONNRESET for a server that allows a limited
- number of requests on a connection. Pull request #42 by James Tucker.
+ * Added Net::HTTP::Persistent#max_requests to avoid ECONNRESET for a server
+ that allows a limited number of requests on a connection. Pull request
+ #42 by James Tucker.
* Request failures are now raised with the backtrace of the original
exception. This gives better insight into the reason for the failure.
See #41 by Andrew Cholakian.
* OpenSSL is no longer required. If OpenSSL is not available an exception
will be raised when attempting to access HTTPS resources. Feature request
@@ -15,11 +25,11 @@
method. Issue #35 by André Arko.
* Handle Errno::ETIMEDOUT by retrying the request. Issue #36 by André Arko.
* Requests retried by ruby 2.x are no longer retried by net-http-persistent.
* Finish the connection if an otherwise unhandled exception happens during a
request. Bug #46 by Mark Oude Veldhuis.
- * detect_idle_timeout now assumes a StandardError indicates the idle timeout
- has been found. Bug #43 by James Tucker.
+ * Net::HTTP::Persistent::detect_idle_timeout now assumes a StandardError
+ indicates the idle timeout has been found. Bug #43 by James Tucker.
=== 2.8 / 2012-10-17
* Minor enhancements
* Added Net::HTTP::Persistent::detect_idle_timeout which can be used to