Skip to content

Commit a840577

Browse files
committed
Explicitly mention that self-hosting steps have improved
1 parent 5e73ab0 commit a840577

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,18 @@
5353
- Support fetching XMLTYPE columns in queries. They will return as
5454
String limited to the VARCHAR2 length.
5555

56-
- Update install processes by bundling all pre-built binaries into the
57-
https://www.npmjs.com/package/oracledb package, removing the need
58-
for a separate binary package download from GitHub. At runtime an
59-
appropriate binary is loaded by `require()`, if it exists, allowing
60-
one `node_modules/oracledb` install to be usable in different
61-
environments. Also, source code is no longer included in the npm
62-
package.
56+
- Updated install processes by bundling all pre-built binaries into
57+
the https://www.npmjs.com/package/oracledb package, removing the
58+
need for a separate binary package download from GitHub. At runtime
59+
an appropriate binary is loaded by `require()`, if it exists,
60+
allowing one `node_modules/oracledb` install to be usable in
61+
different environments.
62+
63+
Source code is no longer included in the npm package. It is still
64+
available from GitHub and oss.oracle.com.
65+
66+
The steps for self-hosting a node-oracledb package have changed, see
67+
[INSTALL](https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#selfhost).
6368

6469
- Fixed a crash with high frequency notifications from CQN
6570
([#1009](https://github.com/oracle/node-oracledb/issues/1009)).

0 commit comments

Comments
 (0)