@@ -3,126 +3,142 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Released]
5
5
6
+ ## [ 0.9.4] - 2017-03-03
7
+
8
+ # Fixed
9
+ - Fix commands for lumen framework (working without facades).
10
+ - Fix indices list command for newer elasticsearch/elasticsearch package.
11
+
12
+ # Added
13
+ - Customization for reindex command:
14
+ -- Add progressbar.
15
+ -- Add ` --scroll ` option to control query scroll value.
16
+ -- Add ` --hide-errors ` option to hide reindexing errors.
17
+
18
+ # Updated
19
+ - Rename ` --size ` option to ` --bulk-size ` for reindexing command.
20
+
21
+
6
22
## [ 0.9.3] - 2017-02-27
7
23
8
24
# Fixed
9
- - optimize count() method
25
+ - Optimize count() method.
10
26
11
27
12
28
## [ 0.9.2] - 2017-02-27
13
29
14
30
# Added
15
- - add bulk queries with different index or type names
31
+ - Add bulk queries with different index or type names
16
32
17
33
# Fixed
18
- - add reindexing with '--skip-errors' option.
19
- - fix insert with no id.
20
- - fix query() method if no filter.
34
+ - Add reindexing with '--skip-errors' option.
35
+ - Fix insert with no id.
36
+ - Fix query() method if no filter.
21
37
22
38
23
39
## [ 0.9.1] - 2017-02-26
24
40
25
41
# Added
26
- - add reindexing command with no downtime.
27
- - response method to get the native elasticserch response.
42
+ - Add reindexing command with no downtime.
43
+ - Response method to get the native elasticserch response.
28
44
29
45
## [ 0.9] - 2017-02-25
30
46
31
47
# Fixed
32
- - fix index aliases update throw console.
48
+ - Fix index aliases update throw console.
33
49
34
50
## [ 0.8.9] - 2017-02-25
35
51
36
52
# Added
37
- - add index aliases using command line
53
+ - Add index aliases using command line
38
54
39
55
# Updated
40
- - return data throw a model to avoid non exist property.
56
+ - Return data throw a model to avoid non exist property.
41
57
42
58
# Fixed
43
- - fix list indices command if no indices found.
59
+ - Fix list indices command if no indices found.
44
60
45
61
## [ 0.8.8] - 2017-02-24
46
62
47
63
# Updated
48
- - update commands with a clear names.
64
+ - Update commands with a clear names.
49
65
50
66
## [ 0.8.7] - 2017-02-24
51
67
52
68
# Fixed
53
- - fix dynamic command connection option.
69
+ - Fix dynamic command connection option.
54
70
55
71
## [ 0.8.6] - 2017-02-24
56
72
57
73
### Added
58
- - add console environment support.
74
+ - Add console environment support.
59
75
- Add query distance() method.
60
- - add check existence of an index.
61
- - new bulk code style.
76
+ - Add check existence of an index.
77
+ - New bulk code style.
62
78
63
79
# Fixed
64
- - fix raw query example syntax in readme file.
80
+ - Fix raw query example syntax in readme file.
65
81
66
82
# Removed
67
- - remove hhvm from Travis CI.
83
+ - Remove hhvm from Travis CI.
68
84
69
85
## [ 0.8.5] - 2017-02-19
70
86
71
87
### Fixed
72
- - fix some compatibility issues.
88
+ - Fix some compatibility issues.
73
89
74
90
## [ 0.8.4] - 2017-02-19
75
91
76
92
### Fixed
77
- - fix pagination for laravel 5.1.
93
+ - Fix pagination for laravel 5.1.
78
94
79
95
## [ 0.8.3] - 2017-02-19
80
96
81
97
### Fixed
82
- - fix laravel scout non resolved class.
98
+ - Fix laravel scout non resolved class.
83
99
84
100
## [ 0.8.2] - 2017-02-19
85
101
86
102
### Fixed
87
- - fix pagination for non-laravel apps.
103
+ - Fix pagination for non-laravel apps.
88
104
89
105
## [ 0.8.1] - 2017-02-18
90
106
91
107
### Added
92
- - add lumen auto configuration.
108
+ - Add lumen auto configuration.
93
109
94
110
## [ 0.8] - 2017-02-18
95
111
96
112
### Added
97
- - add laravel 5.* support.
113
+ - Add laravel 5.* support.
98
114
99
115
### Removed
100
- - remove laravel scout. you should install it manually with this package if you want.
116
+ - Remove laravel scout. you should install it manually with this package if you want.
101
117
102
118
## [ 0.7.5] - 2017-02-17
103
119
104
120
### Fixed
105
- - fix query caching for lumen.
121
+ - Fix query caching for lumen.
106
122
107
123
## [ 0.7.4] - 2017-02-17
108
124
109
125
### Added
110
- - add composer based applications support.
126
+ - Add composer based applications support.
111
127
112
128
## [ 0.7.3] - 2017-02-16
113
129
114
130
### Added
115
- - add lumen framework support.
131
+ - Add lumen framework support.
116
132
117
133
## [ 0.7.2] - 2017-02-14
118
134
119
135
### Added
120
- - make the package supports earlier requirements as much as possible.
136
+ - Make the package supports earlier requirements as much as possible.
121
137
122
138
## [ 0.7.1] - 2017-02-14
123
139
124
140
### Added
125
- - update dependencies of package to work with:
141
+ - Update dependencies of package to work with:
126
142
127
143
php >= 5.6.6
128
144
@@ -131,51 +147,52 @@ All notable changes to this project will be documented in this file.
131
147
## [ 0.7] - 2017-02-12
132
148
133
149
### Added
134
- - add query caching layer.
135
- - add laravel scout support.
136
- - add query() method to get query before execution.
137
- - simplify readme docs.
138
- - more optimization.
150
+ - Add query caching layer.
151
+ - Add laravel scout support.
152
+ - Add query() method to get query before execution.
153
+ - Simplify readme docs.
154
+ - More optimization.
139
155
140
156
## [ 0.6] - 2017-02-04
141
157
142
158
### Added
143
- - add scan and scroll queries.
144
- - ignore some http request to avoid exceptions.
159
+ - Add scan and scroll queries.
160
+ - Ignore some http request to avoid exceptions.
145
161
146
162
## [ 0.5] - 2017-01-17
147
163
148
164
### Added
149
- - add create index ability.
150
- - add drop index ability.
151
- - add mapping ability.
152
- - ignore HTTP response errors using query builder.
165
+ - Add create index ability.
166
+ - Add drop index ability.
167
+ - Add mapping ability.
168
+ - Ignore HTTP response errors using query builder.
153
169
154
170
## [ 0.4] - 2017-01-15
155
171
156
172
### Added
157
- - add search boost factor.
158
- - add increment update.
159
- - add decrement update.
160
- - add update using script.
173
+ - Add search boost factor.
174
+ - Add increment update.
175
+ - Add decrement update.
176
+ - Add update using script.
161
177
162
178
## [ 0.3] - 2017-01-07
163
179
164
180
### Added
165
- - add bulk inserts.
181
+ - Add bulk inserts.
166
182
167
183
## [ 0.2] - 2017-01-07
168
184
169
185
### Added
170
- - some fixes.
186
+ - Some fixes.
171
187
172
188
## [ 0.1] - 2017-01-07
173
189
174
190
### Added
175
- - basic builder.
191
+ - Basic builder.
176
192
177
193
178
- [ Released ] : https://github.com/basemkhirat/elasticsearch/compare/0.9.3...HEAD
194
+ [ Released ] : https://github.com/basemkhirat/elasticsearch/compare/0.9.4...HEAD
195
+ [ 0.9.4 ] : https://github.com/basemkhirat/elasticsearch/compare/0.9.3...0.9.4
179
196
[ 0.9.3 ] : https://github.com/basemkhirat/elasticsearch/compare/0.9.2...0.9.3
180
197
[ 0.9.2 ] : https://github.com/basemkhirat/elasticsearch/compare/0.9.1...0.9.2
181
198
[ 0.9.1 ] : https://github.com/basemkhirat/elasticsearch/compare/0.9...0.9.1
0 commit comments