File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
src/main/java/oracle/nosql/driver Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
4
4
5
+ ## [ 5.4.9] 2023-02-14
6
+
7
+ ### Added
8
+ - On-premises only: added support for default namespace in NoSQLHandleConfig
9
+
10
+ ### Changed
11
+ - Updated javadoc for QueryRequest try-with-resources
12
+
13
+ ### Fixed
14
+ - Fixed timeout value sent to server on internal retries
15
+
5
16
## [ 5.4.8] 2023-01-05
6
17
7
18
### Fixed
@@ -11,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
11
22
12
23
### Changed
13
24
- Updated copyrights to 2023
25
+ - Update netty dependency to 4.1.86.Final
14
26
15
27
## [ 5.4.7] 2022-12-06
16
28
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ project. The version changes with each release.
37
37
<dependency>
38
38
<groupId>com.oracle.nosql.sdk</groupId>
39
39
<artifactId>nosqldriver</artifactId>
40
- <version>5.4.8 </version>
40
+ <version>5.4.9 </version>
41
41
</dependency>
42
42
```
43
43
Original file line number Diff line number Diff line change 29
29
30
30
<groupId >com.oracle.nosql.sdk</groupId >
31
31
<artifactId >nosqldriver</artifactId >
32
- <version >5.4.8 </version >
32
+ <version >5.4.9 </version >
33
33
<packaging >jar</packaging >
34
34
35
35
<organization >
Original file line number Diff line number Diff line change @@ -1098,7 +1098,7 @@ public String getDefaultCompartment() {
1098
1098
* Any non-namespace qualified table name in requests and/or SQL
1099
1099
* statements will be resolved/qualified to the specified namespace.
1100
1100
*
1101
- * @param namespace the default namespace to use
1101
+ * @param defaultNamespace the default namespace to use
1102
1102
*
1103
1103
* @return this
1104
1104
*/
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >com.oracle.nosql.sdk</groupId >
6
- <version >5.4.8 </version >
6
+ <version >5.4.9 </version >
7
7
<artifactId >nosql-java-sdk-examples</artifactId >
8
8
<name >Oracle NoSQL Database Java Examples</name >
9
9
<description >Java examples for Oracle NoSQL Database</description >
25
25
<dependency >
26
26
<groupId >com.oracle.nosql.sdk</groupId >
27
27
<artifactId >nosqldriver</artifactId >
28
- <version >5.4.8 </version >
28
+ <version >5.4.9 </version >
29
29
</dependency >
30
30
</dependencies >
31
31
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.oracle.nosql.sdk</groupId >
8
8
<artifactId >nosql-java-sdk</artifactId >
9
- <version >5.4.8 </version >
9
+ <version >5.4.9 </version >
10
10
<packaging >pom</packaging >
11
11
<name >Oracle NoSQL SDK</name >
12
12
<description >
You can’t perform that action at this time.
0 commit comments