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: Workable/rabbit-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.4.3
Choose a base ref
...
head repository: Workable/rabbit-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 14 files changed
  • 9 contributors

Commits on Jan 3, 2023

  1. Bump nanoid and mocha (#49)

    Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.1 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `nanoid` from 3.1.23 to 3.3.1
    - [Release notes](https://github.com/ai/nanoid/releases)
    - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
    - [Commits](ai/nanoid@3.1.23...3.3.1)
    
    Updates `mocha` from 9.0.2 to 9.2.2
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.0.2...v9.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: nanoid
      dependency-type: indirect
    - dependency-name: mocha
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    78bd1fd View commit details
    Browse the repository at this point in the history
  2. Bump minimist and mkdirp (#50)

    Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together.
    
    Updates `minimist` from 1.2.5 to 1.2.7
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.7)
    
    Updates `mkdirp` from 0.5.1 to 0.5.6
    - [Release notes](https://github.com/isaacs/node-mkdirp/releases)
    - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: mkdirp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    c168dbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    206ab63 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Add custom arguments support in queue creation (#55)

    * arguments support added
    
    * testcase break fix
    
    * testcase fix
    
    * arguments destructure
    
    ---------
    
    Co-authored-by: Kundan Kumar <kundank@one.com>
    kundan8239 and Kundan Kumar authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8b463d9 View commit details
    Browse the repository at this point in the history
  2. Resolve vulnerabilities

    nikostoulas committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    628c55d View commit details
    Browse the repository at this point in the history
  3. 5.5.0

    nikostoulas committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    13f876b View commit details
    Browse the repository at this point in the history
  4. Update docker-compose

    nikostoulas committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    81b2f5d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Bump @babel/traverse from 7.13.0 to 7.25.7 (#60)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.13.0 to 7.25.7.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      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 Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3f0aeaf View commit details
    Browse the repository at this point in the history
  2. Bump braces from 3.0.2 to 3.0.3 (#61)

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      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 Oct 21, 2024
    Configuration menu
    Copy the full SHA
    979cdf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Support migrating queues to different configurations (#64)

    * Support migrating queues to different configurations
    
    * fixup! Support migrating queues to different configurations
    nikostoulas authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    186fe24 View commit details
    Browse the repository at this point in the history
  2. 5.6.0

    nikostoulas committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    ec75e63 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Fix readme (#65)

    manoskouvarakis authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    02b6fd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

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

Commits on Nov 25, 2025

  1. Support custom LogLevel when logging errors (#67)

    * Support logging errors as warnings
    Dimitris-Ilias authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    5f8fe3f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. 5.7.0

    Dimitris-Ilias committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    cc074c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from Workable/bump_tag_to_v5.7.0

    Bump tag to v5.7.0
    nikosd23 authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    1da7ff3 View commit details
    Browse the repository at this point in the history
Loading