Skip to content

Commit 8a9a9e5

Browse files
committed
Bump version to 4.0.2
1 parent 29baa93 commit 8a9a9e5

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

INSTALL.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0.1`, or add
109-
`oracle/node-oracledb.git#v4.0.1` to your `package.json`
108+
- Run `npm install oracle/node-oracledb.git#v4.0.2`, or add
109+
`oracle/node-oracledb.git#v4.0.2` 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
@@ -1006,19 +1006,19 @@ export CC=gcc
10061006
```
10071007

10081008
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1009-
example `v4.0.1`, and use the `npm` package manager (which is
1009+
example `v4.0.2`, and use the `npm` package manager (which is
10101010
included in Node.js) to install it.
10111011

10121012
If you have the `git` utility, you can install with:
10131013

10141014
```
1015-
npm install oracle/node-oracledb.git#v4.0.1
1015+
npm install oracle/node-oracledb.git#v4.0.2
10161016
```
10171017

10181018
Otherwise install using:
10191019

10201020
```
1021-
npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.1/oracledb-src-4.0.1.tgz
1021+
npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.2/oracledb-src-4.0.2.tgz
10221022
```
10231023

10241024
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1125,19 +1125,19 @@ export MAKE=gmake
11251125
```
11261126

11271127
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1128-
example `v4.0.1`, and use the `npm` package manager (which is
1128+
example `v4.0.2`, and use the `npm` package manager (which is
11291129
included in Node.js) to install it.
11301130

11311131
If you have the `git` utility, you can install with:
11321132

11331133
```
1134-
npm install oracle/node-oracledb.git#v4.0.1
1134+
npm install oracle/node-oracledb.git#v4.0.2
11351135
```
11361136

11371137
Otherwise install using:
11381138

11391139
```
1140-
npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.1/oracledb-src-4.0.1.tgz
1140+
npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.2/oracledb-src-4.0.2.tgz
11411141
```
11421142

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

12411241
Build node-oracledb from source code by changing the package specifier
12421242
so that `npm` downloads from GitHub instead of from npmjs.com. For
1243-
example, to install the code from the GitHub tag 'v4.0.1', add
1244-
`oracle/node-oracledb#v4.0.1` to your `package.json` dependencies, or
1243+
example, to install the code from the GitHub tag 'v4.0.2', add
1244+
`oracle/node-oracledb#v4.0.2` to your `package.json` dependencies, or
12451245
use the command:
12461246

12471247
```
1248-
npm install oracle/node-oracledb#v4.0.1
1248+
npm install oracle/node-oracledb#v4.0.2
12491249
```
12501250

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

12611261
```
1262-
npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.1/oracledb-src-4.0.1.tgz
1262+
npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.2/oracledb-src-4.0.2.tgz
12631263
```
12641264

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

12951295
Some companies block access to github.com so compiling source code
1296-
from GitHub with `npm install oracle/node-oracledb.git#v4.0.1` will
1296+
from GitHub with `npm install oracle/node-oracledb.git#v4.0.2` will
12971297
fail.
12981298

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

14001400
Download the node-oracledb package from npm, for example from
1401-
[`https://registry.npmjs.com/oracledb/-/oracledb-4.0.1.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-4.0.1.tgz)
1401+
[`https://registry.npmjs.com/oracledb/-/oracledb-4.0.2.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-4.0.2.tgz)
14021402
Alternatively, if you want to build your own binaries and
14031403
node-oracledb package, the maintainer scripts in
14041404
[/package](https://github.com/oracle/node-oracledb/tree/master/package)
@@ -1407,19 +1407,19 @@ can be used. See
14071407
for details.
14081408

14091409
If you make the package accessible on your local web server, for
1410-
example at www.example.com/oracledb-4.0.1.tgz, then your
1410+
example at www.example.com/oracledb-4.0.2.tgz, then your
14111411
install command would be:
14121412

14131413
```
1414-
npm install https://www.example.com/oracledb-4.0.1.tgz
1414+
npm install https://www.example.com/oracledb-4.0.2.tgz
14151415
```
14161416

14171417
or your `package.json` would contain:
14181418

14191419
```
14201420
. . .
14211421
"dependencies": {
1422-
"oracledb": "https://www.example.com/oracledb-4.0.1.tgz"
1422+
"oracledb": "https://www.example.com/oracledb-4.0.2.tgz"
14231423
},
14241424
. . .
14251425
```

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.0.1",
3+
"version": "4.0.2",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// For production, use: #define NJS_NODE_ORACLEDB_SUFFIX ""
4242
#define NJS_NODE_ORACLEDB_MAJOR 4
4343
#define NJS_NODE_ORACLEDB_MINOR 0
44-
#define NJS_NODE_ORACLEDB_PATCH 1
44+
#define NJS_NODE_ORACLEDB_PATCH 2
4545
#define NJS_NODE_ORACLEDB_SUFFIX ""
4646

4747
// define stringified version and driver name

0 commit comments

Comments
 (0)