Skip to content

Releases: eggjs/redis

v3.0.0

21 Jan 15:18
Compare
Choose a tag to compare

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)

This release is also available on:

v2.6.1

19 Jan 12:31
Compare
Choose a tag to compare

2.6.1 (2025-01-19)

Bug Fixes

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

This release is also available on:

v2.6.0

19 Jan 10:46
v2.6.0
8b16fd6
Compare
Choose a tag to compare

What's Changed

  • feat: remove node password and db validate on cluster mode by @KenyeeC in #39

New Contributors

Full Changelog: 2.5.0...v2.6.0