File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- # node-oracledb version 6.6.0
1
+ # node-oracledb version 6.7.0-dev
2
+
3
+ +** This release is under development and information may be incomplete**
2
4
3
5
The node-oracledb add-on for Node.js powers high performance Oracle Database
4
6
applications. Applications can be written in TypeScript, or directly in
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ node-oracledb Release Notes
7
7
8
8
For deprecated and desupported features, see :ref: `Deprecations and desupported features <deprecations >`.
9
9
10
+ node-oracledb `v6.7.0 <https://github.com/oracle/node-oracledb/compare/v6.6.0...v6.7.0 >`__ (TBD)
11
+ ------------------------------------------------------------------------------------------------
12
+
10
13
node-oracledb `v6.6.0 <https://github.com/oracle/node-oracledb/compare/v6.5.1...v6.6.0 >`__ (25 Jul 2024)
11
14
---------------------------------------------------------------------------------------------------------
12
15
Original file line number Diff line number Diff line change 30
30
31
31
module . exports = {
32
32
VERSION_MAJOR : 6 ,
33
- VERSION_MINOR : 6 ,
33
+ VERSION_MINOR : 7 ,
34
34
VERSION_PATCH : 0 ,
35
- VERSION_SUFFIX : ''
35
+ VERSION_SUFFIX : '-dev '
36
36
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 6.6.0 " ,
3
+ "version" : " 6.7.0-dev " ,
4
4
"description" : " A Node.js module for Oracle Database access from JavaScript and TypeScript" ,
5
5
"license" : " (Apache-2.0 OR UPL-1.0)" ,
6
6
"homepage" : " http://oracle.github.io/node-oracledb/" ,
You can’t perform that action at this time.
0 commit comments