Changelog for
ruby2.4-rubygem-connection_pool-2.2.2-lp150.1.2.x86_64.rpm :
* 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
* Sat Mar 15 2014 cooloAATTsuse.com- updated to version 2.0.0 - The connection pool is now lazy. Connections are created as needed and retained until the pool is shut down. [drbrain, #52]
* Wed Nov 27 2013 cooloAATTsuse.com- updated to version 1.2.0 - Add `with(options)` and `checkout(options)`. [mattcamuto] Allows the caller to override the pool timeout. ```ruby AATTpool.with(:timeout => 2) do |conn| end
* Wed Jul 31 2013 cooloAATTsuse.com- updated to version 1.1.0 - New `#shutdown` method (simao) This method accepts a block and calls the block for each connection in the pool. After calling this method, trying to get a connection from the pool raises `PoolShuttingDownError`.
* Tue Dec 25 2012 cooloAATTsuse.com- initial package (version 1.0.0)