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: v10.38.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: v10.39.0
Choose a head ref
  • 15 commits
  • 18 files changed
  • 14 contributors

Commits on Oct 3, 2023

  1. Support for phpredis 6.0.0 (#48362) (#48380)

    Co-authored-by: Steff Missot <smissot@gmail.com>
    MichalHubatka and stemis authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4689321 View commit details
    Browse the repository at this point in the history
  2. wip

    taylorotwell committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    850d3c3 View commit details
    Browse the repository at this point in the history
  3. patch

    taylorotwell committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    082345d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f510d4b View commit details
    Browse the repository at this point in the history
  2. [10.x] Dynamic maxTries for queued jobs (#49473)

    * Added new method getJobTries to Queue.php to allow dynamic retry attempts on a job level
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    mechelon and taylorotwell authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f331b5c View commit details
    Browse the repository at this point in the history
  3. Apply fixes from StyleCI

    StyleCIBot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    74441ad View commit details
    Browse the repository at this point in the history
  4. Update facade docblocks

    taylorotwell authored and github-actions[bot] committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6c53284 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. [10.x] Avoid TypeError when using json validation rule when PHP < 8.3 (

    …#49474)
    
    * test: validateJson should return false when value is null
    
    Fails with Laravel Framework 10.38.2 in PHP < 8.3, introduced in #49413
    
    * fix: validateJson should return false when value is null
    
    Return false when $value is null.
    
    Avoid TypeError: json_validate(): Argument #1 ($json) must be of type string, null given, when using symfony/polyfill-php83 in PHP < 8.3.
    
    Avoid deprecation warning: json_validate(): Passing null to parameter #1 ($json) of type string is deprecated, when using PHP 8.3.
    
    ---------
    
    Co-authored-by: Rogelio Jacinto <rogelio@elabmexico.com>
    Xint0 and Xint0-elab authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    8837c1f View commit details
    Browse the repository at this point in the history
  2. [10.x] Fix use statement compilation in Blade templates (#49479)

    * Fix use statement compilation in Blade templates
    
    * added one more failing test
    
    * fix
    
    * fix typo
    MrPunyapal authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    90ed27d View commit details
    Browse the repository at this point in the history
  3. [10.x] Allow testing prompts validation (#49447)

    * [10.x] Allow testing prompts validation
    
    * [10.x] Move test
    
    * [10.x] Throw exception when testing prompt validation
    
    * Update ConfiguresPrompts.php
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    cerbero90 and taylorotwell authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    a77d6b6 View commit details
    Browse the repository at this point in the history
  4. [10.x] Add 'Roundrobin' Symfony mailer transport driver (#49435)

    * add roundrobin symfony mailer transport driver
    
    * add test for roundrobin transport driver
    
    * 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>
    Co-authored-by: Mior Muhammad Zaki <crynobone@gmail.com>
    me-shaon and crynobone authored Dec 23, 2023
    Configuration menu
    Copy the full SHA
    8e6e056 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Apply fixes from StyleCI

    StyleCIBot committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    dc2e925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791d44c View commit details
    Browse the repository at this point in the history
  3. Apply fixes from StyleCI

    StyleCIBot committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b184c5e View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. minor release

    taylorotwell committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    114926b View commit details
    Browse the repository at this point in the history
Loading