Skip to content

Commit fce9036

Browse files
committed
Bump version to 4.2
1 parent bed32b2 commit fce9036

File tree

6 files changed

+26
-24
lines changed

6 files changed

+26
-24
lines changed

CHANGELOG.md

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

3+
## node-oracledb v4.2.0 (DD MON YYYY)
4+
35
## node-oracledb v4.1.0 (26 Nov 2019)
46

57
- Added end-to-end tracing attributes

INSTALL.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installing node-oracledb Version 4.1
1+
# Installing node-oracledb Version 4.2
22

33
*Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.*
44

@@ -105,8 +105,8 @@ information about older versions.
105105
- Install a C Compiler such as Xcode, GCC, Visual Studio
106106
2017, or similar.
107107

108-
- Run `npm install oracle/node-oracledb.git#v4.1.0`, or add
109-
`oracle/node-oracledb.git#v4.1.0` to your `package.json`
108+
- Run `npm install oracle/node-oracledb.git#v4.2.0`, or add
109+
`oracle/node-oracledb.git#v4.2.0` to your `package.json`
110110
dependencies. Substitute your desired [GitHub tag][40].
111111

112112
- Add Oracle 19, 18, 12, or 11.2 client libraries to your operating
@@ -1008,19 +1008,19 @@ export CC=gcc
10081008
```
10091009

10101010
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1011-
example `v4.1.0`, and use the `npm` package manager (which is
1011+
example `v4.2.0`, and use the `npm` package manager (which is
10121012
included in Node.js) to install it.
10131013

10141014
If you have the `git` utility, you can install with:
10151015

10161016
```
1017-
npm install oracle/node-oracledb.git#v4.1.0
1017+
npm install oracle/node-oracledb.git#v4.2.0
10181018
```
10191019

10201020
Otherwise install using:
10211021

10221022
```
1023-
npm install https://github.com/oracle/node-oracledb/releases/download/v4.1.0/oracledb-src-4.1.0.tgz
1023+
npm install https://github.com/oracle/node-oracledb/releases/download/v4.2.0/oracledb-src-4.2.0.tgz
10241024
```
10251025

10261026
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1127,19 +1127,19 @@ export MAKE=gmake
11271127
```
11281128

