Skip to content

Commit 5939edd

Browse files
committed
Update CHANGELOG for release 1.8.0
1 parent f7c479d commit 5939edd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## node-oracledb v1.8.0 (24 Mar 2016)
4+
5+
- Added `connection.queryStream()` for returning query results using a
6+
Node Readable Stream (Sagie Gur-Ari).
7+
8+
- Connection strings requesting DRCP server can now only be used with
9+
a node-oracledb connection pool. They will give *ORA-56609* when
10+
used with `oracledb.getConnection()`.
11+
12+
- Set the internal driver name to `node-oracledb : 1.8.0`. This is
13+
visible to DBAs, for example in `V$SESSION_CONNECT_INFO`.
14+
15+
- Added up-time to pool queue statistics.
16+
17+
- Fixed creation of Windows debug builds.
18+
19+
- Bumped NAN dependency to NAN 2.2.
20+
21+
- Added .editorconfig file (Sagie Gur-Ari).
22+
23+
- Improved test date and time checks (Antonio Bustos).
24+
25+
- Improved some parameter checks for `maxArraySize` and `maxSize`.
26+
327
## node-oracledb v1.7.1 (1 Mar 2016)
428

529
- Made public methods overwritable in new JavaScript layer

0 commit comments

Comments
 (0)