Skip to content

Releases: appbaseio/mirage

ElasticSearch v7.x Support

17 Jul 05:06
Compare
Choose a tag to compare
  • Adds support for ES v7.x
  • Fixes deps

Patch Release

17 Mar 13:02
Compare
Choose a tag to compare
  • Fix trailing slash connection issue

Patch Release

22 Nov 07:50
Compare
Choose a tag to compare
  • Change demo app and associated queries.

Minor Improvements

04 Jun 08:40
561d8b9
Compare
Choose a tag to compare

Add support for url query-param resolution to generate the desired input state from the app data.

0.8.0 - Bug fixes and UI updates

25 Jan 13:49
be07e55
Compare
Choose a tag to compare

Includes

  • Upgrades appbase-js
  • Removes unnecessary auth headers for generic ES clusters #55
  • General UI improvements 42ec903
  • Fixes dejavu view for viewing tabular data 1e3fc66

Latest 0.8.0 docker image and chrome-extension are also available. 🍾

v0.7.0 - Adds support for live streaming mode

20 Mar 09:54
Compare
Choose a tag to compare

Enhancements and Bug Fixes:

  • Support streaming mode as an alternative to historical mode, a query in streaming mode updates it's result interactively when a matching data record is found #29 #30
  • Support for Date type fields, all the numeric queries can be applied on date field. #36

All changes: v0.6.1...v0.7.0

Elasticsearch Plugin - Support for a tabular results view

23 Jan 13:10
Compare
Choose a tag to compare
  • Adds a tabular results view for viewing query results. It uses dejavu for doing this.

Tabular View

  • Fixes a bug related to Run Query button disappearing.
  • Fixes a minor bug - specify https:// scheme for embedded dejavu instead of being scheme agnostic 0a4d935.

🍾 This release also marks mirage hitting 1000 :octocat: 🌟

Get the chrome extension here. Or use it live at opensource.appbase.io/mirage.

minor bug fix

23 Jan 12:55
Compare
Choose a tag to compare
  • fixes a minor bug - specify https:// scheme for embedding dejavu instead of being scheme agnostic 0a4d935.

Support for a tabular results view

23 Jan 09:59
Compare
Choose a tag to compare
  • Adds a tabular results view for viewing query results. It uses dejavu for doing this.

Tabular View

  • Fixes a bug related to Run Query button disappearing.

🍾 This release also marks mirage hitting 1000 :octocat: 🌟

Elasticsearch plugin- Support for index aliases

09 Jan 05:39
Compare
Choose a tag to compare

Bug Fixes

  • Support index aliases (alternative for appname) for authentication cd500ee.