Skip to content

Commit da6e761

Browse files
committed
Prepare for 4.0.1
1 parent eb18f15 commit da6e761

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Change Log
22

3-
## node-oracledb v4.0.1 (DD MON YYYY)
3+
## node-oracledb v4.0.1 (19 Aug 2019)
44

5-
**This release is under development**
5+
- Fixed a regression causing a segfault when setting `oracledb.connectionClass`
6+
and not creating a pool ([ODPI-C change](https://github.com/oracle/odpi/commit/f945355f3e58e7337dd798cba0404ab5755f0692)).
67

78
- Fixed a regression when enumerable properties were added to
89
`Object.prototype`.
910
([#1129](https://github.com/oracle/node-oracledb/issues/1129)).
1011

1112
- Fixed a regression with missing `metaData` from `connection.getStatementInfo()`
1213

14+
- Fixed crashes with spurious subscription (e.g. CQN) notifications, and when
15+
unsubscribing an invalid subscription.
16+
17+
- A more meaningful error is returned when calling `connection.subscribe()` with
18+
SQL that is not a SELECT statement ([ODPI-C
19+
change](https://github.com/oracle/odpi/commit/f95846bef6cf70e8114cbbb59ca04fbe2e7a3903))
20+
1321
- Fixed passing DbObjects and JavaScript objects as the `payload` attribute for
1422
AQ message enqueues when using an object queue.
1523

@@ -18,7 +26,7 @@
1826

1927
- Fixed a compilation warning seen on Windows.
2028

21-
- Improve portability of buildbinary.js, a package creation script. (#1129)
29+
- Improve portability of buildbinary.js, a package creation script ([#1129](https://github.com/oracle/node-oracledb/issues/1129)).
2230

2331
## node-oracledb v4.0.0 (25 Jul 2019)
2432

0 commit comments

Comments
 (0)