summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRobin Edwards <robin.ge@gmail.com>2011-04-20 14:38:43 +0100
committerRobin Edwards <robin.ge@gmail.com>2011-04-20 14:38:43 +0100
commit79bea382fd2c0753ca9ace79a11bb74c9a1d722b (patch)
treebde42a47792a27e0a863ee527b88c8c24258f7e9 /Changes
parentMerge remote branch 'simon/fix_link_encoding' (diff)
downloadnet-riak-79bea382fd2c0753ca9ace79a11bb74c9a1d722b.tar.gz
merged pbc branch to master
Diffstat (limited to '')
-rw-r--r--Changes25
1 files changed, 21 insertions, 4 deletions
diff --git a/Changes b/Changes
index c31705e..794ff2c 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,27 @@
+0.15
+ - fixed link encoding (Simon Wistow)
+ - added stats method for REST
+ - added server_info method for PBC
+ - added list bucket support for both protocols (0.14+ for REST)
+ - added PBC support
+ - added Test::Riak for running tests on both protocols
+ - added disable_return_body flag, in REST mode prevents body being returned on store
+ - create new object without keys (SymKat <symkat@symkat.com>)
+
+ DEPRECATIONS
+ - $object->status please call $object->client->status (for REST only)
+ - $object->count_links, added ->has_links and ->all_links
+ - disable_return_body will become the default in 0.17
+ - support for providing multiple hosts when connecting (only supported by REST)
+ all load balancing code to be moved out of Net::Riak by 0.17.
+
0.14 Mon Mar 14 08:59:10 GMT 2011
- - fixed delete link (Simon Wistow)
+ - fixed delete link (Simon Wistow)
0.13 Tue, 08 Feb 2011 16:40:07 GMT
- - Enviroment variable for riak when running tests (Robin Edwards)
- - Connection caching (Andrew Sayers)
- - Automatic key generation support (Simon Wistow)
+ - Enviroment variable for riak when running tests (Robin Edwards)
+ - Connection caching (Andrew Sayers)
+ - Automatic key generation support (Simon Wistow)
0.12
- fix _build_link method (reported by gphat)