Dejavu Versions Save

The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.

3.6.0

2 years ago

Enhancements

This release adds support for OpenSearch 1.x and Elasticsearch 8.x search engines.

This release also now adds docker image support for both linux/amd64 and linux/arm64 architectures.

Usage:

docker pull appbaseio/dejavu:3.6.0 will fetch the image for your architecture. View image on dockerhub

Security Fixes

  • This release contains a security fix to the XSS vulnerability issue mentioned in #430
  • This release also contains security fixes for the dependencies of Dejavu

3.5.3

2 years ago

Fixes

3.5.2

2 years ago

Fix

  • Update RS version

3.5.1

2 years ago

Fixes

  • add opensearch support
  • remove ? at the end of _msearch
  • improve default sort by id with unmapped_type addition

3.5.0

2 years ago

Fixes

  • Adds support for linux/arm64 architecture for Dejavu release

3.4.7

3 years ago
  • Fixes empty headers issue which throws failed to execute fetch on Window #390
  • Optimizes build with gzip + brotli compression
  • Uses css extractor to optimize prod build

3.4.2

4 years ago

3.4.1

4 years ago

Feature

  • Convert dejavu project to use yarn workspaces
  • Make browser package independent, so that it can be used without an iframe

Chore

  • Use font-awesome package instead of CDN

3.4.0

4 years ago

We are out with a new release 🎉 that includes major enhancements and compatibility fixes for the latest ElasticSearch release.

  • Fixes data view for indexes that were originally created for v6.x, but later upgraded to v7.x,
  • Change the search query to not run match_phrase prefix on .keyword fields, support for which has been removed starting v7.x,
  • Improvements in Search Preview functionality for v7.x, as well as an important bug fix that prevented search preview from loading for certain v7.x apps,
  • Query view adds support for v7.x indexes,
  • Add placeholder for showing an example for a custom mapping format.

You can test this live at dejavu.appbase.io or get the Chrome extension or the Docker image.

3.3.1

4 years ago
  • #315 Fixes a routing issue with Docker image