Skip to content

Releases: cars10/elasticvue

v0.36.0

11 Aug 18:56
7e25044
Compare
Choose a tag to compare

This version includes many fixes and improvements mentioned in the survey. Thanks!

  • [feat]: Adds history for rest queries. The history can also be backed up and restored in the settings
  • [feat]: i18n support including chinese
  • [feat]: Adds button to reset the "hide indices regex" setting to default
  • [feat]: When deleting an index the name of the index is now included in the confirm message
  • [feat]: Adds "Copy content" button to editors
  • [feat]: Can download search response as json
  • [feat]: Can download rest query response as json
  • [feat]: Can send a request body via GET when using rest queries
  • [feat]: Cleanup code editor settings
  • [feat]: Simplify footer, move link to reset settings to settings page
  • [fix]: Adds tooltip to document count column in the indices table, fixes #54
  • removes link to survey, view the results here
  • some small css and color improvements

Big thanks to @qiwihui for the chinese translation!

v0.35.0

14 Jun 17:18
ba47f5a
Compare
Choose a tag to compare

This version is the first to include some fixes and suggestions from the survey. Thanks for participating!

  • Reworks saved cluster selection to table (with pagination and filter) to improve support for users with 10+ clusters
  • Can open documents in new tab by using ctrl+click. Standalone click will still open document in modal. Please
    report if this does not work on macOS.
  • Adds icons for first/last page in all tables
  • Adds "uncheck" button to deselect all columns in search table
  • Adds additional hint to set http.cors.allow-headers when adding a cluster that uses authorization

v0.34.0

28 May 16:17
f4f0bd9
Compare
Choose a tag to compare
  • Use json-bigint to parse responses, fixes #52. This adds support for displaying numbers bigger
    than 9007199254740991. I still recommend to use strings for numbers like this if you do not need the value for
    calculations.
  • Add import/export for elasticvue settings, fixes #53
  • Add configurable regex to hide indices, fixes #50. The default value is ^\..*
  • Improve visibility of active buttons in code viewer/editor
  • Autofocus code editor in modals
  • Remove fuzzy table filtering. You can still filter specific fields when filtering search results
  • Adds a link to an upcoming survey about elasticvue

v0.33.0

06 Apr 08:32
a49bed6
Compare
Choose a tag to compare
  • [feat]: adds hint about certificates when connecting to a cluster that uses ssl
  • [feat]: more color, contrast and a11y improvements
  • updates addon setup and configuration. We now need a separate manifest for chrome because of the new manifest v3 spec. (This might cause issues, please do not hesitate to open an issue on github!)
  • updates dependencies
  • removes component specs, these need to be rewritten after upgrading vue & vuetify

v0.32.0

25 Jan 07:26
18d6b37
Compare
Choose a tag to compare
  • [feat]: adds ability to completely customize the search query, fixes #42
  • [feat]: adds autocomplete to editors on Seach and Rest pages (it is not context sensitive)
  • [feat]: change forms to connect/add a cluster, adds dedicated fields for username and password. This should fix any
    issues with passwords that are not urlsafe, fixes #43
  • [feat]: small color changes to improve a11y and contrast
  • converted the remaining components to the new vue composition api

v0.31.0

01 Dec 15:45
a6cb4d2
Compare
Choose a tag to compare
  • [feat]: support _bulk api, fixes #39
  • [feat]: can show, add and remove index aliases, fixes #38
  • [feat]: can rename elasticsearch instances, fixes #41
  • [feat]: adds x to all modals

v0.30.1

20 Nov 16:25
b5f9e97
Compare
Choose a tag to compare

The only change in this release is a fix to the Dockerfile. The docker image should build again.

v0.30.0

20 Nov 15:42
a234505
Compare
Choose a tag to compare

For this release i rewrote almost all components to use the new vue composition api.
The rewrite improves the performance and prepares elasticvue for the update to vuejs 3, but might have added some bugs.
Please reach out if you encounter any issues!

  • [feat]: can add multiple elasticsearch instances, fixes #35
  • [feat]: adds "copy error" button to error messages
  • [feat]: can search indices by clicking on their name in the indices table
  • [feat]: cleanup tables and remove "sticky header" option. The tables now always use a sticky header