summary refs log tree commit diff
path: root/Changes
blob: cbb632d27989859a94842bc21ac9d64b089cb766 (plain) (blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
0.13 (UNRELEASED)
	- Automatic key generation support (Simon Wistow)

0.12
    - fix _build_link method (reported by gphat)
    - added useragent timeout parameter (Robin Edwards)
    - added expected status message (Robin Edwards)
    - added delete_object method to Net::Riak::Bucket (Robin Edwards)
    - support for adding bucket as objects in add method (Robin Edwards)

0.11 Wed 03 Nov 2010 03:01:10 PM CET  
    - update POD (franck cuny)
    - fix wrong clearer name (_clear_siblings instead of _clear_links)

0.10 Tue 02 Nov 2010 03:34:16 PM CET  
    - add support of array arguments in Net::Riak::MapReduce->add() (Germain Maurice)
    - add 204 to Object::store expected status codes (Gavin Carr)
    - refactor build link logic (Ben Hengst)
    - requests and responses now stored for debugging (Robin Edwards)
    - documentation updated (Robin Edwards)

0.09 Tue 05 Oct 2010 12:03:59 PM CEST  
    - typo
    - when executing a map/reduce, if the timeout of the map/reduce is higher
      than the value for the useragent's timeout, change for this query the
      value of the useragent timeout to be the same as the one for the job.
    - add key callbacks to Bucket get_properties/get_keys stream mode 
      (Gavin Carr)

0.08 Mon 06 Sep 2010 10:52:15 AM CEST  
    - allow to store non-json object (Gavin Carr)
    - increase LWP's MaxLineLength (Gavin Carr)
    - better error reporting in Buckets (Gavin Carr)

0.07 Tue 10 Aug 2010 10:32:32 AM CEST
    - test shouldn't be run by user

0.06 Tue 10 Aug 2010 10:18:59 AM CEST
    - fix bug in links retriving (thanks to Al Tobey)

0.05 Wed 30 Jun 2010 10:54:52 AM CEST
    - fix vlock

0.04 Wed June 16 2010
    - add get_keys to bucket to get the list of existing keys in a
      bucket
    - add map/reduce examples
    - accept multiple hosts
    - use json::{false,true} in allow_mult

0.03 Mon 14 Jun 2010 05:58:48 PM CEST
    - add roles to generate attributes (mx::r::parameterized)

0.02 Mon 14 Jun 2010 03:48:43 PM CEST
    - links_to_header is now private
    - add some handles
    - client is moved to a class
    - client is now a N::R::Client
    - add tests for bucket, client, object, links

0.01 Mon 14 Jun 2010 01:08:52 PM CEST
    - initial release (port of the python client)