Skip to content

Elasticsearch v6 support is here and important fixes

Compare
Choose a tag to compare
@siddharthlatest siddharthlatest released this 02 Apr 20:38
· 726 commits to dev since this release

Since the v1.5.0 release ~2w ago, we have seen an explosion of activity around our github - 2,500+ new 🌟 gazers, new contributors, watchers, forkers and issues - and several edge-cases and important bugs got surfaced. Cheers for the amazing support! 🥂

With this release, we are officially adding support for Elasticsearch v6 (see #190 and #192).

We are also fixing two important functionalities that were breaking for majority of users:

  1. There was a bug with exporting JSON / CSV files, which has been addressed in #187.
  2. Query view couldn't scroll to the next page of documents, which has been addressed in #193.

We would also like to thank these new contributors 🙇:

  • @MPierre9 implemented important usability fixes related to #174 and #176.
  • @bstst helped debug an interesting edge-case around indexing parent-child documents at #139.
  • @brylie for bringing up new suggestions around improving future usability, one of which has already been baked in this release #183.
  • @EdwardBetts for proof-reading the README #186.

Full changelog can be seen here.


The new 1.6.0 release can be downloaded as a docker image, chrome extension, or can be tried as a web app here.