|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/scout/compare/v9.8.1...master) |
| 3 | +## [Unreleased](https://github.com/laravel/scout/compare/v10.9.0...11.x) |
| 4 | + |
| 5 | +## [v10.9.0](https://github.com/laravel/scout/compare/v10.8.6...v10.9.0) - 2024-05-07 |
| 6 | + |
| 7 | +* Allow Typesense Search Parameter Definition on Models by [@stammbach](https://github.com/stammbach) in https://github.com/laravel/scout/pull/827 |
| 8 | +* Fixing issue 825 by [@AbdullahFaqeir](https://github.com/AbdullahFaqeir) in https://github.com/laravel/scout/pull/826 |
| 9 | + |
| 10 | +## [v10.8.6](https://github.com/laravel/scout/compare/v10.8.5...v10.8.6) - 2024-04-16 |
| 11 | + |
| 12 | +* Prevent unnecessary api calls on Collection (index) by [@AbdullahFaqeir](https://github.com/AbdullahFaqeir) in https://github.com/laravel/scout/pull/820 |
| 13 | + |
| 14 | +## [v10.8.5](https://github.com/laravel/scout/compare/v10.8.4...v10.8.5) - 2024-04-02 |
| 15 | + |
| 16 | +* [Typesense] Issue when searching with queryCallback by [@karakhanyans](https://github.com/karakhanyans) in https://github.com/laravel/scout/pull/817 |
| 17 | + |
| 18 | +## [v10.8.4](https://github.com/laravel/scout/compare/v10.8.3...v10.8.4) - 2024-03-26 |
| 19 | + |
| 20 | +* Repaces when and tap functions with Conditionable and Tappable traits by [@ncharalampidis](https://github.com/ncharalampidis) in https://github.com/laravel/scout/pull/811 |
| 21 | +* [10.x] Make commands lazy by [@timacdonald](https://github.com/timacdonald) in https://github.com/laravel/scout/pull/815 |
| 22 | +* [10.x] Optional field definitions on model by [@MortenDHansen](https://github.com/MortenDHansen) in https://github.com/laravel/scout/pull/812 |
| 23 | + |
| 24 | +## [v10.8.3](https://github.com/laravel/scout/compare/v10.8.2...v10.8.3) - 2024-02-13 |
| 25 | + |
| 26 | +* [10.x] Fix zero integer value in options parameter for Typesense by [@alignwebs](https://github.com/alignwebs) in https://github.com/laravel/scout/pull/802 |
| 27 | + |
| 28 | +## [v10.8.2](https://github.com/laravel/scout/compare/v10.8.1...v10.8.2) - 2024-01-30 |
| 29 | + |
| 30 | +* [10.x] Ordering by model's custom `created_at` column by [@stevebauman](https://github.com/stevebauman) in https://github.com/laravel/scout/pull/801 |
| 31 | + |
| 32 | +## [v10.8.1](https://github.com/laravel/scout/compare/v10.8.0...v10.8.1) - 2024-01-23 |
| 33 | + |
| 34 | +* [10.x] Fix Typesense search parameters issue by [@karakhanyans](https://github.com/karakhanyans) in https://github.com/laravel/scout/pull/795 |
| 35 | + |
| 36 | +## [v10.8.0](https://github.com/laravel/scout/compare/v10.7.0...v10.8.0) - 2024-01-16 |
| 37 | + |
| 38 | +* [10.x] Laravel v11 support by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/scout/pull/789 |
| 39 | + |
| 40 | +## [v10.7.0](https://github.com/laravel/scout/compare/v10.6.1...v10.7.0) - 2024-01-09 |
| 41 | + |
| 42 | +* [10.x] Add Typesense engine by [@jasonbosco](https://github.com/jasonbosco) in https://github.com/laravel/scout/pull/773 |
| 43 | + |
| 44 | +## [v10.6.1](https://github.com/laravel/scout/compare/v10.6.0...v10.6.1) - 2023-12-05 |
| 45 | + |
| 46 | +* Fix unsearchable config by [@Casmo](https://github.com/Casmo) in https://github.com/laravel/scout/pull/783 |
| 47 | + |
| 48 | +## [v10.6.0](https://github.com/laravel/scout/compare/v10.5.1...v10.6.0) - 2023-11-28 |
| 49 | + |
| 50 | +* Add search engine meta data to results by [@tobz-nz](https://github.com/tobz-nz) in https://github.com/laravel/scout/pull/780 |
| 51 | + |
| 52 | +## [v10.5.1](https://github.com/laravel/scout/compare/v10.5.0...v10.5.1) - 2023-10-31 |
| 53 | + |
| 54 | +- Call makeSearchableUsing before searching on CollectionEngine by [@Magnesium38](https://github.com/Magnesium38) in https://github.com/laravel/scout/pull/777 |
| 55 | + |
| 56 | +## [v10.5.0](https://github.com/laravel/scout/compare/v10.4.0...v10.5.0) - 2023-10-10 |
| 57 | + |
| 58 | +- Adds latest and oldest sorting options by [@peterfox](https://github.com/peterfox) in https://github.com/laravel/scout/pull/770 |
| 59 | + |
| 60 | +## [v10.4.0](https://github.com/laravel/scout/compare/v10.3.0...v10.4.0) - 2023-09-26 |
| 61 | + |
| 62 | +- Allow configuration of Algolia batch size by [@samlev](https://github.com/samlev) in https://github.com/laravel/scout/pull/768 |
| 63 | + **Full Changelog**: https://github.com/laravel/scout/compare/v10.3.0...v10.4.0 |
| 64 | + |
| 65 | +## [v10.3.0](https://github.com/laravel/scout/compare/v10.2.4...v10.3.0) - 2023-09-05 |
| 66 | + |
| 67 | +- Add "whereNotIn" native support to Meilisearch, Database and Collection engines by [@guestpectacular](https://github.com/guestpectacular) in https://github.com/laravel/scout/pull/760 |
| 68 | + |
| 69 | +## [v10.2.4](https://github.com/laravel/scout/compare/v10.2.3...v10.2.4) - 2023-08-08 |
| 70 | + |
| 71 | +- Add Configurable Scout Key Type by [@geisi](https://github.com/geisi) in https://github.com/laravel/scout/pull/752 |
| 72 | + |
| 73 | +## [v10.2.3](https://github.com/laravel/scout/compare/v10.2.2...v10.2.3) - 2023-07-11 |
| 74 | + |
| 75 | +- Override attributesToRetrieve config to ensure search result is complete by [@mmachatschek](https://github.com/mmachatschek) in https://github.com/laravel/scout/pull/751 |
| 76 | + |
| 77 | +## [v10.2.2](https://github.com/laravel/scout/compare/v10.2.1...v10.2.2) - 2023-05-24 |
| 78 | + |
| 79 | +- Fixes usage with `sqlsrv` databases by @nunomaduro in https://github.com/laravel/scout/pull/740 |
| 80 | + |
| 81 | +## [v10.2.1](https://github.com/laravel/scout/compare/v10.2.0...v10.2.1) - 2023-05-10 |
| 82 | + |
| 83 | +- Fixes `makeSearchableUsing` not being able to be called by @nunomaduro in https://github.com/laravel/scout/pull/739 |
| 84 | + |
| 85 | +## [v10.2.0](https://github.com/laravel/scout/compare/v10.1.1...v10.2.0) - 2023-05-09 |
| 86 | + |
| 87 | +- Add 'makeSearchableUsing' method (to allow eager loading when making specific models searchable) by @gdebrauwer in https://github.com/laravel/scout/pull/732 |
| 88 | +- Re-add options for search requests by @patrickweh in https://github.com/laravel/scout/pull/734 |
| 89 | + |
| 90 | +## [v10.1.1](https://github.com/laravel/scout/compare/v10.1.0...v10.1.1) - 2023-04-18 |
| 91 | + |
| 92 | +- Handle empty whereIn clause by @jshah4517 in https://github.com/laravel/scout/pull/729 |
| 93 | + |
| 94 | +## [v10.1.0](https://github.com/laravel/scout/compare/v10.0.2...v10.1.0) - 2023-04-11 |
| 95 | + |
| 96 | +- Removed redundant default value for config file by @siarheipashkevich in https://github.com/laravel/scout/pull/714 |
| 97 | +- Adds support for custom page names using the database engine by @lukeraymonddowning in https://github.com/laravel/scout/pull/728 |
| 98 | + |
| 99 | +## [v10.0.2](https://github.com/laravel/scout/compare/v10.0.1...v10.0.2) - 2023-03-07 |
| 100 | + |
| 101 | +- Use `newQuery()` instead of `query()` in `DatabaseEngine` by @jbelien in https://github.com/laravel/scout/pull/713 |
| 102 | + |
| 103 | +## [v10.0.1](https://github.com/laravel/scout/compare/v10.0.0...v10.0.1) - 2023-03-05 |
| 104 | + |
| 105 | +- Fix missing function issue by @JerryBels in https://github.com/laravel/scout/pull/711 |
| 106 | + |
| 107 | +## [v10.0.0](https://github.com/laravel/scout/compare/v9.8.1...v10.0.0) - 2023-03-02 |
| 108 | + |
| 109 | +- Refactor the use of getScoutKeyName by @driesvints in https://github.com/laravel/scout/pull/509 |
| 110 | +- Remove obsolete code for scout key name by @mmachatschek in https://github.com/laravel/scout/pull/545 |
| 111 | +- Provide searchable data array with primary key and value for MeiliSearch by @mmachatschek in https://github.com/laravel/scout/pull/546 |
| 112 | +- Fix custom scout keys not being utilized when deleting from queue by @stevebauman in https://github.com/laravel/scout/pull/657 |
| 113 | +- Drop old PHP and Laravel versions by @driesvints in https://github.com/laravel/scout/pull/675 |
| 114 | +- Meilisearch v1 support by @mmachatschek in https://github.com/laravel/scout/pull/678 |
4 | 115 |
|
5 | 116 | ## [v9.8.1](https://github.com/laravel/scout/compare/v9.8.0...v9.8.1) - 2023-02-14
|
6 | 117 |
|
|
0 commit comments