File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
src/main/java/oracle/nosql/driver Expand file tree Collapse file tree 6 files changed +11
-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
- ## [ Unreleased]
5
+ ## [ 5.4.17] 2025-03-03
6
+
7
+ ### Added
6
8
- PrepareQueryException. This exception is thrown if a prepared query is
7
9
executed after (a) the index used by the query has been dropped and then
8
10
re-created with a different schema, or (b) one or more of the referenced
9
11
tables has been altered (via the alter table statement). It is only used
10
12
with server 25.1 or higher that supports it.
11
13
14
+ ### Changed
15
+ - Update netty dependency to 4.1.118.Final
16
+
12
17
## [ 5.4.16] 2024-11-21
13
18
14
19
### Fixed
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.15 </version>
40
+ <version>5.4.17 </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.17-SNAPSHOT </version >
32
+ <version >5.4.17</version >
33
33
<packaging >jar</packaging >
34
34
35
35
<organization >
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ public class SDKVersion {
12
12
/**
13
13
* The full X.Y.Z version of the current SDK
14
14
*/
15
- public static final String VERSION = "5.4.16 " ;
15
+ public static final String VERSION = "5.4.17 " ;
16
16
}
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.17-SNAPSHOT </version >
6
+ <version >5.4.17</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 >
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.17-SNAPSHOT </version >
9
+ <version >5.4.17</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