diff --git a/CHANGES.md b/CHANGES.md index 48db8cce..4e5ce791 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -189,3 +189,16 @@ First cerebro release. - add missing settings for s3 repositories - display alias filter/routing on aliases listing - support linux aarch64 (https://github.com/lmenezes/cerebro/issues/207) + +###v0.7.0 - October 13th, 2017 + +#### Bug fixes +- fixed rest url autocompletion +- fixed snapshot creation with selected list of indices +- fixes 'show onlly affected indices' filter + +#### Enhancements +- overview section optimised for big clusters +- cluster changes alerts optimised for big clusters +- gzip enabled for all api calls +- avoid piling up of slow requests diff --git a/build.sbt b/build.sbt index c7338f0c..9e1d158e 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "cerebro" maintainer := "Leonardo Menezes " -version := "0.6.8" +version := "0.7.0" scalaVersion := "2.11.11" diff --git a/package-lock.json b/package-lock.json index 8512d217..240d1b44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.6.8", + "version": "0.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9dbdd8c6..535a7677 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cerebro", - "version": "0.6.8", + "version": "0.7.0", "description": "cerebro - elasticsearch admin", "main": "index.html", "scripts": {