8000 Comparing v11.43.2...v11.44.1 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.43.2
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.44.1
Choose a head ref
  • 16 commits
  • 34 files changed
  • 14 contributors

Commits on Feb 19, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Feb 19, 2025
    Configuration menu
    Copy the full SHA
    fe4ea95 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. [11.x] Fix parsing PHP_CLI_SERVER_WORKERS as string instead of `i…

    …nt` (#54724)
    
    * [11.x] Fix parsing `PHP_CLI_SERVER_WORKERS` as `string` instead of `int`
    
    fixes #54723
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Update src/Illuminate/Foundation/Console/ServeCommand.php
    
    Co-authored-by: Julius Kiekbusch <contact@julius-kiekbusch.de>
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    Co-authored-by: Julius Kiekbusch <contact@julius-kiekbusch.de>
    crynobone and Jubeki authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    fa176f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5082a0c View commit details
    Browse the repository at this point in the history
  3. [11.x] Allow readAt method to use in database channel (#54729)

    * Allow default readed notification
    
    * Update DatabaseChannel.php
    
    * Update NotificationDatabaseChannelTest.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    utsavsomaiya and taylorotwell authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    120f07f View commit details
    Browse the repository at this point in the history
  4. [11.x] Fix: Custom Exceptions with Multiple Arguments does not proper…

    …ly rein… (#54705)
    
    * Fix: Custom Exceptions with Multiple Arguments does not properly reinstantiate with Concurrency::run() 54500
    
    * Import Class added
    
    * StyleCI issue fixed
    
    * Integration Test Case Added
    
    * StyleCI issue fixed
    
    * StyleCI issue fixed
    
    * Test Cases function renamed
    
    * Process Driver Updated for Default Exception
    
    * Style CI Issue fixed
    
    * Remove Unused class
    
    * formatting
    
    ---------
    
    Co-authored-by: Pandi Selvam <pandi.selvam@terrificminds.com>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    c31126b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    610155c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. [11.x] Deprecate Factory::$modelNameResolver (#54736)

    Instead of removing the `$modelNameResolver` property entirely,
     which breaks any user-land and 3rd-party uses of it,
     this re-introduces the original property, but marks it as
     deprecated so that developers have a chance to migrate
     correctly without having to avoid other Laravel updates.
    samlev authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    0054c26 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. [11x.] Improved typehints for InteractsWithDatabase (#54748)

    * InteractsWithDatabase typehints
    
    * InteractsWithDatabase typehints for data
    
    * HasInDatabase typehints
    cosmastech authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    344c37f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c72603 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Configuration menu
    Copy the full SHA
    e9a33da View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    9de7525 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. [11.x] Add valid values to ensure method (#54840)

    * Add valid values to ensure method
    
    * Update src/Illuminate/Collections/Traits/EnumeratesValues.php
    
    Co-authored-by: Sebastian Hädrich <11225821+shaedrich@users.noreply.github.com>
    
    * Update EnumeratesValues.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    Co-authored-by: Sebastian Hädrich <11225821+shaedrich@users.noreply.github.com>
    3 people authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    fd9681f View commit details
    Browse the repository at this point in the history
  2. Fix attribute name used on Validator instance within certain rule c…

    …lasses (#54845)
    
    * Fix attribute name used on `Validator` instance within File rule class
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Apply fixes from StyleCI
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * use static variable
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    3 people authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    a8da712 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. [11.x] Fix Application::interBasePath() fails to resolve applicatio…

    …n when project name is "vendor" (#54871)
    
    * Fix `Application::interBasePath()` fails to resolve application when
    project name is "vendor"
    
    fixes #54869
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    crynobone authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    1154a31 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. [11.x] Test improvements (#54879)

    * [11.x] Test Improvements
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * Test Improvements
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    * wip
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    
    ---------
    
    Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
    crynobone authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    c666f89 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Configuration menu
    Copy the full SHA
    0883d41 View commit details
    Browse the repository at this point in the history
Loading
0