File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 22
33 - This module is forked from the currently un-maintained [ node-oracledb-for-lambda] ( https://github.com/nalbion/node-oracledb-for-lambda ) .
44 - Core oracledb libraries are also derived from [ node-oracledb] ( https://github.com/oracle/node-oracledb ) v4.2.0
5- - 4.2 .0: Prebuilt for use with AWS Lambda nodejs12.x Runtime (Built using nodejsv12.18.3)
5+ - 5.0 .0: Prebuilt for use with AWS Lambda nodejs12.x Runtime (Built using nodejsv12.18.3)
66
77The scripts to reproduce the build process can be found at [ node-oracledb-lambda-test] ( https://github.com/romanbalayan/node-oracledb-lambda-test ) .
88
99# Usage
1010
1111``` bash
12- npm install --save oracledb-prebuilt-for-lambda@4.1 .0
12+ npm install --save oracledb-prebuilt-for-lambda@5.0 .0
1313```
1414
1515# Versioning
1616 - Changed release version to match that of underlying node-oracledb version.
17- - i.e. for release based on oracledb 4.2 .0, release will be oracledb-prebuilt-for-lambda@4.2 .0
17+ - i.e. for release based on oracledb 5.0 .0, release will be oracledb-prebuilt-for-lambda@5.0 .0
1818
1919
2020 # Releases
21- | node-oracledb | Release |
21+ | node-oracledb | oracledb-prebuilt-for-lambda |
2222 | ------------------- | ---------- |
23- | 4.0.1 | 1.0.3 |
24- | 4.1.0 | 4.1.0 |
23+ | 5.0.0 | 5.0.0 |
2524 | 4.2.0 | 4.2.0 |
25+ | 4.1.0 | 4.1.0 |
26+ | 4.0.1 | 1.0.3 |
27+
28+
29+ # Changelog
30+ - v5.0.0: [ node-oracledb v5.0.0 changelog] ( https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md#node-oracledb-v500-29-jun-2020 )
31+ - v4.2.0: [ node-oracledb v4.2.0 changelog] ( https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md#node-oracledb-v420-24-jan-2020 )
32+ - v4.1.0: [ node-oracledb v4.1.0 changelog] ( https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md#node-oracledb-v410-26-nov-2019 )
33+ - v4.0.1: [ node-oracledb v4.0.1 changelog] ( https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md#node-oracledb-v401-19-aug-2019 )
2634
2735
2836 # AWS Lambda NodeJS Runtimes
You can’t perform that action at this time.
0 commit comments