Changelog for
ruby2.5-rubygem-net-http-persistent-4.0.2-1.2.x86_64.rpm :
* Tue Nov 14 2023 dan.cermakAATTposteo.net- New upstream release 4.0.2, see bundled History.txt
* Wed Jan 20 2021 cooloAATTsuse.comupdated to version 4.0.1 see installed History.txt === 4.0.1 / 2021-01-12 Bug fixes:
* Loosen Ruby version requirement so Ruby 3.0 will work.
* Thu May 07 2020 cooloAATTsuse.com- updated to version 4.0.0 see installed History.txt
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 3.1.0 see installed History.txt
* Sun May 05 2019 cooloAATTsuse.com- updated to version 3.0.1 see installed History.txt
* Fri Oct 07 2016 cooloAATTsuse.com- updated to version 3.0.0 see installed History.txt === 3.0 Breaking changes:
* No longer supports ruby 2.0 and earlier
* Net::HTTP::Persistent::new now uses keyword arguments for +name+ and +proxy+.
* Removed #max_age, use #expired? New features:
* Uses connection_pool to manage all connections for a Net::HTTP::Persistent instance. Bug fixes:
* Add missing SSL options ca_path, ciphers, ssl_timeout, verify_depth. Issue #63 by Johnneylee Jack Rollins.
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sat Feb 22 2014 cooloAATTsuse.com- updated to version 2.9.4
* Bug fixes
* Improve proxy escaping from 2.9.2. Pull request #59 by Mislav Marohnić.
* Fix breakage in 2.9.2 for users without proxies. Pull request #56 by Yoshihiro TAKAHARA (merged), #57 by ChuckLin, #58 by Kenny Meyer.
* Thu Feb 06 2014 cooloAATTsuse.com- updated to version 2.9.2
* Bug fixes
* Special characters in proxy passwords are now handled correctly. Issue [#48] by Mislav Marohnić. Pull request #54 by Juha Kajava === 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.
* Tue Jul 30 2013 cooloAATTsuse.com- updated to version 2.9
* 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.
* 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 by André Arko
* Bug fixes
* Explain the proper way of sending parameters depending upon the request 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.