Skip to content

Commit 1dee266

Browse files
committed
Bump version to 5.3.0
1 parent 590a51a commit 1dee266

File tree

6 files changed

+27
-31
lines changed

6 files changed

+27
-31
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Change Log
22

3-
## node-oracledb v5.3.0 (DD Mon YYYY)
4-
5-
**This release is under development and information may be incomplete**
3+
## node-oracledb v5.3.0 (22 Oct 2021)
64

75
- Added a
86
[`keepInStmtCache`](https://oracle.github.io/node-oracledb/doc/api.html#propexeckeepinstmtcache)

INSTALL.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installing node-oracledb Version 5.3-dev
1+
# Installing node-oracledb Version 5.3
22

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

@@ -101,9 +101,9 @@ Alternatively, follow these instructions:
101101

102102
- If a pre-built binary is not available, you will need to build from source
103103
code. Reivew the [prerequisites](#github) and add
104-
`https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev/oracledb-src-5.3.0-dev.tgz`
104+
`https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz`
105105
to your `package.json` dependencies or run `npm install
106-
https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev/oracledb-src-5.3.0-dev.tgz`.
106+
https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz`.
107107

108108
- Add Oracle Client libraries version 21, 19, 18, 12, or 11.2 to your operating
109109
system library search path such as `PATH` on Windows or `LD_LIBRARY_PATH` on
@@ -1121,19 +1121,19 @@ export CC=gcc
11211121
```
11221122

11231123
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1124-
example `v5.3.0-dev`, and use the `npm` package manager (which is
1124+
example `v5.3.0`, and use the `npm` package manager (which is
11251125
included in Node.js) to install it.
11261126

11271127
If you have the `git` utility, you can install with:
11281128

11291129
```
1130-
npm install oracle/node-oracledb.git#v5.3.0-dev
1130+
npm install oracle/node-oracledb.git#v5.3.0
11311131
```
11321132

11331133
Otherwise install using:
11341134

11351135
```
1136-
npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev/oracledb-src-5.3.0-dev.tgz
1136+
npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz
11371137
```
11381138

11391139
#### 3.5.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1241,19 +1241,19 @@ export MAKE=gmake
12411241
```
12421242

12431243
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1244-
example `v5.3.0-dev`, and use the `npm` package manager (which is
1244+
example `v5.3.0`, and use the `npm` package manager (which is
12451245
included in Node.js) to install it.
12461246

12471247
If you have the `git` utility, you can install with:
12481248

12491249
```
1250-
npm install oracle/node-oracledb.git#v5.3.0-dev
1250+
npm install oracle/node-oracledb.git#v5.3.0
12511251
```
12521252

12531253
Otherwise install using:
12541254

12551255
```
1256-
npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev/oracledb-src-5.3.0-dev.tgz
1256+
npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz
12571257
```
12581258

12591259
If this fails due to an invalid `cp -a` option, you can download the
@@ -1405,7 +1405,7 @@ npm install oracle/node-oracledb#main
14051405
```
14061406

14071407
To install from a tag, replace `main` with the tag name like:
1408-
`oracle/node-oracledb#v5.3.0-dev`.
1408+
`oracle/node-oracledb#v5.3.0`.
14091409

14101410
#### <a name="sourcepackage"></a> 3.7.3 Installing from a source package
14111411

@@ -1414,14 +1414,14 @@ dependency like:
14141414

14151415
```
14161416
"dependencies": {
1417-
"oracledb": "https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev/oracledb-src-5.3.0-dev.tgz"
1417+
"oracledb": "https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz"
14181418
},
14191419
```
14201420

14211421
Or install with:
14221422

14231423
```
1424-
npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev/oracledb-src-5.3.0-dev.tgz
1424+
npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz
14251425
```
14261426

14271427
#### <a name="nogithubaccess"></a> 3.7.4 Installing from Oracle's repository
@@ -1457,10 +1457,10 @@ within your company, or it can be used directly from the file system to install
14571457
node-oracledb.
14581458

14591459
- Download
1460-
[`oracledb-src-5.3.0-dev.tgz`](https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev/oracledb-src-5.3.0-dev.tgz)
1460+
[`oracledb-src-5.3.0.tgz`](https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz)
14611461
from GitHub.
14621462

1463-
- Extract the file: `tar -xzf oracledb-src-5.3.0-dev.tgz`
1463+
- Extract the file: `tar -xzf oracledb-src-5.3.0.tgz`
14641464

14651465
- Change directory: `cd package`
14661466

@@ -1475,7 +1475,7 @@ from GitHub.
14751475
architectures.
14761476

14771477
- Run: `npm run buildpackage`
1478-
The package `oracledb-5.3.0-dev.tgz` is created.
1478+
The package `oracledb-5.3.0.tgz` is created.
14791479

14801480
This package can be shared or self-hosted, see [Hosting your own node-oracledb
14811481
Packages](#selfhost).
@@ -1484,12 +1484,12 @@ Packages](#selfhost).
14841484

14851485
On a machine with access, download the node-oracledb package from [npm][4], for
14861486
example from
1487-
[`https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev.tgz)
1487+
[`https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz)
14881488

14891489
This can be transferred to the desired machine and installed, for example with:
14901490

14911491
```
1492-
npm install your_dir_path/oracledb-5.3.0-dev.tgz
1492+
npm install your_dir_path/oracledb-5.3.0.tgz
14931493
```
14941494

14951495
If you are using an architecture that does not have pre-supplied binaries then
@@ -1547,25 +1547,25 @@ If you see `MSVCR80.dll` then you need the VS 2005 Redistributable.
15471547
You can host node-oracledb packages locally.
15481548

15491549
Download the node-oracledb package from npm, for example from
1550-
[`https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev.tgz)
1550+
[`https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz)
15511551
Alternatively, if you want to build your own binaries and node-oracledb package,
15521552
see [Creating a node-oracledb package from source code](#compilepackage).
15531553

15541554
If you make the package accessible on your local web server, for example at
1555-
www.example.com/oracledb-5.3.0-dev.tgz, then your `package.json` would contain:
1555+
www.example.com/oracledb-5.3.0.tgz, then your `package.json` would contain:
15561556

15571557
```
15581558
. . .
15591559
"dependencies": {
1560-
"oracledb": "https://www.example.com/oracledb-5.3.0-dev.tgz"
1560+
"oracledb": "https://www.example.com/oracledb-5.3.0.tgz"
15611561
},
15621562
. . .
15631563
```
15641564

15651565
Or you would install with:
15661566

15671567
```
1568-
npm install https://www.example.com/oracledb-5.3.0-dev.tgz
1568+
npm install https://www.example.com/oracledb-5.3.0.tgz
15691569
```
15701570

15711571
### <a name="docker"></a> 3.10 Using node-oracledb in Docker

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# node-oracledb version 5.3-dev
2-
3-
**This release is under development and information may be incomplete**
1+
# node-oracledb version 5.3
42

53
The node-oracledb add-on for Node.js powers high performance Oracle Database
64
applications. Applications can be written in TypeScript, or directly in
75
JavaScript.
86

9-
Use node-oracledb 5.3-dev to connect Node.js 12, or later, to Oracle Database.
7+
Use node-oracledb 5.3 to connect Node.js 12, or later, to Oracle Database.
108
Older versions of node-oracledb may work with older versions of Node.js.
119

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

doc/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb 5.3-dev Documentation for the Oracle Database Node.js Add-on
1+
# node-oracledb 5.3 Documentation for the Oracle Database Node.js Add-on
22

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "5.3.0-dev",
3+
"version": "5.3.0",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#define NJS_NODE_ORACLEDB_MAJOR 5
4343
#define NJS_NODE_ORACLEDB_MINOR 3
4444
#define NJS_NODE_ORACLEDB_PATCH 0
45-
#define NJS_NODE_ORACLEDB_SUFFIX "-dev"
45+
#define NJS_NODE_ORACLEDB_SUFFIX ""
4646

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

0 commit comments

Comments
 (0)