Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 15:18

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: