·
1 commit
to 13.x
since this release
Immutable
release. Only release title and notes can be modified.
- [12.x] Fix infinite recursion when defining model scope with attribute as private by @noefleury in #59958
- [12.x] Fix infinite recursion when middleware group referencing itself by @noefleury in #60002
- [12.x] Backport #60000 to 12.x by @iWader in #60006
- [12.x] Narrow attachment url scheme by @benbjurstrom in #60035
- [12.x] backport #60045 to 12.x by @levikl in #60052
- [12.x] Back port cloud queues by @timacdonald in #60122
- [12.x] Fix Number::fileSize() handling of negative byte values by @Amirhf1 in #60147
- [12.x] Remove stale PHPStan ignore comments from type tests by @jradtilbrook in #60167
- [12.x] Output cloud request ID in logs by @jradtilbrook in #60166
- [12.x] Dedicated Cloud Queue by @kieranbrown in #60181
- [12.x] Rename X-Request-ID header to Cloud-Request-ID by @kieranbrown in #60189
- [12.x] Boot managed queues before service providers boot by @kieranbrown in #60199
- [12.x] Accept Symfony's new control-characters exception message in mailer test by @kieranbrown in #60203
- [12.x] Fix queue:failed command to show real class name by @clementmas in #60279
- [12.x] Throw ManagedQueueNotFoundException when a managed queue is missing by @kieranbrown in #60276
- [12.x] Preserve empty HTTP attach contents by @GrahamCampbell in #60291
- Fix @params typo in Fluent and MessageBag toPrettyJson() docblocks by @Amirhf1 in #60313
- [12.x] Fix regex typo in Env::addVariableToEnvContents that prevented quotin… by @Amirhf1 in #60312
- [12.x] Fix Number::trim() returning null for INF and NAN values by @Amirhf1 in #60322
- [12.x] Fix FIFO queue name normalization in Cloud managed queues by @kieranbrown in #60316
- [12.x] Fix Number::pairs() infinite loop when $by is zero or negative by @Amirhf1 in #60324
- [12.x] Ensure path seperators aren't encoded in LocalFilesystemAdapter by @jackbayliss in #60350
- [12.x] Ensure
configis bound before trying to log deprecation notice by @crynobone in #60376 - [12.x] Add JSON Schema array deserializer by @pushpak1300 in #60387
-
[13.x] Fix validation bypass in date_equals rule due to loose comparison by @gr8man in #60393
- [13.x] Add Macroable to InvokedProcess by @yoeriboven in #60392
- [13.x] Restrict allowed classes in routing unserialization by @gr8man in #60391
- [13.x] Extract flexible cache created-key prefix into a named constant by @Amirhf1 in #60390
- [13.x] Add missing type hints to WorkerIdle and listenForSignals to match sibling events by @Amirhf1 in #60389
- [13.x] Allow enums in Queue::route by @jackbayliss in #60402
- [13.x] Ensure unchanged compiled Blade views are not left expired by @dansan92 in #60401
- [12.x] Skip pg_collation lookup in compileColumns() on PostgreSQL servers before 9.1 by @fissible in #60400
- [13.x] Add units to queue attributes by @jackbayliss in #60431
- [13.x] Add Prohibitable to
cache:clearandqueue:flushby @jackbayliss in #60430 - [13.x] Refactor: use
Repository::FLEXIBLE_CREATED_KEY_PREFIXin test by @alipowerful7 in #60424 - [13.x] Refactor: add
\JsonExceptionby @alipowerful7 in #60423 - [13.x] Add generics to DatabaseTransactionsManager transaction getters by @dfinchenko in #60420
- [13.x] Fix: add
@throws \ReflectionExceptionby @alipowerful7 in #60436 - [13.x] Fix: add
|nullin doc blocks by @alipowerful7 in #60435 - Merge branch 12.x by @crynobone in #60441
- [13.x] fix model:prune Command options validation typo by @clemblanco in #60444
- [13.x] Add typed translation accessors by @dansan92 in #60443
- [13.x] Fix HandleExceptions fatal when static::$app is null during Octane request marshaling by @majidfeiz in #60439
- [13.x] Adjust PruneCommandTest by @jackbayliss in #60445
- [13.x] Add generic to QueueRoutes::all() return type by @dfinchenko in #60447
- [13.x] Pass reflection parameter to contextual attribute resolve method by @SanderSander in #60457
- Add multi-type union support to Illuminate JsonSchema by @pushpak1300 in #60455
- [13.x] Cache
rememberWithState()by @cosmastech in #60385