We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293c2e commit a40233bCopy full SHA for a40233b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.2.1](https://github.com/node-modules/rds/compare/v1.2.0...v1.2.1) (2024-09-06)
4
+
5
6
+### Bug Fixes
7
8
+* fix mysql2 invalid configuration option poolWaitTimeout ([#8](https://github.com/node-modules/rds/issues/8)) ([7293c2e](https://github.com/node-modules/rds/commit/7293c2e9794099c2c7ae6bf773e38498cd2b22d4))
9
10
## [1.2.0](https://github.com/node-modules/rds/compare/v1.1.0...v1.2.0) (2024-08-12)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@eggjs/rds",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "My RDS Client",
"main": "lib/client.js",
"types": "lib/client.d.ts",
0 commit comments