Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed May 18, 2016
1 parent 85faedf commit 6ff0b7b
Showing 1 changed file with 31 additions and 4 deletions.
35 changes: 31 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
# Change Log

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

## node-oracledb v1.9.0 Development (19 Apr 2016)
- Upgraded to NAN 2.3 for Node 6 support.

- Added a persistent reference to JavaScript objects during Async
operations to prevent crashes due to premature garbage collection.

- Added a persistent reference to the internal Lob buffer to prevent
premature garbage collection.

- Fixed memory leaks when using ResultSets.

- Fixed memory leak with the Pool queue timer map.

- Fixed memory release logic when querying LOBs and an error occurs.

- Improved some null pointer checking.

** Note this is a development release: features are subject to change. **
- Altered some node-oracledb NJS-xyz error message text for consistency.

- Improved validation for `fetchInfo` usage.

- Increased the internal buffer size for Oracle Database error messages.

- Call `pause()` internally when closing a query Stream with `_close()`.

- Fixed a symbol redefinition warning for `DATA_BLOB` when compiling on Windows.

- The test suite is no longer installed with `npm install oracledb`.
The tests remain available in GitHub.

## node-oracledb v1.9.0 Development (19 Apr 2016)

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

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

- Made public methods overwritable in new JavaScript layer
- Made public methods over-writable in the new JavaScript layer

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

Expand Down

0 comments on commit 6ff0b7b

Please sign in to comment.