- [10.x] Fix key type in @return tag of EnumeratesValues::ensure() docblock by @wimski in #48456
- [10.x] Add str()->take($limit) and Str::take($string, $limit) by @moshe-autoleadstar in #48467
- [10.x] Throttle exceptions by @timacdonald in #48391
- [10.x] Fix blade failing to compile when mixing inline/block @php directives by @CalebDW in #48420
- [10.x] Fix test name for stringable position by @shawnlindstrom in #48480
- [10.x] Create fluent method convertCase by @rmunate in #48492
- [10.x] Fix
CanBeOneOfMany
giving erroneous results by @Guilhem-DELAITRE in #47427 - [10.x] Disable autoincrement for unsupported column type by @ikari7789 in #48501
- [10.x] Increase bcrypt rounds to 12 by @valorin in #48494
- [10.x] Ensure array driver expires values at the expiry time by @timacdonald in #48497
- [10.x] Fix typos by @szepeviktor in #48513
- [10.x] Improve tests for
Arr::first
andArr::last
by @tamiroh in #48511 - [10.x] Set morph type for MorphToMany pivot model by @gazben in #48432
- [10.x] Revert from using
createOrFirst
in other*OrCreate
methods by @tonysm in #48531 - [10.x] Fix typos in tests by @szepeviktor in #48534
- [10.x] Adds
updateOrCreate
on HasManyThrough relations regression test by @tonysm in #48533 - [10.x] Convert exception rate limit to seconds by @timacdonald in #48543
- [10.x] Adds the
firstOrCreate
andcreateOrFirst
methods to theHasManyThrough
relation by @tonysm in #48541 - [10.x] Handle custom extensions when caching views by @timacdonald in #48524
- [10.x] Set prompt interactivity mode by @jessarcher in #48468