File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,19 @@ MySQL Connector/Node.JS 8.0 - Release Notes & Changes
33=====================================================
44
55MySQL Connector/Node.JS
6- Copyright (c) 2016, 2021 , Oracle and/or its affiliates.
6+ Copyright (c) 2016, 2022 , Oracle and/or its affiliates.
77
88Full release notes:
99 http://dev.mysql.com/doc/relnotes/connector-nodejs/en/
1010
11+ v8.0.28
12+ =======
13+
14+ - TLSv1 and TLSv1.1 are not supported anymore
15+ - The Certificate Authority (CA) chain can now be specified using a list of PEM files
16+ - Certificate Revocation Lists (CRLs) can now be defined using multiple PEM files, one for each CA
17+ - Server certificates revoked by non-root CAs can now be properly validated
18+
1119v8.0.27
1220=======
1321
Original file line number Diff line number Diff line change 1- Copyright (c) 2015, 2021 , Oracle and/or its affiliates.
1+ Copyright (c) 2015, 2022 , Oracle and/or its affiliates.
22
33This is a release of MySQL Connector/Node.js, Oracle's Node.js driver for MySQL.
44
Original file line number Diff line number Diff line change 11{
22 "name" : " @mysql/xdevapi" ,
3- "version" : " 8.0.27 " ,
3+ "version" : " 8.0.28 " ,
44 "description" : " MySQL Connector/Node.js - A Node.js driver for MySQL using the X Protocol and X DevAPI." ,
55 "contributors" : [
66 {
You can’t perform that action at this time.
0 commit comments