Skip to content

Latest commit

 

History

History
141 lines (93 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

141 lines (93 loc) · 5.41 KB

Changelog

3.0.0 (2025-01-21)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

Here are the release notes for this update:

  • New Features

    • Updated Redis plugin to support Valkey and Redis
    • Added support for Node.js 18.19.0 and newer versions
    • Enhanced TypeScript configuration and type definitions
  • Breaking Changes

    • Renamed package from egg-redis to @eggjs/redis
    • Migrated from generator functions to async/await syntax
    • Updated minimum Node.js version requirement to 18.19.0
  • Improvements

    • Improved Redis client configuration options
    • Enhanced module compatibility with ES modules
    • Updated dependencies and plugin configuration
  • Bug Fixes

    • Refined Redis connection and initialization process
    • Improved error handling and logging for Redis connections

Features

  • support cjs and esm both by tshy (#44) (ceadd9d)

2.6.1 (2025-01-19)

Bug Fixes

  • typings of config for multi cluster clients (#32) (511c75c)

2.6.0 / 2024-04-07

features

2.5.0 / 2023-06-06

features

others

2.4.0 / 2019-06-13

features

others

2.3.2 / 2019-04-24

fixes

2.3.1 / 2019-04-10

fixes

2.3.0 / 2018-12-18

  • feat: redis sentinel config support (#26)
  • deps: add @types/ioredis to deps (#25)

2.2.0 / 2018-12-04

features

2.1.0 / 2018-11-28

features

2.0.1 / 2018-11-28

fixes

2.0.0 / 2018-02-27

others

1.0.2 / 2017-07-13

  • fix : fix check method (#10)
  • docs: add configuration details (#9)
  • test: upgrade all deps (#7)
  • docs:fix redis cluster doc (#6)

1.0.1 / 2017-02-21

  • fix:fix zero judgement (#5)

1.0.0 / 2017-02-17

  • feat: implement with ioredis