Skip to content

Commit bc1f9c4

Browse files
committed
8.0.31
Change-Id: I39cbb59023027f5f3c04bd15a49d5f65ca0f96fd
1 parent 61ff660 commit bc1f9c4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Copyright (c) 2016, 2022, Oracle and/or its affiliates.
88
Full release notes:
99
http://dev.mysql.com/doc/relnotes/connector-nodejs/en/
1010

11+
v8.0.31
12+
=======
13+
14+
- Revamped X DevAPI expression parser
15+
- Precedence in expressions containing bitwise operators is now properly inferred
16+
- Extra leading and trailing whitespaces in expression strings are now allowed and ignored
17+
- Invalid document paths containing a globstar as the last item are now disallowed
18+
- JSON_UNQUOTE shorthand syntax is now properly supported in X DevAPI identifier expressions
19+
1120
v8.0.30
1221
=======
1322

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.30",
3+
"version": "8.0.31",
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)