Skip to content

Commit a60e2d1

Browse files
committed
add v3.0.0 changes
1 parent 281bef2 commit a60e2d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [3.0.0](https://github.com/sidorares/node-mysql2/compare/v3.0.0-rc.1...v3.0.0) (2023-01-12)
44

5+
* named-placeholders library is updated to use newer `lru-cache` dependency, allowing it do dedupe and be shared between mysql2 and named-placeholders - https://github.com/sidorares/node-mysql2/issues/1711, https://github.com/mysqljs/named-placeholders/pull/19
6+
* `chai` and `mocha` moved to devDependencies #1774
7+
* Amazon RDS ssl certificates updated including AWS China #1754
8+
* `TCP_NODELAY` flag enabled, avoiding long connect timeout in some scenarios #1751
9+
* typing improvements: #1675, #1674
10+
* fix: ensure pooled connections get released #1666
511

612
### Miscellaneous Chores
713

0 commit comments

Comments
 (0)