Skip to content

Commit c93f5d4

Browse files
committed
Merge branch 'main' of github.com:spatie/ray
2 parents 699d063 + 6cf8a09 commit c93f5d4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to `ray` will be documented in this file
44

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+
533
## 1.43.1 - 2025-10-29
634

735
### What's Changed

0 commit comments

Comments
 (0)