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: codeigniter4/queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: codeigniter4/queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 12 commits
  • 24 files changed
  • 3 contributors

Commits on May 17, 2026

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

Commits on May 20, 2026

  1. chore(deps): bump actions/checkout from 4 to 6 (#79)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2026
    Configuration menu
    Copy the full SHA
    0ff3828 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/cache from 4 to 5 (#81)

    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2026
    Configuration menu
    Copy the full SHA
    56f9850 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): update predis/predis requirement || ^3.0 (#82)

    Updates the requirements on [predis/predis](https://github.com/predis/predis) to permit the latest version.
    - [Release notes](https://github.com/predis/predis/releases)
    - [Changelog](https://github.com/predis/predis/blob/main/CHANGELOG.md)
    - [Commits](predis/predis@v2.0.0...v3.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: predis/predis
      dependency-version: 3.4.2
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2026
    Configuration menu
    Copy the full SHA
    487c310 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/setup-python from 5 to 6 (#80)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2026
    Configuration menu
    Copy the full SHA
    6d54b91 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2026

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

Commits on Jun 24, 2026

  1. chore(deps): bump actions/cache from 5 to 6 (#90)

    Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    7b90513 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 6 to 7 (#89)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    3b57adf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2026

  1. Configuration menu
    Copy the full SHA
    343b284 View commit details
    Browse the repository at this point in the history
  2. fix: test isolation (#91)

    * fix: test isolation for queue backends
    
    * fix: clear RabbitMQ queues across handler instances
    
    * test: prevent timing race in RabbitMQ delay test
    michalsn authored Jul 23, 2026
    Configuration menu
    Copy the full SHA
    58105ab View commit details
    Browse the repository at this point in the history
  3. chore: harden database queue priority ordering (#95)

    Co-authored-by: Bogdan Lambarski <matolq@gmail.com>
    michalsn and gr8man authored Jul 23, 2026
    Configuration menu
    Copy the full SHA
    b514587 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump actions/setup-python from 6 to 7 (#96)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 23, 2026
    Configuration menu
    Copy the full SHA
    87f736a View commit details
    Browse the repository at this point in the history
Loading