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.2.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.2.1
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 16, 2022

  1. fix: always allow selecting a new node for cluster mode subscriptions…

    … when the current one fails (#1589)
    headlessme authored Jul 16, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    kwasniew Mateusz Kwasniewski
    Copy the full SHA
    1c8cb85 View commit details
  2. chore(release): 5.2.1 [skip ci]

    ## [5.2.1](v5.2.0...v5.2.1) (2022-07-16)
    
    ### Bug Fixes
    
    * always allow selecting a new node for cluster mode subscriptions when the current one fails ([#1589](#1589)) ([1c8cb85](1c8cb85))
    ioredis-robot authored and semantic-release-bot committed Jul 16, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    kwasniew Mateusz Kwasniewski
    Copy the full SHA
    d8a87bc View commit details
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.2.1](https://github.com/luin/ioredis/compare/v5.2.0...v5.2.1) (2022-07-16)


### Bug Fixes

* always allow selecting a new node for cluster mode subscriptions when the current one fails ([#1589](https://github.com/luin/ioredis/issues/1589)) ([1c8cb85](https://github.com/luin/ioredis/commit/1c8cb856f31b024195be2c7fc8073bcabd3586a7))

# [5.2.0](https://github.com/luin/ioredis/compare/v5.1.0...v5.2.0) (2022-07-11)


Loading