Skip to content

Commit 05f757e

Browse files
committed
Update CHANGELOG
1 parent e1d6d5d commit 05f757e

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

CHANGELOG.md

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

3-
## node-oracledb v2.0.14 Development (DD Mon YYYY)
3+
## node-oracledb v2.0.14 Development (20 Nov 2017)
44

5-
Note: 2.0.14-Development is a work in progress
5+
- Added infrastructure to /packge for creating binary installs.
6+
Updated INSTALL.md.
67

7-
- Upgraded NAN dependency from 2.5 to 2.7.
8+
- Improved validation for invalid attribute and parameter values.
9+
10+
- In LOB binds, the bind "val" can now be a String when "type" is
11+
CLOB, and "val" can now be a Buffer when "type" is BLOB.
12+
13+
- Changed binding.gyp message prefix from 'node-oracledb' to 'oracledb'.
14+
15+
- Fix compiler warning with va_start
16+
17+
- Eliminate memory leak when processing result sets containing LOBs
18+
that require more than one fetch operation (regression from v1).
19+
20+
- Move fetch buffer allocation to reduce memory use for Result Sets
21+
(regression from v1).
22+
23+
- Upgraded NAN dependency from 2.5 to 2.8.
824

925
- Updated ODPI-C submodule:
26+
- Reinstate safe size limit for LOB bind to PL/SQL (node-oracledb regression from v1).
1027
- Fix valgrind byte overrun when loading `libclntsh` from `$ORACLE_HOME`.
1128
- Do not prevent connections from being explicitly closed when a fatal error has taken place.
1229
- Eliminate race condition on initialization. Add finalization code.
@@ -158,6 +175,8 @@ Note: 2.0.14-Development is a work in progress
158175
- Empty arrays can now be used in PL/SQL Collection Associative Array
159176
(Index-by) binds.
160177

178+
- Database errors no longer have an extra newline.
179+
161180
- Upgraded NAN dependency from 2.5 to 2.6.
162181

163182
## node-oracledb v1.13.1 (12 Apr 2017)

0 commit comments

Comments
 (0)