Releases: appbaseio/mirage
Releases · appbaseio/mirage
ElasticSearch v7.x Support
- Adds support for ES v7.x
- Fixes deps
Patch Release
- Fix trailing slash connection issue
Patch Release
- Change demo app and associated queries.
Minor Improvements
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
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
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
- Adds a tabular results view for viewing query results. It uses dejavu for doing this.
- 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 🌟
Get the chrome extension here. Or use it live at opensource.appbase.io/mirage.
minor bug fix
- fixes a minor bug - specify https:// scheme for embedding dejavu instead of being scheme agnostic 0a4d935.
Support for a tabular results view
- Adds a tabular results view for viewing query results. It uses dejavu for doing this.
- Fixes a bug related to
Run Query
button disappearing.
🍾 This release also marks mirage hitting 1000 🌟
Elasticsearch plugin- Support for index aliases
Bug Fixes
- Support index aliases (alternative for appname) for authentication cd500ee.