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.41.0
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.41.1
Choose a head ref
  • 9 commits
  • 18 files changed
  • 9 contributors

Commits on Jan 28, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    8509637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d61c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95adbb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. [11.x] Add Macroable and fill() to Support\Fluent (#54404)

    * Add ability to add macros to Fluent instance
    
    * Remove accidental imports
    
    * Add `fill` method and Macroable to Fluent
    
    * Add tests for fill and macroable
    
    * CS fix
    stevebauman authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    1cd9bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a74d20 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. [11.x] Optimize loadTranslationsFrom function for simplicity and cl…

    …arity (#54407)
    
    * Update ServiceProvider.php
    
    * Update FileLoader.php
    
    * Update TranslationFileLoaderTest.php
    
    * Update TranslationFileLoaderTest.php
    
    * fix
    
    * Update SupportServiceProviderTest.php
    
    * fix
    
    * fix
    
    * fix style
    
    * fix style
    
    * Update SupportServiceProviderTest.php
    selcukcukur authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    01571b3 View commit details
    Browse the repository at this point in the history
  2. feat: gracefully handle command not found exception - avoid creds exp…

    …osure (#54406)
    
    * gracefully handle command not found exception to avoid exposure of credentials
    
    * Update DbCommand.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    chinmaypurav and taylorotwell authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    62044a5 View commit details
    Browse the repository at this point in the history
  3. Handle pooled Postgres connections for Laravel Cloud (#54346)

    * wip
    
    * work on migrations on pooled connections
    
    * Apply fixes from StyleCI
    
    * add test
    
    * formatting
    
    ---------
    
    Co-authored-by: StyleCI Bot <bot@styleci.io>
    taylorotwell and StyleCIBot authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    67e2ee8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f435c95 View commit details
    Browse the repository at this point in the history
Loading