Skip to content

Commit 623b61d

Browse files
committed
Update CHANGELOG
1 parent a77f15e commit 623b61d

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
# Change Log
22

3-
## node-oracledb v3.1.2 (DD Mon YYYY)
3+
## node-oracledb v3.1.2 (22 Feb 2019)
44

5-
This release is under development.
6-
7-
- Fixed a bug that caused random CQN crashes ([ODPI-C change](https://github.com/oracle/odpi/issues/96)).
5+
- Fixed a bug causing CQN crashes when multiple queries are registered
6+
([ODPI-C change](https://github.com/oracle/odpi/issues/96)).
87

98
- Fixed a CQN race condition to prevent a crash when a multiple
109
`conn.unsubscribe()` calls are made on the same subscription.
1110

12-
- Improve validation of `executeMany()` arguments to prevent a crash.
11+
- Improved validation of `executeMany()` arguments to prevent a crash.
1312

14-
- Use a relative URL for the ODPI-C submodule to make cloning from
15-
oss.oracle.com also use ODPI-C from oss.oracle.com
13+
- Standardized error message for SODA `createCollection()` with
14+
invalid metadata.
15+
16+
- Corrected the DPI-1050 error text displayed when the Oracle Client
17+
libraries are too old ([ODPI-C change](https://github.com/oracle/odpi/commit/d2fea3801286d054e18b0102e60a69907b7faa9a)).
1618

1719
- Allow `npm run buildbinary` to succeed even if `git` is not
1820
available.
1921

22+
- Use a relative URL for the ODPI-C submodule to make cloning from
23+
oss.oracle.com also use ODPI-C from oss.oracle.com
24+
2025
## node-oracledb v3.1.1 (25 Jan 2019)
2126

2227
- Rebuild npm package to resolve Linux binary build issue.

0 commit comments

Comments
 (0)