Skip to content

Commit f8d482c

Browse files
committed
Update CHANGELOG
1 parent 28adf00 commit f8d482c

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,31 @@
44

55
**This release is under development**
66

7+
- Fixed a [regression](https://github.com/oracle/node-oracledb/issues/1152) when
8+
binding dates with alternative JavaScript frameworks.
9+
710
- Fixed a JavaScript memory leak when getting Oracle Database named type
811
information, such as with `getDbObjectClass()`.
912

10-
- Revert the
13+
- Corrected support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL
14+
records ([ODPI-C
15+
change](https://github.com/oracle/odpi/commit/4e80a81257ce6e1066f4f6242fed533eaed45753)).
16+
17+
- Reverted the
1118
[`events`](https://oracle.github.io/node-oracledb/doc/api.html#propdbevents)
12-
default back to pre-4.0 behavior due to timeouts in some environments. It is
13-
now *false* again.
19+
default back to pre-4.0 behavior due to connection creation timeouts in some
20+
environments. It is now *false* again.
21+
22+
- Error changes:
23+
24+
- Enforce only one of `connectString` or `connectionString` being used for
25+
connection.
26+
27+
- Improved some error messages.
28+
29+
- Refactored implementation of function argument checking.
1430

15-
- Correct support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL records (ODPI-C change).
31+
- Test and documentation improvements.
1632

1733
## node-oracledb v4.0.1 (19 Aug 2019)
1834

0 commit comments

Comments
 (0)