Add verify_uris utility method
[ruby-mogilefs-client.git] / History.txt
blob4d263df27adee529e8d99efa105c811692aa02e0
1 = 2.0.0
3 * use a set of standard exceptions based on MogileFS::Error,
4   this is an incompatible API change (hence the 2.0.0 version number).
5 * mog timeouts and retries increased
6 * more consistent handling of bad sockets
7 * remove open-uri and net/http dependencies, they were bad with large files
8 * add paths_size() method, allowing single mogilefsd call to get size and paths
10 = 1.3.1
12 * Fix missing MogileFS::Util include for sysrwloop in MogileFS::MogileFS
14 = 1.3.0
16 * Fixed MogileFS#rename.  Bug #14465 submitted by Justin Dossey.
17 * Removed infinite loop in MogileFS::HTTPFile#store_file.  Patch #13789
18   submitted by  Andy Lo-A-Foe.
19 * Made MogileFS#get_file_data timeout configurable.  Bug #13490 submitted by
20   Andy Lo-A-Foe.
21 * Add MogileFS#size.  Feature Request #14484 submitted by Justin Dossey.
22 * Fix MogileFS#get_file_data to return the data for HTTP mode.  Bug #7133
23   submitted by John Wanko.
24 * New maintainer: Eric Wong
25 * Add `mog' command-line tool as a demo/example
26 * Lower memory consumption with large files
27 * Allow get_file_data to accept a block for large files
28 * Fix each_keys loop termination condition
29 * Apply error handling patch from Matthew Willson.  Bug #15987
30 * Merge large file patch from Andy Lo-A-Foe.  Bug #13764
32 = 1.2.1
34 * Switched to Hoe.
35 * Moved to p4.
36 * Fixed bug #7273 in HTTP mode of client where data would not get
37   returned.  Submitted by Matthew Willson.
39 = 1.2.0
41 * Changes lost to time.