11291129
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1130-
example `v4.1.0`, and use the `npm` package manager (which is
1130+
example `v4.2.0`, and use the `npm` package manager (which is
11311131
included in Node.js) to install it.
11321132

11331133
If you have the `git` utility, you can install with:
11341134

11351135
```
1136-
npm install oracle/node-oracledb.git#v4.1.0
1136+
npm install oracle/node-oracledb.git#v4.2.0
11371137
```
11381138

11391139
Otherwise install using:
11401140

11411141
```
1142-
npm install https://github.com/oracle/node-oracledb/releases/download/v4.1.0/oracledb-src-4.1.0.tgz
1142+
npm install https://github.com/oracle/node-oracledb/releases/download/v4.2.0/oracledb-src-4.2.0.tgz
11431143
```
11441144

11451145
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1242,12 +1242,12 @@ The `git` utility is required for this method.
12421242

12431243
Build node-oracledb from source code by changing the package specifier
12441244
so that `npm` downloads from GitHub instead of from npmjs.com. For
1245-
example, to install the code from the GitHub tag 'v4.1.0', add
1246-
`oracle/node-oracledb#v4.1.0` to your `package.json` dependencies, or
1245+
example, to install the code from the GitHub tag 'v4.2.0', add
1246+
`oracle/node-oracledb#v4.2.0` to your `package.json` dependencies, or
12471247
use the command:
12481248

12491249
```
1250-
npm install oracle/node-oracledb#v4.1.0
1250+
npm install oracle/node-oracledb#v4.2.0
12511251
```
12521252

12531253
This will download, compile and install node-oracledb.
@@ -1261,7 +1261,7 @@ Users without `git`, or with older versions of `npm` such as included in
12611261
Node.js 6, may alternatively need to use pre-bundled source code:
12621262

12631263
```
1264-
npm install https://github.com/oracle/node-oracledb/releases/download/v4.1.0/oracledb-src-4.1.0.tgz
1264+
npm install https://github.com/oracle/node-oracledb/releases/download/v4.2.0/oracledb-src-4.2.0.tgz
12651265
```
12661266

12671267
Note it may take some time before compilation begins due to the slow
@@ -1295,7 +1295,7 @@ installing.
12951295
#### <a name="nogithubaccess"></a> 3.10.3 Compiling node-oracledb without GitHub Access
12961296

12971297
Some companies block access to github.com so compiling source code
1298-
from GitHub with `npm install oracle/node-oracledb.git#v4.1.0` will
1298+
from GitHub with `npm install oracle/node-oracledb.git#v4.2.0` will
12991299
fail.
13001300

13011301
Oracle has a mirror of the GitHub repository source code that can be
@@ -1400,7 +1400,7 @@ See [Node.js for Oracle Linux][46] for details.
14001400
You can host node-oracledb packages locally.
14011401

14021402
Download the node-oracledb package from npm, for example from
1403-
[`https://registry.npmjs.com/oracledb/-/oracledb-4.1.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-4.1.0.tgz)
1403+
[`https://registry.npmjs.com/oracledb/-/oracledb-4.2.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-4.2.0.tgz)
14041404
Alternatively, if you want to build your own binaries and
14051405
node-oracledb package, the maintainer scripts in
14061406
[/package](https://github.com/oracle/node-oracledb/tree/master/package)
@@ -1409,19 +1409,19 @@ can be used. See
14091409
for details.
14101410

14111411
If you make the package accessible on your local web server, for
1412-
example at www.example.com/oracledb-4.1.0.tgz, then your
1412+
example at www.example.com/oracledb-4.2.0.tgz, then your
14131413
install command would be:
14141414

14151415
```
1416-
npm install https://www.example.com/oracledb-4.1.0.tgz
1416+
npm install https://www.example.com/oracledb-4.2.0.tgz
14171417
```
14181418

14191419
or your `package.json` would contain:
14201420

14211421
```
14221422
. . .
14231423
"dependencies": {
1424-
"oracledb": "https://www.example.com/oracledb-4.1.0.tgz"
1424+
"oracledb": "https://www.example.com/oracledb-4.2.0.tgz"
14251425
},
14261426
. . .
14271427
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# node-oracledb version 4.1
1+
# node-oracledb version 4.2
22

33
The node-oracledb add-on for Node.js powers high performance Oracle
44
Database applications.
55

6-
Use node-oracledb 4.1 to connect Node.js 8.16, 10.16, 12, or later, to Oracle Database.
6+
Use node-oracledb 4.2 to connect Node.js 8.16, 10.16, 12, or later, to Oracle Database.
77
Older versions of node-oracledb may work with older versions of Node.js.
88

99
Node-oracledb supports basic and advanced features of Oracle Database

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb 4.1 Documentation for the Oracle Database Node.js Add-on
1+
# node-oracledb 4.2 Documentation for the Oracle Database Node.js Add-on
22

33
*Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.*
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "4.1.0",
3+
"version": "4.2.0-dev",
44
"description": "A Node.js module for Oracle Database access",
55
"license": "Apache-2.0",
66
"homepage": "http://oracle.github.io/node-oracledb/",

src/njsModule.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
// The suffix should be something like "-dev" or "-beta.1".
4141
// For production, use: #define NJS_NODE_ORACLEDB_SUFFIX ""
4242
#define NJS_NODE_ORACLEDB_MAJOR 4
43-
#define NJS_NODE_ORACLEDB_MINOR 1
43+
#define NJS_NODE_ORACLEDB_MINOR 2
4444
#define NJS_NODE_ORACLEDB_PATCH 0
45-
#define NJS_NODE_ORACLEDB_SUFFIX ""
45+
#define NJS_NODE_ORACLEDB_SUFFIX "-dev"
4646

4747
// define stringified version and driver name
4848
#define NJS_STR_HELPER(x) #x

0 commit comments

Comments
 (0)