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: rq/rq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6
Choose a base ref
...
head repository: rq/rq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 12 files changed
  • 5 contributors

Commits on Sep 6, 2025

  1. Configuration menu
    Copy the full SHA
    0c59f4f View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.6

    selwin committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    35da53d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    03e5c94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c6cf7 View commit details
    Browse the repository at this point in the history
  3. Bump codecov/codecov-action from 5.5.0 to 5.5.1 (#2306)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v5.5.0...v5.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 5.5.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    55ec3ac View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Fix ruff CLI option (#2317)

    The `--show-source` CLI option was deprecated in 0.2.x and removed
    completely in 0.5.x. It was replaced by `--output-format=full`.
    
    See also:
    
    * https://github.com/astral-sh/ruff/blob/4bd454f9b5481d741216a383cc7b03e327bc3ec9/changelogs/0.5.x.md?plain=1#L89
    hovsater authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    242d2c9 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 5.6.0 to 6.0.0 (#2307)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v5.6.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    6df4b56 View commit details
    Browse the repository at this point in the history
  3. Update tests/Dockerfile (#2318)

    * Bump version of Ubuntu in tests/Dockerfile
    
    The deadsnakes PPA does not support 20.04 LTS (Focal Fossa) anymore.
    Bumping version to 22.04 LTS (Jammy Jellyfish) which will be supported
    up until April 2027.
    
    See also:
    
    * https://ubuntu.com/about/release-cycle
    * deadsnakes/issues#251 (comment)
    
    * Python 3.9 needs the stdlib `distutils` module
    hovsater authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    5b84800 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. docs: fix error in cron scheduler documentation (#2322)

    Corrected documentation issue in cron.md file to ensure accuracy
    and clarity for users implementing RQ's CronScheduler functionality.
    sylvioCampos authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    2a37a9f View commit details
    Browse the repository at this point in the history
  2. CronScheduler.heartbeat() should extend hash key's TTL (#2328)

    * CronScheduler.heartbeat() should extend hash key's TTL
    
    * Delete AGENTS.md
    
    * Slightly fix test_cron.py
    selwin authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    fb97f6c View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 4 to 5 (#2323)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    cfe826d View commit details
    Browse the repository at this point in the history
  4. Bump actions/download-artifact from 5 to 6 (#2324)

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