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: cakephp/queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.3.0
Choose a base ref
...
head repository: cakephp/queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.1
Choose a head ref
  • 7 commits
  • 50 files changed
  • 4 contributors

Commits on Apr 4, 2026

  1. Configuration menu
    Copy the full SHA
    4aa7d63 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Bump vite from 7.3.1 to 7.3.2 in /docs (#185)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 7.3.2.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 7.3.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    ad5529c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. update stan (#186)

    * update stan
    
    * fix rector style issues
    LordSimal authored May 23, 2026
    Configuration menu
    Copy the full SHA
    4b9c7a7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. Merge pull request #187 from cakephp/add-security-policy

    Add security policy
    jamisonbryant authored May 29, 2026
    Configuration menu
    Copy the full SHA
    740258f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2026

  1. Fix getUniqueId with array data

    The QueueManager::getUniqueId() should not drop keys when sorting to
    create canonical data shapes for idempotency keys. Dropping keys allows
    data with different key semantics to be the 'same'. Instead we should
    recursively sort data by key.
    
    Thanks to Volker Dusch and the PHP Ecosystem security team for reporting
    this.
    markstory committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    1389059 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. Improve types

    markstory committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    ddb57b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. Merge pull request #188 from cakephp/fix-uniqueid-collision

    Fix getUniqueId with array data
    markstory authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    4a9d77a View commit details
    Browse the repository at this point in the history
Loading