Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bull
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 175
    • Issues 175
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OptimalBits
  • bull
  • Merge requests
  • !2398

chore(deps): bump ioredis from 4.x to 5.x

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/dhritzkiv/ioredis5 into develop Jul 11, 2022
  • Overview 10
  • Commits 3
  • Pipelines 0
  • Changes 3

Created by: dhritzkiv

Closes #2353 (closed)

This upgrades ioredis from v4 to v5. Per the migration guide, the breaking changes are:

  • dropping node v10 (long past LTS window)
  • dropping support for custom Promises libraries (like Bluebird)
  • any username included in a Redis URL connection string is now always used (v4 required allowUsernameInURI to be passed in)

Due to node support being a breaking change, this likely means bull would need a major version bump to v5.

All that said, all tests pass, and no changes were required to bull.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/dhritzkiv/ioredis5