Releases: cars10/elasticvue
v1.0.8
v1.0.7
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
Changelog
- double click to edit search results, fixes #225
Using elasticvue
Desktop app
Browser extension
Other
v1.0.5
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
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
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
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
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
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
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