File tree 5 files changed +16
-7
lines changed
5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1
- # node-oracledb version 6.7.1
1
+ # node-oracledb version 6.7.2
2
2
3
3
The node-oracledb add-on for Node.js powers high performance Oracle Database
4
4
applications. Applications can be written in TypeScript, or directly in
5
5
JavaScript.
6
6
7
- Use node-oracledb 6.7.1 to connect Node.js 14.6, or later, to Oracle
7
+ Use node-oracledb 6.7.2 to connect Node.js 14.6, or later, to Oracle
8
8
Database. Older versions of node-oracledb may work with older versions of
9
9
Node.js.
10
10
@@ -48,7 +48,7 @@ vulnerability disclosure process.
48
48
49
49
## License
50
50
51
- Copyright (c) 2015, 2024 , Oracle and/or its affiliates.
51
+ Copyright (c) 2015, 2025 , Oracle and/or its affiliates.
52
52
53
53
This software is dual-licensed to you under the Universal Permissive License
54
54
(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
Original file line number Diff line number Diff line change 47
47
#
48
48
# The short X.Y version.
49
49
version = '6.7'
50
- release = '6.7.1 '
50
+ release = '6.7.2 '
51
51
52
52
# There are two options for replacing |today|: either, you set today to some
53
53
# non-false value, then it is used:
Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ node-oracledb Release Notes
8
8
For deprecated and desupported features, see
9
9
:ref: `Deprecations and desupported features <deprecations >`.
10
10
11
+ node-oracledb `v6.7.2 <https://github.com/oracle/node-oracledb/compare/v6.7.1...v6.7.2 >`__ (11 Feb 2025)
12
+ ---------------------------------------------------------------------------------------------------------
13
+
14
+ Common Changes
15
+ ++++++++++++++
16
+
17
+ #) Fixed an incorrect packaging issue with version 6.7.1. There are no code
18
+ changes included in this release.
19
+
11
20
node-oracledb `v6.7.1 <https://github.com/oracle/node-oracledb/compare/v6.7.0...v6.7.1 >`__ (23 Dec 2024)
12
21
---------------------------------------------------------------------------------------------------------
13
22
Original file line number Diff line number Diff line change 1
- // Copyright (c) 2023, 2024 , Oracle and/or its affiliates.
1
+ // Copyright (c) 2023, 2025 , Oracle and/or its affiliates.
2
2
3
3
//-----------------------------------------------------------------------------
4
4
//
31
31
module . exports = {
32
32
VERSION_MAJOR : 6 ,
33
33
VERSION_MINOR : 7 ,
34
- VERSION_PATCH : 1 ,
34
+ VERSION_PATCH : 2 ,
35
35
VERSION_SUFFIX : ''
36
36
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 6.7.1 " ,
3
+ "version" : " 6.7.2 " ,
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