Upgrading the package changes almost nothing; replacing render with createRoot is what switches the application into concurrent mode. Leaving the old call in place is a supported and…
Renaming a resource or moving it into a module makes Terraform plan a destroy and a create, and 1.1 lets the rename be declared instead. The value over…
The filesystem abstraction moved from returning false on failure to throwing, and Laravel 9 wraps that in a setting rather than a change. Defaulting to the old behaviour…
InnoDB requires an index on the referencing column and creates one silently if none exists, which is convenient and produces indexes nobody chose. The auto-created index is a…
Mapping types were deprecated in 6.0, made single-only in 7.0 and removed entirely in 8.0, which is an unusually long and well-signposted removal. The four-year runway means most…