Skip to content

Tags: rdc-112/elasticvue

Tags

v0.36.4

Toggle v0.36.4's commit message
* [fix]: syntax error in query leads to errors during result loading,…

… fixes [cars10#68][i68]

* [fix]: rest query bug when cluster url ends with a slash, fixes [cars10#69][i69]

[i68]: cars10#68

[i69]: cars10#69

v0.36.3

Toggle v0.36.3's commit message
* [fix]: error when having an uneven amount of cpu cores, fixes [cars…

…10#61][i61]

* [fix]: reset search after failed query [cars10#66][p66]

[i61]: cars10#61

[p66]: cars10#66

v0.36.2

Toggle v0.36.2's commit message
* [fix]: Rest requests not sending body, fixes [cars10#65][i65]

[i65]: cars10#65

v0.36.1

Toggle v0.36.1's commit message
* fix GET requests not sending `Accept: application/json` by default

v0.36.0

Toggle v0.36.0's commit message
This version includes many fixes and improvements mentioned in the su…

…rvey. 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 [cars10#54][i54]
* removes link to survey, view the results [here](cars10#55)
* some small css and color improvements

Big thanks to @qiwihui for the chinese translation!

[i54]: cars10#54

v0.35.0

Toggle v0.35.0's commit message
* Reworks saved cluster selection to table (with pagination and filte…

…r) 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

Toggle v0.34.0's commit message
* Use `json-bigint` to parse responses, fixes [cars10#52][i52]. 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 [cars10#53][i53]
* Add configurable regex to hide indices, fixes [cars10#50][i50]. 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

[i50]: cars10#50

[i52]: cars10#52

[i53]: cars10#53

v0.33.0

Toggle v0.33.0's commit message
* [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

Toggle v0.32.0's commit message
* [feat]: adds ability to completely customize the search query, fixes [

cars10#42][f42]

* [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 [cars10#43][f43]
* [feat]: small color changes to improve a11y and contrast
* converted the remaining components to the new vue composition api

v0.31.0

Toggle v0.31.0's commit message
* [feat]: support `_bulk` api, fixes [cars10#39][f39]

* [feat]: can show, add and remove index aliases, fixes [cars10#38][f38]
* [feat]: can rename elasticsearch instances, fixes [cars10#41][f41]
* [feat]: adds `x` to all modals

[f38]: cars10#38
[f39]: cars10#39
[f41]: cars10#41