Skip to content

Commit bac19c7

Browse files
committed
Bump version in README. Add new feature. Fix broken link
1 parent ef0fb98 commit bac19c7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# node-oracledb version 0.3
1+
# node-oracledb version 0.4
22

33
## <a name="about"></a> 1. About node-oracledb
44

55
The Oracle Database Node.js driver powers high performance
66
Node.js applications.
77

8-
Node-oracledb 0.3 supports basic and advanced Oracle features, including:
8+
Node-oracledb 0.4 supports basic and advanced Oracle features, including:
99

1010
- SQL and PL/SQL Execution
11-
- Binding using JavaScript objects or arrays
1211
- Query results as JavaScript objects or array
12+
- Binding using JavaScript objects or arrays
1313
- Conversion between JavaScript and Oracle types
1414
- Transaction Management
1515
- Connection Pooling
16-
- [Database Resident Connection Pooling](#http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS228) (DRCP)
16+
- [Database Resident Connection Pooling](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS228) (DRCP)
17+
- [External Authentication](http://docs.oracle.com/database/121/DBSEG/authentication.htm#DBSEG99840)
1718
- [Statement Caching](http://docs.oracle.com/database/121/LNOCI/oci09adv.htm#i471377)
1819
- [Client Result Caching](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS464)
1920
- [End-to-end tracing](http://docs.oracle.com/database/121/TGSQL/tgsql_trace.htm#CHDBDGIJ)
@@ -22,7 +23,7 @@ Node-oracledb 0.3 supports basic and advanced Oracle features, including:
2223
- [Runtime Load Balancing](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515) (RLB)
2324
- [Transparent Application Failover](http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534) (TAF)
2425

25-
Node-oracledb 0.3 is a preview release. We are actively working on
26+
Node-oracledb 0.4 is a preview release. We are actively working on
2627
adding features including LOB support and batch fetching / streaming
2728
of large query result sets.
2829

0 commit comments

Comments
 (0)