File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/main/java/oracle/nosql/driver Expand file tree Collapse file tree 7 files changed +8
-8
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
- ## [ Unpublished ]
5
+ ## [ 5.4.13 ] 2023-09-25
6
6
7
7
### Added
8
8
- added support for array_collect() and count(distinct) in queries. These
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.12 </version>
40
+ <version>5.4.13 </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.12 </version >
32
+ <version >5.4.13 </version >
33
33
<packaging >jar</packaging >
34
34
35
35
<organization >
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ public class Region {
382
382
private final static MessageFormat OC20_EP_BASE = new MessageFormat (
383
383
"https://nosql.{0}.oci.oraclecloud20.com" );
384
384
private final static MessageFormat OC22_EP_BASE = new MessageFormat (
385
- "https://nosql.{0}.oci.oraclecloud22.com " );
385
+ "https://nosql.{0}.oci.psn-pco.it " );
386
386
private final static MessageFormat OC24_EP_BASE = new MessageFormat (
387
387
"https://nosql.{0}.oci.oraclecloud24.com" );
388
388
private final static MessageFormat OC27_EP_BASE = new MessageFormat (
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class Utils {
116
116
private final static MessageFormat OC20_EP_BASE = new MessageFormat (
117
117
"https://auth.{0}.oraclecloud20.com" );
118
118
private final static MessageFormat OC22_EP_BASE = new MessageFormat (
119
- "https://auth.{0}.oraclecloud22.com " );
119
+ "https://auth.{0}.psn-pco.it " );
120
120
private final static MessageFormat OC24_EP_BASE = new MessageFormat (
121
121
"https://auth.{0}.oraclecloud24.com" );
122
122
private final static MessageFormat OC27_EP_BASE = new MessageFormat (
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.12 </version >
6
+ <version >5.4.13 </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.12 </version >
28
+ <version >5.4.13 </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.12 </version >
9
+ <version >5.4.13 </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