Skip to content

Commit 6ff0b7b

Browse files
committedMay 18, 2016
Update CHANGELOG
1 parent 85faedf commit 6ff0b7b

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed
 

‎CHANGELOG.md

+31-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
11
# Change Log
22

3-
## node-oracledb v1.9.1 (DD Mon YYYY)
3+
## node-oracledb v1.9.1 (18 May 2016)
44

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.
620

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)
835

936
- Added Promise support. All asynchronous functions can now return
1037
promises. By default the standard Promise library is used for Node
@@ -58,7 +85,7 @@
5885

5986
## node-oracledb v1.7.1 (1 Mar 2016)
6087

61-
- Made public methods overwritable in new JavaScript layer
88+
- Made public methods over-writable in the new JavaScript layer
6289

6390
## node-oracledb v1.7.0 (29 Feb 2016)
6491

0 commit comments

Comments
 (0)