Skip to content

Commit

Permalink
chore: v3.0.0-rc.1 changes
Browse files Browse the repository at this point in the history
Release-As: 3.0.0-rc.1
  • Loading branch information
sidorares committed Nov 6, 2022
1 parent 1eef0a7 commit 1b684bb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
3.0.0-rc.1 ( 6/11/2021 )
- fix .ping() return value signature #1650
- documentation: clarify `SUM()` and `AVG()`
return types difference with mysqljs/myql #1649
- misc: add release-please action #1631, #1647
- fix: .end() callback is not called
when connection is in closed state #1642, #1638
- typescript: getConnection typings fix #1620
- fix uncatchable exception #1359
- add mysql_clear_password built in support #1552
- typescript: typings unit test, variouts type
improvements, server protocol additions #1610, #1610
- typescript: more complete way of adding
typings for the Server module #1606
- typescript, documentation: improve prepared
typings statements #1493
- typescript: add type declarations for Prepare
& PrepareStatementInfo #1565
- fix: webpack projects no longer show warning
for cardinal dependency #1589
- typescript: accept Buffer and Buffer[] in
typings for key, cert, and ca #1599
- fix: use rotatingXor instead of xor in
sha256_password plugin #1592, #1044
- documentation: add Simplified Chinese #1572
- fix: add type as an alias to columnType #1546, #1549
- Update collation list up to MySQL 8.0.26 #1410
- typescript: Add minVersion for ssl option. #1517
- Add support for multi-factor authentication #1436
- typescript: add namedPlaceholders option to
QueryOptions interface #1475
- fix: update how the ECONNRESET error is
caught when connection already closing #1438


2.3.3 ( 14/11/2021 )
- no changes compared to 2.3.3-rc.0

Expand Down

0 comments on commit 1b684bb

Please sign in to comment.