Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
[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
semantic-release-bot committed Jan 21, 2025
1 parent ceadd9d commit be0b2e6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## [3.0.0](https://github.com/eggjs/redis/compare/v2.6.1...v3.0.0) (2025-01-21)


### ⚠ BREAKING CHANGES

* drop Node.js < 18.19.0 support

part of https://github.com/eggjs/egg/issues/3644

https://github.com/eggjs/egg/issues/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](https://github.com/eggjs/redis/issues/44)) ([ceadd9d](https://github.com/eggjs/redis/commit/ceadd9ded3b31a41dac730846b537fbefd4d7687))

## [2.6.1](https://github.com/eggjs/redis/compare/v2.6.0...v2.6.1) (2025-01-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/redis",
"version": "2.6.1",
"version": "3.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit be0b2e6

Please sign in to comment.