We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8354d4 commit d860873Copy full SHA for d860873
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
## node-oracledb v4.2.0 (DD MON YYYY)
4
5
+- Added [client initiated
6
+ connections](https://oracle.github.io/node-oracledb/doc/api.html#consubscribeoptclientinitiated)
7
+ support for Continuous Query Notification (CQN) and other subscription based
8
+ notifications.
9
+
10
+- Fixed various execution failures with Node.js 13.2 due to Node.js NULL pointer behavior change ([ODPI-C
11
+ change](https://github.com/oracle/odpi/commit/7693865bb6a98568546aa319cc0fdb9e208cf9d4)).
12
13
## node-oracledb v4.1.0 (26 Nov 2019)
14
15
- Added end-to-end tracing attributes
0 commit comments