Thanks to visit codestin.com
Credit goes to github.com

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: v12.35.1
Choose a base ref
...
head repository: laravel/framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.36.0
Choose a head ref
  • 19 commits
  • 26 files changed
  • 14 contributors

Commits on Oct 23, 2025

  1. Update CHANGELOG

    taylorotwell authored and github-actions[bot] committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    d42d6a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a81abb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. [12.x] Namespace file cache lock keys (#57516)

    * Use separate lock directory to prevent key collisions in file cache
    
    * Update FileCacheLockTest.php
    
    * [12.x] Namespace file cache lock keys
    
    * Update FileStore.php
    
    * Update src/Illuminate/Cache/FileStore.php
    
    Co-authored-by: Tim MacDonald <[email protected]>
    
    * formatting
    
    ---------
    
    Co-authored-by: Tim MacDonald <[email protected]>
    Co-authored-by: Taylor Otwell <[email protected]>
    3 people authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    59aecc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. Configuration menu
    Copy the full SHA
    d5615d3 View commit details
    Browse the repository at this point in the history
  2. [12.x] Add missing @throws annotation (#57535)

    * Update Repository.php
    
    * Update PacksPhpRedisValues.php
    
    * Update SymfonySessionDecorator.php
    
    * Re-run tests
    AhmedAlaa4611 authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    4d88a4e View commit details
    Browse the repository at this point in the history
  3. allow chaining on setters (#57532)

    this allows calling code to chain allowing for more fluent code.
    
    this code was last touched 10 years ago, which is probably why it isn't chained already, since it seems like such a common scenario for chaining.
    
    these methods are not used a ton in the codebase, but this would allow us to clean up the tests a little.
    browner12 authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    320c5d7 View commit details
    Browse the repository at this point in the history
  4. [12.x] Stop double prefixing S3 filesystem paths (#57534)

    * default to unix slash
    
    * style
    cosmastech authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    cb047a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. test Uri builder methods (#57549)

    these assertions test the methods used to build URLs made by the `UrlGenerator`.
    
    these tests were added in addition to the feature in #57530. the feature was rejected, but figured I would try the tests separately.
    browner12 authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    f97d17b View commit details
    Browse the repository at this point in the history
  2. refactor (#57552)

    amirhshokri authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    c958008 View commit details
    Browse the repository at this point in the history
  3. [12.x] redirect response enforce same origin (#57533)

    * add `enforceSameOrigin()` method to `RedirectResponse`
    
    it can be dangerous to redirect to a cross origin target. this is something that could possibly be exploited when using something like the "referer" header to generate your target.  this method force the target URL to match the origin (scheme, host, and port) of the current request URL.
    
    you must provide a fallback (ideally an absolute URL) if the check fails. optionally, you may disable scheme and/or port validation. you may not disable hostname validation, because honestly then what's the point?
    
    ideally I would be able to use the `$this->request` property to directly access the scheme, host, and port, but because of how the `Request` object handles standard and non-standard ports differently than the `Uri` class, it's more reliable to turn them both into `Uri`s.
    
    * add additional test
    
    ports are handled weird...
    
    * minor formatting
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    browner12 and taylorotwell authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    d3e151c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f4e693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    762fbe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    a4623c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da484d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb9dae5 View commit details
    Browse the repository at this point in the history
  4. Exclude property hooks on return of Model::__sleep() (#57557)

    * Exclude property hooks on return of Model::__sleep()
    
    * Exclude property hooks on return of Model::__sleep()
    
    * Exclude property hooks on return of Model::__sleep()
    
    * Exclude property hooks on return of Model::__sleep()
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    rafaelqueiroz and taylorotwell authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    b5e9003 View commit details
    Browse the repository at this point in the history
  5. [12.x] Add concurrency control to Http::pool and Http::batch (#57555)

    * Added concurrency to Http::pool
    
    * Added concurrency to Http::batch
    
    * formatting
    
    ---------
    
    Co-authored-by: Taylor Otwell <[email protected]>
    WendellAdriel and taylorotwell authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    f5cf0d4 View commit details
    Browse the repository at this point in the history
  6. Update facade docblocks

    taylorotwell authored and github-actions[bot] committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    d71b256 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5247c8f View commit details
    Browse the repository at this point in the history
Loading