2
2
3
3
All notable changes to this ` laravel-elasticsearch ` package will be documented in this file.
4
4
5
+ ## v5.0.7 - 2025-07-13
6
+
7
+ This release is compatible with Laravel 10, 11 & 12
8
+
9
+ ### What's Changed
10
+
11
+ * Connection bug fix by @pdphilip in https://github.com/pdphilip/laravel-elasticsearch/pull/75 - close #70
12
+
13
+ ** Full Changelog** : https://github.com/pdphilip/laravel-elasticsearch/compare/v5.0.6...v5.0.7
14
+
5
15
## v5.0.6 - 2025-06-04
6
16
7
17
This release is compatible with Laravel 10, 11 & 12
@@ -82,6 +92,7 @@ People::bulkInsert([
82
92
83
93
84
94
95
+
85
96
```
86
97
Returns:
87
98
@@ -105,6 +116,7 @@ Returns:
105
116
106
117
107
118
119
+
108
120
```
109
121
#### 2. Bug fix: ` distinct() ` aggregation now appends ` searchAfter ` key in meta
110
122
@@ -143,6 +155,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
143
155
144
156
145
157
158
+
146
159
```
147
160
### Breaking Changes
148
161
@@ -173,6 +186,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
173
186
174
187
175
188
189
+
176
190
```
177
191
178
192
#### 3. Queries
@@ -190,6 +204,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
190
204
191
205
192
206
207
+
193
208
```
194
209
- ` orderByRandom() ` Removed
195
210
@@ -208,6 +223,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
208
223
209
224
210
225
226
+
211
227
```
212
228
- Legacy Search Methods Removed
213
229
All ` {xx}->search() ` methods been removed. Use ` {multi_match}->get() ` instead.
@@ -231,6 +247,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
231
247
232
248
233
249
250
+
234
251
```
235
252
- ` Schema::hasIndex ` has been removed. Use ` Schema::hasTable ` or ` Schema::indexExists ` instead.
236
253
@@ -298,6 +315,7 @@ Connection::on('elasticsearch')->elastic()->{clientMethod}();
298
315
299
316
300
317
318
+
301
319
```
302
320
### What's Changed
303
321
0 commit comments