|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## node-oracledb v1.9.1 (DD Mon YYYY) |
| 3 | +## node-oracledb v1.9.1 (18 May 2016) |
4 | 4 |
|
5 |
| -## node-oracledb v1.9.0 Development (19 Apr 2016) |
| 5 | +- Upgraded to NAN 2.3 for Node 6 support. |
| 6 | + |
| 7 | +- Added a persistent reference to JavaScript objects during Async |
| 8 | + operations to prevent crashes due to premature garbage collection. |
| 9 | + |
| 10 | +- Added a persistent reference to the internal Lob buffer to prevent |
| 11 | + premature garbage collection. |
| 12 | + |
| 13 | +- Fixed memory leaks when using ResultSets. |
| 14 | + |
| 15 | +- Fixed memory leak with the Pool queue timer map. |
| 16 | + |
| 17 | +- Fixed memory release logic when querying LOBs and an error occurs. |
| 18 | + |
| 19 | +- Improved some null pointer checking. |
6 | 20 |
|
7 |
| -** Note this is a development release: features are subject to change. ** |
| 21 | +- Altered some node-oracledb NJS-xyz error message text for consistency. |
| 22 | + |
| 23 | +- Improved validation for `fetchInfo` usage. |
| 24 | + |
| 25 | +- Increased the internal buffer size for Oracle Database error messages. |
| 26 | + |
| 27 | +- Call `pause()` internally when closing a query Stream with `_close()`. |
| 28 | + |
| 29 | +- Fixed a symbol redefinition warning for `DATA_BLOB` when compiling on Windows. |
| 30 | + |
| 31 | +- The test suite is no longer installed with `npm install oracledb`. |
| 32 | + The tests remain available in GitHub. |
| 33 | + |
| 34 | +## node-oracledb v1.9.0 Development (19 Apr 2016) |
8 | 35 |
|
9 | 36 | - Added Promise support. All asynchronous functions can now return
|
10 | 37 | promises. By default the standard Promise library is used for Node
|
|
58 | 85 |
|
59 | 86 | ## node-oracledb v1.7.1 (1 Mar 2016)
|
60 | 87 |
|
61 |
| -- Made public methods overwritable in new JavaScript layer |
| 88 | +- Made public methods over-writable in the new JavaScript layer |
62 | 89 |
|
63 | 90 | ## node-oracledb v1.7.0 (29 Feb 2016)
|
64 | 91 |
|
|
0 commit comments