Skip to content

Releases: cars10/elasticvue

v1.0.8

23 May 19:27
Compare
Choose a tag to compare

Changelog

  • fix update&delete documents that use routing, fixes #235
  • adds shard relocation confirm msg and cancel button, fixes #236
  • fix ui issue with long cluster names, fixes #230

Using elasticvue

Desktop app

Browser extension

Other

v1.0.7

24 Apr 18:54
Compare
Choose a tag to compare

Changelog

This release contains no changes to elasticvue itself. It is only done to fix build issues with the macos desktop version.

Using elasticvue

Desktop app

Browser extension

Other

v1.0.6

23 Apr 19:01
Compare
Choose a tag to compare

Changelog

  • double click to edit search results, fixes #225

Using elasticvue

Desktop app

Browser extension

Other

v1.0.5

21 Apr 16:55
Compare
Choose a tag to compare

Changelog

  • adds request logging to desktop app
  • fix issue when elasticsearch url ends with a slash, fixes #214
  • fix build setup when hosting elasticvue on a subdirectory
  • fix error when showing documents that include id prop, fixes #219
  • save per_page & sort settings on indices page
  • show index creation date on indices page
  • warn when selecting huge page sizes
  • add some query string examples
  • show search query execution time
  • adds "clear" button to search column selection options

Using elasticvue

Desktop app

Browser extension

Other

v1.0.4

26 Feb 20:17
Compare
Choose a tag to compare

Changelog

  • show shard size on hover, fixes #199 and #203
  • fix cluster selection filter, fixes #210
  • limit index bulk actions to 16 indices sent in chunks, fixes #213

Mac

  • mac desktop builds are now signed and notarized
  • mac desktop builds can now update automatically

Windows

  • windows desktop builds can now update automatically when using the msi installer

Linux

  • linux desktop builds can now update automatically when using the AppImage

Using elasticvue

Desktop app

Browser extension

Other

v1.0.3

13 Jan 10:56
Compare
Choose a tag to compare

Changelog

  • updates chinese translations. thanks @slow-groovin! #192
  • don't automatically open autocomplete in editor, press Ctrl+Space to open, fixes #189
  • send search query with Ctrl+Enter when editing query, fixes #190
  • fix sorting in nodes table, fixes #193

Using elasticvue

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed yet):

xattr -cr elasticvue_1.0.0*.dmg

Browser extension

Other

v1.0.2

07 Jan 18:10
Compare
Choose a tag to compare

Changelog

  • fixes issue with old versions of elasticsearch that do not provide a uuid, fixes #182
  • adds document meta information when editing documents, fixes #187
  • remap hotkey for sending rest request to Ctrl+Enter, fixes #183
  • cache index table filter, fixes #181

Using elasticvue

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed yet):

xattr -cr elasticvue_1.0.0*.dmg

Browser extension

Other

v1.0.1

31 Dec 16:39
Compare
Choose a tag to compare

This release fixes some bugs that where introduced in 1.0. It also adds the ability to configure clusters when using
elasticvue via docker.

  • you can add predefined clusters when starting elasticvue via docker, check the readme for details. fixes #112
  • fix issues when showing documents if routing is enabled, fixes #177
  • fix issue when trying to show all shards, fixes #174
  • fix issue with jumping cursor in rest editor, fixes #180

Using elasticvue

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed yet):

xattr -cr elasticvue_1.0.0*.dmg

Browser extension

Other

v1.0.0

23 Dec 20:22
Compare
Choose a tag to compare

This is the first stable release of elasticvue 1.0. Elasticvue now uses vue 3, vite, quasar and typescript.
This significantly improves performance in development and in production.

FAQ

Which versions of elasticsearch are supported by elasticvue 1.0?

Elasticvue always supports the two latest major versions of elasticsearch. Currently, this means 8.x and 7.x.
Older versions of elasticsearch should work, but you might encounter small bugs or limited features.

Updates & new features

Elasticvue 1.0 adds many new features:

  • Modernized tech stack and huge performance improvements
  • Setup:
    • New welcome page
    • Adds the ability to directly import a backup
    • Improved cluster setup, can also update cluster credentials
  • Home: New dashboard that includes more information about your cluster
  • Indices: You can reindex indices into other indices, you can also delete all documents from and index
  • Search: You are able to edit documents on the search page directly. Also values of @timestamp fields are localized
    by default
  • Rest: Now includes tabs, history and saved queries - all saved separately per cluster.
  • Snapshots: You can now create s3 repositories.
  • New theme and improved accessibility
  • Improved desktop version
  • You can use comments in search query and rest request bodies // some comment
  • Improved compatibility with old versions of elasticsearch. The official support is still limited to non-EOL versions,
    but older versions should work better now.

Removed features

  • Nodes grid view
  • Rest query vertical view
  • Utilities (these are now included in the rest query examples)

Using elasticvue

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed yet):

xattr -cr elasticvue_1.0.0*.dmg

Browser extension

Other

v1.0.0-beta-6

23 Nov 19:12
Compare
Choose a tag to compare
v1.0.0-beta-6 Pre-release
Pre-release

This is a beta version. The browser addons are not updated yet, and the :latest tag of the docker image still points to the previous stable version.

Changelog

  • adds confirm when closing indices, fixes #153
  • link rest api docs to current version docs, fixes #163
  • sort shards by health, fixes #161
  • fixes index table filter
  • replaces ace editor with codemirror 6
  • more improvements for older versions of elasticvue
  • dependency updates

Using elasticvue

This version of elasticvue supports elasticsearch 8.x, 7.x and 6.8.

Desktop app

If you get an error message when running the mac version of elasticvue ("elasticvue" is damaged and can't be opened) you might have to run (This happens because the builds are not signed (yet):

xattr -c elasticvue_1.0.0_aarch64-fixed.dmg