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: v4.24.5
Choose a base ref
...
head repository: redis/ioredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.24.6
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Mar 29, 2021

  1. chore: use tls.ConnectionOptions instead of tls.SecureContextOptions …

    …for TLS options (#1312)
    
    Allows sentinel connections to use all available TLS options
    
    ConnectionOptions is used by tls.connect()
    
    ConnectionOptions extends SecureContextOptions, CommonConnectionOptions
    bwalendz authored Mar 29, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    snyk-bot Snyk bot
    Copy the full SHA
    afd0c87 View commit details

Commits on Mar 30, 2021

  1. chore: added Node.js v6 to Travis conf (#1316)

    * Added Node.js v6 to Travis conf, downgraded mocha to 6.2.3
    
    * Downgraded ESLint to 5.16.0
    
    * Downgraded TS ESLint plugin to 1.13.0, disabled array-type rule
    mjomble authored Mar 30, 2021
    Copy the full SHA
    27ba714 View commit details

Commits on Mar 31, 2021

  1. Copy the full SHA
    caa12f8 View commit details
  2. Copy the full SHA
    6cacd17 View commit details
  3. chore(release): 4.24.6 [skip ci]

    ## [4.24.6](v4.24.5...v4.24.6) (2021-03-31)
    
    ### Bug Fixes
    
    * force disconnect after a timeout if socket is still half-open ([#1318](#1318)) ([6cacd17](6cacd17))
    semantic-release-bot committed Mar 31, 2021
    Copy the full SHA
    0c129c8 View commit details
Loading