Changelog for
ruby2.5-rubygem-net-http-persistent-4.0.4-lp155.6.2.x86_64.rpm :
* Sat Sep 21 2024 Marcus Rueckert
- update to 4.0.4
* Tue Nov 14 2023 Dan Čermák - New upstream release 4.0.2, see bundled History.txt
* Wed Jan 20 2021 Stephan Kulow updated 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.
* Wed Dec 30 2020 Marcus Rueckert - limit to ruby < 3
* Thu May 07 2020 Stephan Kulow - updated to version 4.0.0 see installed History.txt
* Mon Feb 10 2020 Stephan Kulow - updated to version 3.1.0 see installed History.txt
* Sun May 05 2019 Stephan Kulow - 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.