Skip to content

Commit 232e452

Browse files
committed
8.0.28
1 parent 06c2857 commit 232e452

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGES.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@ MySQL Connector/Node.JS 8.0 - Release Notes & Changes
33
=====================================================
44

55
MySQL Connector/Node.JS
6-
Copyright (c) 2016, 2021, Oracle and/or its affiliates.
6+
Copyright (c) 2016, 2022, Oracle and/or its affiliates.
77

88
Full 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+
1119
v8.0.27
1220
=======
1321

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015, 2021, Oracle and/or its affiliates.
1+
Copyright (c) 2015, 2022, Oracle and/or its affiliates.
22

33
This is a release of MySQL Connector/Node.js, Oracle's Node.js driver for MySQL.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
{

0 commit comments

Comments
 (0)