Skip to content

Commit

Permalink
Releasing Voldemort 1.10.18
Browse files Browse the repository at this point in the history
  • Loading branch information
arunthirupathi committed Jun 28, 2016
1 parent 415624f commit e4463c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ tomcat.context=/voldemort
javac.version=1.6

## Release
curr.release=1.10.17
curr.release=1.10.18
13 changes: 13 additions & 0 deletions release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release 1.10.18 6/28/2016
* get/set/delete quota takes QuotaType instead of string
* Fix NPE when diffMessage is called from Build and Push
* Missing store, gives a recognizable error message.
* vadmin tool increased timeout
* Logging changes for BnP
* AdminClientPool for pooling adminClients.
* AdminClient change to detect if cluster is modified
* Parallel operation support for AddStore/SetQuota
* Fetch single store for BnP Store Creation
* Utility method to query only a single store
* update store validates the store definition change

Release 1.10.17 6/1/2016
* Add additional debug info to client registry
* Fix Admin Connection/Socket timeout from Bnp
Expand Down

0 comments on commit e4463c9

Please sign in to comment.