summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-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)