1
1
# Changelog
2
2
3
- # 1.0.0-beta-5
3
+ ## 1.0.0-beta-6
4
+
5
+ * adds confirm when closing indices, fixes [ #153 ] [ f153 ]
6
+
7
+ [ f153 ] : https://github.com/cars10/elasticvue/issues/153
8
+
9
+ ## 1.0.0-beta-5
10
+
4
11
* re-adds ` json-bigint ` to support numbers bigger then ` Number.MAX_SAFE_INTEGER `
5
12
* add ` Hack ` font
6
13
* update to node 20
7
14
* adjust mock data for tests & screenshot scripts
8
15
9
- # 1.0.0-beta-4
16
+ ## 1.0.0-beta-4
17
+
10
18
* fix build issues
11
19
12
- # 1.0.0-beta-3
20
+ ## 1.0.0-beta-3
13
21
14
22
* improve compatability with older versions of elasticsearch
15
23
* improve snapshot repository creation
16
24
* various small bugfixes
17
25
* updates dependencies
18
26
19
- # 1.0.0-beta-2
27
+ ## 1.0.0-beta-2
20
28
21
29
* show warning when using unsupported versions of elasticsearch
22
30
* fix issue with opening documents in search view
23
31
* save rest query tab responses
24
32
25
- # 1.0.0-beta-1
33
+ ## 1.0.0-beta-1
26
34
27
35
[ For downloads check the releases page] ( https://github.com/cars10/elasticvue/releases )
28
36
@@ -58,13 +66,13 @@ quasar.
58
66
* Support for numbers bigger then ` Number.MAX_SAFE_INTEGER `
59
67
* Utilities (these are now included in the rest query examples)
60
68
61
- # 0.44.1
69
+ ## 0.44.1
62
70
63
71
* update dockerfile base images, fixes [ #129 ] [ i129 ]
64
72
65
73
[ i129 ] : https://github.com/cars10/elasticvue/issues/129
66
74
67
- # 0.44.0
75
+ ## 0.44.0
68
76
69
77
* [ feat] : show content while reloading, fixes [ #125 ] [ f125 ]
70
78
* [ feat] : adds index templates table, fixes [ #126 ] [ f126 ]
@@ -74,32 +82,32 @@ quasar.
74
82
75
83
[ f126 ] : https://github.com/cars10/elasticvue/issues/126
76
84
77
- # 0.43.0
85
+ ## 0.43.0
78
86
79
87
* [ feat] : add support to connect via API key, thanks @tkdave , [ #110 ] [ f110 ]
80
88
* [ feat] : desktop app menu & icon fixes for mac
81
89
* [ feat] : dependency updates, use vue 2.7, prepare vue 3.0 update
82
90
83
91
[ f110 ] : https://github.com/cars10/elasticvue/pull/110
84
92
85
- # 0.42.1
93
+ ## 0.42.1
86
94
87
95
* fix build action
88
96
89
- # 0.42.0
97
+ ## 0.42.0
90
98
91
99
* [ fix] : fix additional issues with cluster selection, fixes [ #103 ] [ i103 ]
92
100
* [ feat] : show ` _score ` in search results, fixes [ #104 ] [ i104 ]
93
101
94
102
[ i104 ] : https://github.com/cars10/elasticvue/issues/104
95
103
96
- # 0.41.0
104
+ ## 0.41.0
97
105
98
106
* [ fix] : fix some issues with browser extensions and cluster swapping, fixes [ #103 ] [ i103 ]
99
107
100
108
[ i103 ] : https://github.com/cars10/elasticvue/issues/103
101
109
102
- # 0.40.0
110
+ ## 0.40.0
103
111
104
112
* [ fix] : fix shards overview, fixes [ #92 ] [ i92 ]
105
113
* [ fix] : reset current page if new search has less results than current page, fixes [ #99 ] [ i99 ]
@@ -113,7 +121,7 @@ quasar.
113
121
114
122
[ i75 ] : https://github.com/cars10/elasticvue/issues/75
115
123
116
- # 0.39.0
124
+ ## 0.39.0
117
125
118
126
* [ fix] : improve elasticsearch 8 support, fixes [ #93 ] [ i93 ]
119
127
* [ fix] : elasticsearch version not updated, fixes [ #94 ] [ i94 ]
@@ -128,7 +136,7 @@ quasar.
128
136
129
137
[ i95 ] : https://github.com/cars10/elasticvue/issues/95
130
138
131
- # 0.38.0
139
+ ## 0.38.0
132
140
133
141
This version includes some fixes for outdated versions of elasticsearch (like ` 2.x ` and ` 5.x ` ).
134
142
@@ -139,7 +147,7 @@ This version includes some fixes for outdated versions of elasticsearch (like `2
139
147
140
148
[ i90 ] : https://github.com/cars10/elasticvue/issues/90
141
149
142
- # 0.37.0
150
+ ## 0.37.0
143
151
144
152
* [ feat] : BETA: adds shard overview + relocation, fixes [ #72 ] [ i72 ]
145
153
* [ feat] : adds index bulk actions, fixes [ #78 ] [ i78 ]
0 commit comments