Skip to content

Commit 80c262f

Browse files
committed
0.9.4
1 parent 0843f85 commit 80c262f

File tree

1 file changed

+66
-49
lines changed

1 file changed

+66
-49
lines changed

CHANGELOG.md

Lines changed: 66 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3,126 +3,142 @@ All notable changes to this project will be documented in this file.
33

44
## [Released]
55

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+
622
## [0.9.3] - 2017-02-27
723

824
# Fixed
9-
- optimize count() method
25+
- Optimize count() method.
1026

1127

1228
## [0.9.2] - 2017-02-27
1329

1430
# Added
15-
- add bulk queries with different index or type names
31+
- Add bulk queries with different index or type names
1632

1733
# 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.
2137

2238

2339
## [0.9.1] - 2017-02-26
2440

2541
# 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.
2844

2945
## [0.9] - 2017-02-25
3046

3147
# Fixed
32-
- fix index aliases update throw console.
48+
- Fix index aliases update throw console.
3349

3450
## [0.8.9] - 2017-02-25
3551

3652
# Added
37-
- add index aliases using command line
53+
- Add index aliases using command line
3854

3955
# Updated
40-
- return data throw a model to avoid non exist property.
56+
- Return data throw a model to avoid non exist property.
4157

4258
# Fixed
43-
- fix list indices command if no indices found.
59+
- Fix list indices command if no indices found.
4460

4561
## [0.8.8] - 2017-02-24
4662

4763
# Updated
48-
- update commands with a clear names.
64+
- Update commands with a clear names.
4965

5066
## [0.8.7] - 2017-02-24
5167

5268
# Fixed
53-
- fix dynamic command connection option.
69+
- Fix dynamic command connection option.
5470

5571
## [0.8.6] - 2017-02-24
5672

5773
### Added
58-
- add console environment support.
74+
- Add console environment support.
5975
- 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.
6278

6379
# Fixed
64-
- fix raw query example syntax in readme file.
80+
- Fix raw query example syntax in readme file.
6581

6682
# Removed
67-
- remove hhvm from Travis CI.
83+
- Remove hhvm from Travis CI.
6884

6985
## [0.8.5] - 2017-02-19
7086

7187
### Fixed
72-
- fix some compatibility issues.
88+
- Fix some compatibility issues.
7389

7490
## [0.8.4] - 2017-02-19
7591

7692
### Fixed
77-
- fix pagination for laravel 5.1.
93+
- Fix pagination for laravel 5.1.
7894

7995
## [0.8.3] - 2017-02-19
8096

8197
### Fixed
82-
- fix laravel scout non resolved class.
98+
- Fix laravel scout non resolved class.
8399

84100
## [0.8.2] - 2017-02-19
85101

86102
### Fixed
87-
- fix pagination for non-laravel apps.
103+
- Fix pagination for non-laravel apps.
88104

89105
## [0.8.1] - 2017-02-18
90106

91107
### Added
92-
- add lumen auto configuration.
108+
- Add lumen auto configuration.
93109

94110
## [0.8] - 2017-02-18
95111

96112
### Added
97-
- add laravel 5.* support.
113+
- Add laravel 5.* support.
98114

99115
### 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.
101117

102118
## [0.7.5] - 2017-02-17
103119

104120
### Fixed
105-
- fix query caching for lumen.
121+
- Fix query caching for lumen.
106122

107123
## [0.7.4] - 2017-02-17
108124

109125
### Added
110-
- add composer based applications support.
126+
- Add composer based applications support.
111127

112128
## [0.7.3] - 2017-02-16
113129

114130
### Added
115-
- add lumen framework support.
131+
- Add lumen framework support.
116132

117133
## [0.7.2] - 2017-02-14
118134

119135
### Added
120-
- make the package supports earlier requirements as much as possible.
136+
- Make the package supports earlier requirements as much as possible.
121137

122138
## [0.7.1] - 2017-02-14
123139

124140
### Added
125-
- update dependencies of package to work with:
141+
- Update dependencies of package to work with:
126142

127143
php >= 5.6.6
128144

@@ -131,51 +147,52 @@ All notable changes to this project will be documented in this file.
131147
## [0.7] - 2017-02-12
132148

133149
### 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.
139155

140156
## [0.6] - 2017-02-04
141157

142158
### 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.
145161

146162
## [0.5] - 2017-01-17
147163

148164
### 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.
153169

154170
## [0.4] - 2017-01-15
155171

156172
### 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.
161177

162178
## [0.3] - 2017-01-07
163179

164180
### Added
165-
- add bulk inserts.
181+
- Add bulk inserts.
166182

167183
## [0.2] - 2017-01-07
168184

169185
### Added
170-
- some fixes.
186+
- Some fixes.
171187

172188
## [0.1] - 2017-01-07
173189

174190
### Added
175-
- basic builder.
191+
- Basic builder.
176192

177193

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
179196
[0.9.3]: https://github.com/basemkhirat/elasticsearch/compare/0.9.2...0.9.3
180197
[0.9.2]: https://github.com/basemkhirat/elasticsearch/compare/0.9.1...0.9.2
181198
[0.9.1]: https://github.com/basemkhirat/elasticsearch/compare/0.9...0.9.1

0 commit comments

Comments
 (0)