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: redis/ioredis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.0
Choose a base ref
...
head repository: redis/ioredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.0
Choose a head ref
  • 9 commits
  • 26 files changed
  • 3 contributors

Commits on Feb 27, 2025

  1. Create manual.yml

    Added a workflow for manual testing.
    dmaier-redislabs authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    1b6e4e8 View commit details
    Browse the repository at this point in the history
  2. Update test.yml

    Added support for manually selected branches.
    dmaier-redislabs authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    c662a3f View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    Added an optional input to the test workflow
    dmaier-redislabs authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    7cbba4f View commit details
    Browse the repository at this point in the history
  4. Update test.yml

    dmaier-redislabs authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    8bff5e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Update test.yml

    dmaier-redislabs authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    6ee44d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9758b2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65aed15 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. feat: Sharded pub/sub support via dedicated subscribers (#1956)

    * Added sharded pub/sub support by implementing a cluster subscriber group
    * Rewrote the resubscribe logic for sharded PubSub by making the sharded subscriber group aware of the channels.
    * Fixed potentially leaking connections when calling disconnect on the cluster object
    * Added and extended the integration test cases in regards to sharded pubsub.
    * Added a Github action that allows running tests manually
    * Provided documentation about how to use sharded pub/sub
    
    ---------
    
    Co-authored-by: Tihomir Krasimirov Mateev <tihomir.mateev@redis.com>
    dmaier-redislabs and tishun authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    963a395 View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.6.0 [skip ci]

    # [5.6.0](v5.5.0...v5.6.0) (2025-03-05)
    
    ### Features
    
    * Sharded pub/sub support via dedicated subscribers ([#1956](#1956)) ([963a395](963a395))
    ioredis-robot authored and semantic-release-bot committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    2ed6414 View commit details
    Browse the repository at this point in the history
Loading