You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[skip ci]
## [6.0.0](v5.0.0...v6.0.0) (2025-03-23)
### ⚠ BREAKING CHANGES
* drop Node.js < 18.19.0 support and only support egg>=4
part of eggjs/egg#3644eggjs/egg#5257
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Refined MySQL plugin integration with improved lifecycle management
and simplified singleton access.
- Added a ready-to-use Docker Compose setup for local MySQL development.
- **Documentation**
- Updated all documentation with the new package name (@eggjs/mysql) and
revised usage examples for clarity.
- **Chores**
- Enhanced package metadata and dependency management.
- Updated CI configuration to support Node.js versions 18, 20, and 22.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
### Features
* support cjs and esm both by tshy ([#33](#33)) ([dfdaa74](dfdaa74))
- drop Node.js < 18.19.0 support and only support egg>=4
8
+
9
+
part of https://github.com/eggjs/egg/issues/3644
10
+
11
+
https://github.com/eggjs/egg/issues/5257
12
+
13
+
<!-- This is an auto-generated comment: release notes by coderabbit.ai
14
+
-->
15
+
16
+
## Summary by CodeRabbit
17
+
18
+
-**New Features**
19
+
- Refined MySQL plugin integration with improved lifecycle management
20
+
and simplified singleton access.
21
+
- Added a ready-to-use Docker Compose setup for local MySQL development.
22
+
23
+
-**Documentation**
24
+
- Updated all documentation with the new package name (@eggjs/mysql) and
25
+
revised usage examples for clarity.
26
+
27
+
-**Chores**
28
+
- Enhanced package metadata and dependency management.
29
+
- Updated CI configuration to support Node.js versions 18, 20, and 22.
30
+
31
+
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
32
+
33
+
### Features
34
+
35
+
- support cjs and esm both by tshy ([#33](https://github.com/eggjs/mysql/issues/33)) ([dfdaa74](https://github.com/eggjs/mysql/commit/dfdaa746641ce31a0fe1e4add167c7483e742bef))
0 commit comments