Changelog for
ruby2.5-rubygem-connection_pool-2.4.1-150400.1.3.x86_64.rpm :
* Thu Nov 02 2023 dan.cermakAATTposteo.net- 2.4.1------- New `auto_reload_after_fork` config option to disable auto-drop [#177, shayonj] 2.4.0------- Automatically drop all connections after fork [#166]
* Mon Oct 10 2022 cooloAATTsuse.comupdated to version 2.3.0 see installed Changes.md 2.3.0 - ----- - Minimum Ruby version is now 2.5.0 - Add pool size to TimeoutError message
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 2.2.5 see installed Changes.md 2.2.5 - ----- - Fix argument forwarding on Ruby 2.7 [#149] 2.2.4 - ----- - Add `reload` to close all connections, recreating them afterwards [Andrew Marshall, #140] - Add `then` as a way to use a pool or a bare connection with the same code path [#138]
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 2.2.3 see installed Changes.md
* Thu May 24 2018 factory-autoAATTkulow.org- updated to version 2.2.2 see installed Changes.md 2.2.2 - ----- - Add pool `size` and `available` accessors for metrics and monitoring purposes [#97, robholland]
* Sun Nov 13 2016 cooloAATTsuse.com- updated to version 2.2.1 see installed Changes.md 2.2.1 - ----- - Allow CP::Wrapper to use an existing pool [#87, etiennebarrie] - Use monotonic time for more accurate timeouts [#84, jdantonio]
* Sat Apr 11 2015 cooloAATTsuse.com- updated to version 2.2.0
* Fri Mar 20 2015 cooloAATTsuse.com- updated to version 2.1.3
* Tue Mar 03 2015 cooloAATTsuse.com- updated to version 2.1.2
* Sat Feb 07 2015 cooloAATTsuse.com- updated to version 2.1.1 - Work around a subtle race condition with code which uses `Timeout.timeout` and checks out a connection within the timeout block. This might cause connections to get into a bad state and raise very odd errors. [tamird, #67] 2.1.0 - ----- - Refactoring to better support connection pool subclasses [drbrain, [#55]] - `with` should return value of the last expression [#59]
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging