Skip to content
Permalink

Comparing changes

Choose two branches to see what鈥檚 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
base: v4.1.0
Choose a base ref
...
head repository: redis/ioredis
compare: v4.2.0
Choose a head ref
  • 4 commits
  • 23 files changed
  • 3 contributors

Commits on Oct 16, 2018

  1. chore: automatic deploy with semantic-release (#722)

    Tried to remain release cycle the same as it was, added deploy section to .travis.yml (not sure it works - please review this part especially)
    
    Idea is that every new release will get a tag on github and will be released under @next on the npm so its installable right away
    
    Once you are sure its stable - just merge the same code to release branch and it will promote latest from next tag.
    AVVS authored and luin committed Oct 16, 2018
    Copy the full SHA
    6ae89b7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d13c54 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. feat: support customize dns lookup function (#723)

    Since Redis cluster doesn't support hostname at all (redis/redis#2410),
    it's reasonable to resolve the hostnames to IPs before connecting.
    luin committed Oct 17, 2018
    Copy the full SHA
    b9c4793 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.2.0 [skip ci]

    # [4.2.0](v4.1.0...v4.2.0) (2018-10-17)
    
    ### Features
    
    * support customize dns lookup function ([#723](#723)) ([b9c4793](b9c4793)), closes [redis/redis#2410](redis/redis#2410)
    semantic-release-bot committed Oct 17, 2018
    Copy the full SHA
    b46016a View commit details
    Browse the repository at this point in the history