Skip to content

Commit b90a0f7

Browse files
committed
Bump version to 5.1-dev
1 parent 7d8216a commit b90a0f7

File tree

6 files changed

+35
-29
lines changed

6 files changed

+35
-29
lines changed

CHANGELOG.md

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

3+
## node-oracledb v5.1.0-dev (DD Mon YYYY)
4+
5+
**This release is under development**
6+
37
## node-oracledb v5.0.0 (29 Jun 2020)
48

59
- Stated compatibility is now for Node.js 10.16+, 12 and 14.

INSTALL.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installing node-oracledb Version 5.0
1+
# Installing node-oracledb Version 5.1-dev
22

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

@@ -96,8 +96,8 @@ guaranteed to be available or usable in your environment.
9696
- Install a C Compiler such as Xcode, GCC, Visual Studio
9797
2017, or similar.
9898

99-
- Run `npm install oracle/node-oracledb.git#v5.0.0`, or add
100-
`oracle/node-oracledb.git#v5.0.0` to your `package.json`
99+
- Run `npm install oracle/node-oracledb.git#v5.1.0`, or add
100+
`oracle/node-oracledb.git#v5.1.0` to your `package.json`
101101
dependencies. Substitute your desired [GitHub tag][40].
102102

103103
- Add Oracle 19, 18, 12, or 11.2 client libraries to your operating
@@ -1097,19 +1097,19 @@ export CC=gcc
10971097
```
10981098

10991099
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1100-
example `v5.0.0`, and use the `npm` package manager (which is
1100+
example `v5.1.0`, and use the `npm` package manager (which is
11011101
included in Node.js) to install it.
11021102

11031103
If you have the `git` utility, you can install with:
11041104

11051105
```
1106-
npm install oracle/node-oracledb.git#v5.0.0
1106+
npm install oracle/node-oracledb.git#v5.1.0
11071107
```
11081108

11091109
Otherwise install using:
11101110

11111111
```
1112-
npm install https://github.com/oracle/node-oracledb/releases/download/v5.0.0/oracledb-src-5.0.0.tgz
1112+
npm install https://github.com/oracle/node-oracledb/releases/download/v5.1.0/oracledb-src-5.1.0.tgz
11131113
```
11141114

11151115
#### 3.5.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1217,19 +1217,19 @@ export MAKE=gmake
12171217
```
12181218

