From f0e67acb12e56c8284d32fdd530c75e624cd4456 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 2 Apr 2015 19:06:08 +0900 Subject: [PATCH] Add news topics for the next release --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2ec63ce..427d2f0 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # News +## 1.0.9: ??? + + * Updated for the latest Droonga Engine 1.1.0. + * Supports uber-cache 2.0.0. + * New endpoints are introduced to inspect connections to Droonga Engine nodes. + - `/engines` returns the list of currently conencted Droonga Engine nodes. + - `/connections` returns detailed status of internal connections to Droonga Engine nodes. + * Always reconnects to Droonga Engine nodes when there is any change around the Droonga cluster. + ## 1.0.8: 2014-12-01 * Connects to active engine nodes of the cluster of the associated engine node correctly.