Bump version to 3.1

This commit is contained in:
Christopher Jones 2019-01-22 14:53:40 +11:00
parent 9dade40698
commit 5e73ab02c3
5 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,6 @@
# Change Log
## node-oracledb v3.1.0 (DD Mon YYYY)
This release is currently under development.
## node-oracledb v3.1.0 (22 Jan 2019)
- Support tagging of pooled connections when releasing them to the
connection pool. When using Oracle Client libraries 12.2 or later,
@ -73,6 +71,9 @@ This release is currently under development.
pooled connections to be unnecessarily dropped by
`connection.close()`. (ODPI-C change).
- Fixed a memory leak under certain cirumstances when pooled
connections are released back to the pool. (ODPI-C change)
- Display correct error message for SODA `createIndex()` when no
parameter is passed.

View File

@ -1,4 +1,4 @@
# node-oracledb version 3.1-dev
# node-oracledb version 3.1
The node-oracledb add-on for Node.js powers high performance Oracle
Database applications.

View File

@ -1,4 +1,4 @@
# node-oracledb 3.1-dev Documentation for the Oracle Database Node.js Add-on
# node-oracledb 3.1 Documentation for the Oracle Database Node.js Add-on
*Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.*

View File

@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "3.1.0-dev",
"version": "3.1.0",
"description": "A Node.js module for Oracle Database access",
"license": "Apache-2.0",
"homepage": "http://oracle.github.io/node-oracledb/",

View File

@ -72,7 +72,7 @@ using namespace v8;
#define NJS_NODE_ORACLEDB_MAJOR 3
#define NJS_NODE_ORACLEDB_MINOR 1
#define NJS_NODE_ORACLEDB_PATCH 0
#define NJS_NODE_ORACLEDB_SUFFIX "-dev"
#define NJS_NODE_ORACLEDB_SUFFIX
// define stringified version and driver name
#define NJS_STR_HELPER(x) #x