###v0.1.0 - July 14th, 2016
First cerebro release.
####Features
- cluster overview
- rest client
- aliases management
- index creation
###v0.2.0 - August 25th, 2016
- analysis api
- index template api
- cluster settings api
- notify regarding created/deleted indices and joining/leaving nodes
###v0.3.0 - November 3rd, 2016
- rest client format body button
- only display cluster changes if cluster name hasnt changed
- load default cluster settings values
- added index settings module
###v0.3.1 - November 17th, 2016
- displayed node roles
###v0.4.0 - December 2nd, 2016
- fix favicon for
- handle cpu / load info from both 2.X and 5.X
- pagination buttons unselectable
- display relocating / initializing shards on overview
- copy to curl to rest client
- repositories / snapshots module
###v0.4.1 - December 6th, 2016
- fix indices selection on snapshot creation
###v0.4.2 - January 4th, 2017
- fixed issue that prevent alias removal
- only display unassigned shard count when count is > 0
- support shard relocation
- support edit index template
- added cat module
###v0.5.0 - January 19th, 2017
- fixed stuck shard state
- added authentication support
###v0.5.1 - February 11th, 2017
- consistent node sorting on cluster overview
- support host name on lists of known hosts
- avoid parsing errors when ES requests fail
- fixes select shard for relocation menu entry
###v0.6.0 - March 9th, 2017
- support aws clusters
- order list of clusters alphabetically
- count primary and replicas on cluster overview
- use password input field
- support rest client history
- nodes module
###v0.6.1 - March 10th, 2017
- correct play.i18n.langs format
- set an application.home default
###v0.6.2 - March 21st, 2017
- consider initializing/relocating/unassigned shards as unhealthy
- fixed showSpecialIndices toggle on snapshot
- recognise roles set with yes/no
- moved internal play settings from config file
- overview tooltips on node stats
- do not require user-domain on LDAP login
- shorter classpath for init script
- support for custom base path
- added index stats action to overview
###v0.6.3 - March 22nd, 2017
- fixed node stats danger indication in overview
- display all index aliases on overview
- improved error messages
###v0.6.4 - March 30th, 2017
- use relative path for authentication action
- support indices with special characters (for ES < 2.X))
###v0.6.5 - April 6th, 2017
- logout action to use relative path
- correctly handle an empty cat api response
- consider both string and text types on field analysis
- updated known node types(included ingest, renamed client to coordinating)
- support changing refresh interval
###v0.6.6 - July 26th, 2017
- support non valid json requests through rest client
- consistent icon for coordinating nodes
- remove trailing / from ES hosts
- fix nodes tab to handle aws nodes
- order indices alphabetically on aliases page
- ensure unassigned shards ordering
- max width to alerts
- display single alias on overview
- improve performance of overview index filtering
###v0.6.7 - September 23rd, 2017
- use correct host when copying rest request for curl
- fixed restore snapshot with multiple selected indices
- send content-type to ES
- hide closed indices by default on cluster overview
- display both source and target for relocating shards
- confirmation dialogs displayed over alert notifications
- support flush index from cluster overview
###v0.6.8 - September 30th, 2017
- fixed heading text on cat apis page
- fixed ordering for a few select components
- correctly display 0% disk usage
- fixed rendering of escaped content in rest client
- add missing settings for s3 repositories
- display alias filter/routing on aliases listing
- support linux aarch64 (lmenezes#207)
###v0.7.0 - October 13th, 2017
- fixed rest url autocompletion
- fixed snapshot creation with selected list of indices
- fixes 'show onlly affected indices' filter
- 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
###v0.7.1 - October 17th, 2017
- fixes mass actions on selected indices
- fixes error connecting to cluster with more docs than Integer.MAX_VALUE
- enabled gzip when requesting data from ES
- optimised ES response parsing
- dropped internal usage of _cat apis in favor of faster alternatives
###v0.7.2 - November 28th, 2017
- fixes unhealty indices filter
- analyse module to work with ES 6.X
###v0.7.3 - April 14th, 2018
- allow saving cluster settings as persistent/transient
- fix index and repo sorting in snapshot module #236
- fixes missing initializing shard when relocating shard #250
- fix restoring snapshots with dots on name #254
- ignore_unavailable indices for overview stats #247