Skip to content

Commit 59c9a2a

Browse files
committed
Update CHANGELOG for 1.7
1 parent 1afa698 commit 59c9a2a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Change Log
22

3-
## node-oracledb v1.7.0 (DD Mon YYYY)
3+
## node-oracledb v1.7.0 (29 Feb 2016)
4+
5+
- Added a JavaScript wrapper around the C++ API to allow for easier
6+
extension.
7+
8+
- Added a connection pool queue configured with `queueRequests` and
9+
`queueTimeout` attributes. The queue is enabled by default.
10+
11+
- Added connection pool option attribute `_enableStats` and method
12+
`pool._logStats()` to display pool and queue statistics. Note: these may
13+
change in future.
14+
15+
- Added "bind by position" syntax for PL/SQL Index-by array binds.
16+
17+
- Allowed node-oracledb class instances to be tested with 'instanceof'.
18+
19+
- Fixed some bind issues when bind values are not set by the database.
20+
21+
- Replaced internal usage of `info.This()` with `info.Holder()` for Node.js 0.10.
22+
23+
- Fixed some compilation warnings with some Windows compilers.
424

525
## node-oracledb v1.6.0 (30 Jan 2016)
626

0 commit comments

Comments
 (0)