Skip to content

Commit e91f69e

Browse files
committed
Update CHANGELOG for 1.11
1 parent 12caa9c commit e91f69e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Change Log
22

3-
## node-oracledb v1.11.0 (DD Mon YYYY)
3+
## node-oracledb v1.11.0 (19 Aug 2016)
4+
5+
- Added a connection pool cache feature allowing pools to have aliases and be more easily used.
6+
7+
- Improved the bootstrap error message when the node-oracledb binary cannot be loaded.
8+
9+
- Fixed memory leaks with `DATE` and `TIMESTAMP` bind values.
10+
11+
- Fixed external authentication which broke in 1.10.
12+
13+
- Fixed metadata `scale` and `precision` values on AIX.
14+
15+
- Made an internal change to replace `std::string.data()` with `std::string.c_str()`.
16+
17+
- Made an internal change to remove an unused parameter from the `NJS_SET_EXCEPTION` macro.
418

519
## node-oracledb v1.10.1 (21 Jul 2016)
620

@@ -12,7 +26,7 @@
1226

1327
- Made an internal change for queries selecting unsupported column types allowing them to report an error earlier.
1428

15-
- Made an internal change to use std::string& for string lengths.
29+
- Made an internal change to use `std::string&` for string lengths.
1630

1731
- Fixed a compilation warning on Windows.
1832

0 commit comments

Comments
 (0)