Skip to content

Commit 076ea56

Browse files
Release 6.0.0
[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#3644 eggjs/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))
1 parent dfdaa74 commit 076ea56

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/eggjs/mysql/compare/v5.0.0...v6.0.0) (2025-03-23)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- 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))
36+
337
## [5.0.0](https://github.com/eggjs/egg-mysql/compare/v4.1.0...v5.0.0) (2025-03-08)
438

539
### ⚠ BREAKING CHANGES

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "5.0.0",
6+
"version": "6.0.0",
77
"description": "MySQL plugin for Egg.js",
88
"eggPlugin": {
99
"name": "mysql",

0 commit comments

Comments
 (0)