public
Description: Sharding support for ActiveRecord 2.x
Homepage: http://github.com/fiveruns/data_fabric
Clone URL: git://github.com/fiveruns/data_fabric.git
data_fabric / CHANGELOG
100644 42 lines (25 sloc) 1.212 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
DataFabric changelog
 
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