Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] ## [3.0.0](v2.6.1...v3.0.0) (2025-01-21) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of eggjs/egg#3644 eggjs/egg#5257 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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 <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * support cjs and esm both by tshy ([#44](#44)) ([ceadd9d](ceadd9d))
- Loading branch information