|
2 | 2 |
|
3 | 3 | ## node-oracledb v3.0.0-dev (DD Mon YYYY)
|
4 | 4 |
|
| 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 | + |
5 | 10 | - Added support for specifying the number of iterations to
|
6 | 11 | `executeMany()` instead of always requiring an input binds array.
|
7 | 12 | This is useful when there are no binds, or only OUT binds.
|
8 | 13 |
|
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). |
11 | 22 |
|
12 | 23 | - Removed the `queueRequests` property and altered the internal pool
|
13 | 24 | connection acquisition logic to work better with Oracle 18c pool
|
|
17 | 28 | - Unused properties in objects such as the `execute()` result are no
|
18 | 29 | longer set. Previously some were set to `undefined`.
|
19 | 30 |
|
| 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 | + |
20 | 36 | - Change the binary package filename format from '...-node-vXX...' to
|
21 | 37 | to '...-node-abiXX...' to reduce Node version and ABI confusion.
|
22 | 38 |
|
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. |
25 | 41 |
|
26 | 42 | ## node-oracledb v2.3.0 (7 Jun 2018)
|
27 | 43 |
|
|
0 commit comments