12191219
Locate the [GitHub tag][40] of the desired node-oracledb version, for
1220-
example `v5.0.0`, and use the `npm` package manager (which is
1220+
example `v5.1.0`, and use the `npm` package manager (which is
12211221
included in Node.js) to install it.
12221222

12231223
If you have the `git` utility, you can install with:
12241224

12251225
```
1226-
npm install oracle/node-oracledb.git#v5.0.0
1226+
npm install oracle/node-oracledb.git#v5.1.0
12271227
```
12281228

12291229
Otherwise install using:
12301230

12311231
```
1232-
npm install https://github.com/oracle/node-oracledb/releases/download/v5.0.0/oracledb-src-5.0.0.tgz
1232+
npm install https://github.com/oracle/node-oracledb/releases/download/v5.1.0/oracledb-src-5.1.0.tgz
12331233
```
12341234

12351235
If this fails due to an invalid `cp -a` option, you can download the
@@ -1363,18 +1363,18 @@ code utility is required for this method.
13631363

13641364
Build node-oracledb from source code by changing the package specifier so that
13651365
`npm` downloads from GitHub. For example, to install the code from the GitHub
1366-
tag `v5.0.0`, use a `package.json` dependency like:
1366+
tag `v5.1.0`, use a `package.json` dependency like:
13671367

13681368
```
13691369
"dependencies": {
1370-
"oracledb": "oracle/node-oracledb#v5.0.0"
1370+
"oracledb": "oracle/node-oracledb#v5.1.0"
13711371
},
13721372
```
13731373

13741374
Alternatively, use the command:
13751375

13761376
```
1377-
npm install oracle/node-oracledb#v5.0.0
1377+
npm install oracle/node-oracledb#v5.1.0
13781378
```
13791379

13801380
To install the current code on the master branch, use
@@ -1389,15 +1389,15 @@ compilation begins.
13891389
Users without the `git` utility can compile pre-bundled source code:
13901390

13911391
```
1392-
npm install https://github.com/oracle/node-oracledb/releases/download/v5.0.0/oracledb-src-5.0.0.tgz
1392+
npm install https://github.com/oracle/node-oracledb/releases/download/v5.1.0/oracledb-src-5.1.0.tgz
13931393
```
13941394

13951395
Due to the slow download of source code from GitHub, it may take some time
13961396
before compilation begins. You may prefer to download
1397-
`oracledb-src-5.0.0.tgz` and install with:
1397+
`oracledb-src-5.1.0.tgz` and install with:
13981398

13991399
```
1400-
npm install your_dir_path/oracledb-src-5.0.0.tgz
1400+
npm install your_dir_path/oracledb-src-5.1.0.tgz
14011401
```
14021402

14031403
#### <a name="nogithubaccess"></a> 3.7.5 Installing from Oracle's repository
@@ -1424,10 +1424,10 @@ within your company, or it can be used directly from the file system to install
14241424
node-oracledb.
14251425

14261426
- Download
1427-
[`oracledb-src-5.0.0.tgz`](https://github.com/oracle/node-oracledb/releases/download/v5.0.0/oracledb-src-5.0.0.tgz)
1427+
[`oracledb-src-5.1.0.tgz`](https://github.com/oracle/node-oracledb/releases/download/v5.1.0/oracledb-src-5.1.0.tgz)
14281428
from GitHub.
14291429

1430-
- Extract the file: `tar -xzf oracledb-src-5.0.0.tgz`
1430+
- Extract the file: `tar -xzf oracledb-src-5.1.0.tgz`
14311431

14321432
- Change directory: `cd package`
14331433

@@ -1442,7 +1442,7 @@ from GitHub.
14421442
architectures.
14431443

14441444
- Run: `npm run buildpackage`
1445-
The package `oracledb-5.0.0.tgz` is created.
1445+
The package `oracledb-5.1.0.tgz` is created.
14461446

14471447
This package can be shared or self-hosted, see [Hosting your own node-oracledb
14481448
Packages](#selfhost).
@@ -1451,12 +1451,12 @@ Packages](#selfhost).
14511451

14521452
On a machine with access, download the node-oracledb package from [npm][4], for
14531453
example from
1454-
[`https://registry.npmjs.com/oracledb/-/oracledb-5.0.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.0.0.tgz)
1454+
[`https://registry.npmjs.com/oracledb/-/oracledb-5.1.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.1.0.tgz)
14551455

14561456
This can be transferred to the desired machine and installed, for example with:
14571457

14581458
```
1459-
npm install your_dir_path/oracledb-5.0.0.tgz
1459+
npm install your_dir_path/oracledb-5.1.0.tgz
14601460
```
14611461

14621462
If you are using an architecture that does not have pre-supplied binaries then
@@ -1514,24 +1514,24 @@ If you see `MSVCR80.dll` then you need the VS 2005 Redistributable.
15141514
You can host node-oracledb packages locally.
15151515

15161516
Download the node-oracledb package from npm, for example from
1517-
[`https://registry.npmjs.com/oracledb/-/oracledb-5.0.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.0.0.tgz)
1517+
[`https://registry.npmjs.com/oracledb/-/oracledb-5.1.0.tgz`](https://registry.npmjs.com/oracledb/-/oracledb-5.1.0.tgz)
15181518
Alternatively, if you want to build your own binaries and node-oracledb package,
15191519
see [Creating a node-oracledb package from source code](#compilepackage).
15201520

15211521
If you make the package accessible on your local web server, for
1522-
example at www.example.com/oracledb-5.0.0.tgz, then your
1522+
example at www.example.com/oracledb-5.1.0.tgz, then your
15231523
install command would be:
15241524

15251525
```
1526-
npm install https://www.example.com/oracledb-5.0.0.tgz
1526+
npm install https://www.example.com/oracledb-5.1.0.tgz
15271527
```
15281528

15291529
or your `package.json` would contain:
15301530

15311531
```
15321532
. . .
15331533
"dependencies": {
1534-
"oracledb": "https://www.example.com/oracledb-5.0.0.tgz"
1534+
"oracledb": "https://www.example.com/oracledb-5.1.0.tgz"
15351535
},
15361536
. . .
15371537
```

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# node-oracledb version 5.0
1+
# node-oracledb version 5.0-dev
2+
3+
**This release is under development**
24

35
The node-oracledb add-on for Node.js powers high performance Oracle
46
Database applications.

doc/api.md

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

33
*Copyright (c) 2015, 2020, 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": "5.0.0",
3+
"version": "5.1.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 5
43-
#define NJS_NODE_ORACLEDB_MINOR 0
43+
#define NJS_NODE_ORACLEDB_MINOR 1
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)