Skip to content

Commit c978241

Browse files
Release 5.0.0
[skip ci] ## [5.0.0](v4.1.0...v5.0.0) (2025-03-08) ### ⚠ BREAKING CHANGES * drop Node.js < 18 support * use mysql2 instead of mysql closes #31 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated usage instructions and contributor displays with corrected typographical errors. - **Chores** - Removed outdated contributor templates and automation workflows. - **Dependencies** - Migrated to a new database client package and raised the minimum Node.js version requirement. - **Tests** - Refined error validations in database operations for improved error reporting. <!-- end of auto-generated comment: release notes by coderabbit.ai --> ### Features * use @eggjs/rds instead of ali-rds ([#32](#32)) ([3093528](3093528))
1 parent 3093528 commit c978241

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/eggjs/egg-mysql/compare/v4.1.0...v5.0.0) (2025-03-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18 support
9+
* use mysql2 instead of mysql
10+
11+
closes https://github.com/eggjs/egg-mysql/issues/31
12+
13+
14+
<!-- This is an auto-generated comment: release notes by coderabbit.ai
15+
-->
16+
## Summary by CodeRabbit
17+
18+
- **Documentation**
19+
- Updated usage instructions and contributor displays with corrected
20+
typographical errors.
21+
- **Chores**
22+
- Removed outdated contributor templates and automation workflows.
23+
- **Dependencies**
24+
- Migrated to a new database client package and raised the minimum
25+
Node.js version requirement.
26+
- **Tests**
27+
- Refined error validations in database operations for improved error
28+
reporting.
29+
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
30+
31+
### Features
32+
33+
* use @eggjs/rds instead of ali-rds ([#32](https://github.com/eggjs/egg-mysql/issues/32)) ([3093528](https://github.com/eggjs/egg-mysql/commit/30935285268b1c674f9a70b4cb77501f89276467))
34+
335
## [4.1.0](https://github.com/eggjs/egg-mysql/compare/v4.0.0...v4.1.0) (2025-03-08)
436

537

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-mysql",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "MySQL plugin for egg",
55
"eggPlugin": {
66
"name": "mysql"

0 commit comments

Comments
 (0)