Skip to content

Commit 3215c90

Browse files
committed
2 parents e249041 + 1aef678 commit 3215c90

File tree

3 files changed

+3
-43
lines changed

3 files changed

+3
-43
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#
4848
# The short X.Y version.
4949
version = '6.7'
50-
release = '6.7.1'
50+
release = '6.7.2'
5151

5252
# There are two options for replacing |today|: either, you set today to some
5353
# non-false value, then it is used:

doc/src/release_notes.rst

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,20 @@ node-oracledb `v6.8.0 <https://github.com/oracle/node-oracledb/compare/v6.7.1...
1414
Common Changes
1515
++++++++++++++
1616

17-
#) Added support for `BigInt` values to be passed to Database Objects.
18-
Exported new function `dbObjectTypeHandler` from `oracledb` which can be
19-
used to convert strings passed to the handler to `BigInt`.
20-
See `Issue #1710 <https://github.com/oracle/node-oracledb/issues/1710>`__.
21-
2217
#) Added support for Oracle Database 23ai sparse vectors.
2318

24-
#) Added support for :ref:`interval year-to-month <intervalyeartomonth>` and
25-
:ref:`interval day-to-second <intervaldaytosecond>` database column types.
26-
See `Issue #929 <https://github.com/oracle/node-oracledb/issues/929>`__.
27-
2819
#) Fixed :attr:`~dbObject.length` property for the database object
2920
collection types, which was broken from node-oracledb 6.0.
3021

3122
#) Added support for returning maximum identifier length allowed by the
3223
database using the new property :attr:`connection.maxIdentifierLength`.
3324

34-
#) Added :meth:`~dbObject.copy` method to create deep copies of database
25+
#) Added :meth:`~dbObject.copy` method to create a deep copy of database
3526
objects.
3627

3728
Thin Mode Changes
3829
+++++++++++++++++
3930

40-
#) Added support for external authentication using Transport Layer
41-
Security (TLS) protocol.
42-
43-
#) Added support for Advanced Network Compression which reduces the size
44-
of the network data packets transmitted over a connection for improved
45-
effective network throughput and bandwidth utilization.
46-
47-
#) Fixed issue that does not throw Authentication error for FastAuth
48-
when invalid token is used with external authentication.
49-
50-
#) Added connection optimization feature which uses
51-
Server Name Indication (SNI) extension of the TLS protocol.
52-
5331
#) Added support for setting the :attr:`~oracledb.edition` when connecting to
5432
the database.
5533

@@ -59,24 +37,6 @@ Thin Mode Changes
5937
#) Fixed bug with :meth:`dbObject.deleteElement()` which did not update the
6038
keys of associative arrays when an element was deleted.
6139

62-
#) Fixed issue with IAM token based authentication which allows unformatted
63-
private keys to be used for refreshed access tokens leading to token
64-
authentication errors.
65-
66-
Thick Mode Changes
67-
++++++++++++++++++
68-
69-
#) Fixed internal error that occurs while running ``connection.subscribe()``
70-
with same name for second time.
71-
See `Issue #1718 <https://github.com/oracle/node-oracledb/issues/1718>`__.
72-
73-
#) Fixed internal error that occurs while running ``connection.subscribe()`` with
74-
sql reading from non-existent tables.
75-
76-
#) Internal error handling improvements.
77-
78-
#) Internal code refactoring to optimize JSON data handling.
79-
8040
node-oracledb `v6.7.2 <https://github.com/oracle/node-oracledb/compare/v6.7.1...v6.7.2>`__ (11 Feb 2025)
8141
---------------------------------------------------------------------------------------------------------
8242

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023, 2024, Oracle and/or its affiliates.
1+
// Copyright (c) 2023, 2025, Oracle and/or its affiliates.
22

33
//-----------------------------------------------------------------------------
44
//

0 commit comments

Comments
 (0)