Skip to content

Commit 8687559

Browse files
committed
Update CHANGELOG
1 parent 58e1799 commit 8687559

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
@@ -2,12 +2,23 @@
22

33
## node-oracledb v3.0.0-dev (DD Mon YYYY)
44

5+
- Added a
6+
[`connection.callTimeout`](https://oracle.github.io/node-oracledb/doc/api.html#propconncalltimeout)
7+
property to interrupt long running database calls, available when
8+
using Oracle client libraries version 18.1, or later.
9+
510
- Added support for specifying the number of iterations to
611
`executeMany()` instead of always requiring an input binds array.
712
This is useful when there are no binds, or only OUT binds.
813

9-
- Eliminated a memory leak when fetching LOBs and more than one
10-
internal fetch occurs.
14+
- Added binary installer proxy authentication support. Reuse `npm
15+
config` proxy. PR #919 (Cemre Mengu).
16+
17+
- Additionally enable `poolPingInterval` functionality when using
18+
Oracle client libraries 12.2, or later, to aid silent pool
19+
connection re-establishment after connections exceed database
20+
session resource limits (e.g. ORA-02396), or are explicitly closed
21+
by DBAs (e.g. ORA-00028). (ODPI-C change).
1122

1223
- Removed the `queueRequests` property and altered the internal pool
1324
connection acquisition logic to work better with Oracle 18c pool
@@ -17,11 +28,16 @@
1728
- Unused properties in objects such as the `execute()` result are no
1829
longer set. Previously some were set to `undefined`.
1930

31+
- On Windows, Oracle Client libraries in
32+
`node_modules\oracledb\build\Release` adjacent to the oracledb.node
33+
binary will now be used in preference to those in PATH. (ODPI-C
34+
change).
35+
2036
- Change the binary package filename format from '...-node-vXX...' to
2137
to '...-node-abiXX...' to reduce Node version and ABI confusion.
2238

23-
- Added binary installer proxy authentication support. Reuse `npm
24-
config` proxy. PR #919 (Cemre Mengu)
39+
- Eliminated a memory leak when fetching LOBs and more than one
40+
internal fetch occurs.
2541

2642
## node-oracledb v2.3.0 (7 Jun 2018)
2743

0 commit comments

Comments
 (0)