DataFabric changelog v1.3.2 - 2011-06-02 - Fix problem fetching spec for connection pool. - Fix issues with Rails 3.1. v1.3.1 - 2011-02-10 - Add some missing ConnectionPool methods (e.g. clear_reloadable_connections!) v1.3.0 - 2010-11-22 - Major implementation refactoring - Fix issues under Rails 3.0. Tested with 2.3.10, 3.0.0 and 3.0.3. - Drop support for Rails 2.2 (may work but untested) - Remove jeweler dependency v1.2.7 - 2010-08-10 - NO FUNCTIONAL CHANGES. - Fix test suite under Ruby 1.9.2. - Update example22 application to example23 and Rails 2.3. v1.2.6 - Never released - STI fixes. v1.2.5 - 2009-03-28 - data_fabric should now work as a gem or plugin. - Move from echoe to Jeweler for gem maintenance. v1.2.4 - 2009-03-09 - Add FiveRuns Dash recipe for data_fabric. See http://dash.fiveruns.com for details. - Fixed incorrect remove_connection method signature. - The official data_fabric repository is now http://github.com/mperham/data_fabric. v1.2.3 - 2009-02-05 - Release connections at the end of each Rails action. If you see 5 second pauses in your application, it's because the connection pool is timing out and releasing checked out connections. - NB: DataFabric passes all tests against Rails 2.3.0. v1.2.2 - 2008-12-16 - Fix multithreading issue with AR 2.2. v1.2.1 - 2008-12-01 - Clean up gem of superfluous files, trims gem size from 160k to 50k. No functional changes. v1.2.0 - 2008-12-01 - Now supports ActiveRecord 2.2. v1.1.0 - 2008-11-22 - Cache connections so we don't have to reconnect constantly. (Justin Balthrop, Geni) - Clean up logging API (not backwards-compatible) - Verify wrapped connections automatically so cached mysql connections older than 8 hours don't die due to timeout. - Please note this version is not Rails 2.2-compatible. DataFabric 2.0 will be. Detailed commit history: http://github.com/mperham/data_fabric/commits/master