The Laravel team tagged v12.69.2 on the 12.x maintenance branch on September 8, 2026.

The patch contains three changes. Jack Bayliss added a default memoryExceededExitCode value for Laravel Cloud in PR #61432, so workers killed for exceeding memory limits now exit with a defined code. Sander Muller wrapped the closure return type in withFreshQueryLog() in PR #61458 and wrapped the autocompleter callback return type in askWithCompletion() in PR #61487, both corrections to the framework's type annotations.

The release is published on GitHub as an immutable tag. Projects on Laravel 12.x receive the fixes via a routine composer update.