|
2 | 2 |
|
3 | 3 | All notable changes to `ray` will be documented in this file |
4 | 4 |
|
| 5 | +## 1.44.0 - 2025-11-20 |
| 6 | + |
| 7 | +### What's Changed |
| 8 | + |
| 9 | +* Provide backwards compatibility with PHPStan 1.x. by @pfrenssen in https://github.com/spatie/ray/pull/952 |
| 10 | +* Update Dependencies by @sweptsquash in https://github.com/spatie/ray/pull/955 |
| 11 | +* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot[bot] in https://github.com/spatie/ray/pull/961 |
| 12 | +* Laravel 12.x Compatibility by @laravel-shift in https://github.com/spatie/ray/pull/966 |
| 13 | +* Use static:: instead of self:: for late static binding by @TumTum in https://github.com/spatie/ray/pull/970 |
| 14 | +* Add offset and limit support to trace by @dimitri-koenig in https://github.com/spatie/ray/pull/974 |
| 15 | +* Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in https://github.com/spatie/ray/pull/979 |
| 16 | +* Update issue template by @AlexVanderbist in https://github.com/spatie/ray/pull/986 |
| 17 | +* Fix PHP 8.5 deprecations by @IonBazan in https://github.com/spatie/ray/pull/989 |
| 18 | +* Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in https://github.com/spatie/ray/pull/988 |
| 19 | +* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/ray/pull/984 |
| 20 | +* Fix searchConfigFilesOnDisk to handle empty string parameter by @bjo3rnf in https://github.com/spatie/ray/pull/992 |
| 21 | + |
| 22 | +### New Contributors |
| 23 | + |
| 24 | +* @pfrenssen made their first contribution in https://github.com/spatie/ray/pull/952 |
| 25 | +* @laravel-shift made their first contribution in https://github.com/spatie/ray/pull/966 |
| 26 | +* @TumTum made their first contribution in https://github.com/spatie/ray/pull/970 |
| 27 | +* @dimitri-koenig made their first contribution in https://github.com/spatie/ray/pull/974 |
| 28 | +* @IonBazan made their first contribution in https://github.com/spatie/ray/pull/989 |
| 29 | +* @bjo3rnf made their first contribution in https://github.com/spatie/ray/pull/992 |
| 30 | + |
| 31 | +**Full Changelog**: https://github.com/spatie/ray/compare/1.41.3...1.44.0 |
| 32 | + |
5 | 33 | ## 1.43.1 - 2025-10-29 |
6 | 34 |
|
7 | 35 | ### What's Changed |
|
0 commit comments