Skip to content

Commit 4ff226d

Browse files
author
Roman Balayan
committed
Update readme for v5.0.0 relaease
1 parent b4228ca commit 4ff226d

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,35 @@
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

77
The 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

0 commit comments

Comments
 (0)