22
33All notable changes to this ` laravel-elasticsearch ` package will be documented in this file.
44
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+
515## v5.0.6 - 2025-06-04
616
717This release is compatible with Laravel 10, 11 & 12
@@ -82,6 +92,7 @@ People::bulkInsert([
8292
8393
8494
95+
8596```
8697Returns:
8798
@@ -105,6 +116,7 @@ Returns:
105116
106117
107118
119+
108120```
109121#### 2. Bug fix: ` distinct() ` aggregation now appends ` searchAfter ` key in meta
110122
@@ -143,6 +155,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
143155
144156
145157
158+
146159```
147160### Breaking Changes
148161
@@ -173,6 +186,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
173186
174187
175188
189+
176190 ```
177191
178192#### 3. Queries
@@ -190,6 +204,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
190204
191205
192206
207+
193208 ```
194209- ` orderByRandom() ` Removed
195210
@@ -208,6 +223,7 @@ with Laravel’s Eloquent. It lays a solid, future-proof foundation for everythi
208223
209224
210225
226+
211227 ```
212228- Legacy Search Methods Removed
213229 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
231247
232248
233249
250+
234251 ```
235252- ` Schema::hasIndex ` has been removed. Use ` Schema::hasTable ` or ` Schema::indexExists ` instead.
236253
@@ -298,6 +315,7 @@ Connection::on('elasticsearch')->elastic()->{clientMethod}();
298315
299316
300317
318+
301319```
302320### What's Changed
303321
0 commit comments