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 22All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
44
5- ## [ Unpublished ]
5+ ## [ 5.4.13 ] 2023-09-25
66
77### Added
88- 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.
3737<dependency>
3838 <groupId>com.oracle.nosql.sdk</groupId>
3939 <artifactId>nosqldriver</artifactId>
40- <version>5.4.12 </version>
40+ <version>5.4.13 </version>
4141</dependency>
4242```
4343
Original file line number Diff line number Diff line change 2929
3030 <groupId >com.oracle.nosql.sdk</groupId >
3131 <artifactId >nosqldriver</artifactId >
32- <version >5.4.12 </version >
32+ <version >5.4.13 </version >
3333 <packaging >jar</packaging >
3434
3535 <organization >
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ public class Region {
382382 private final static MessageFormat OC20_EP_BASE = new MessageFormat (
383383 "https://nosql.{0}.oci.oraclecloud20.com" );
384384 private final static MessageFormat OC22_EP_BASE = new MessageFormat (
385- "https://nosql.{0}.oci.oraclecloud22.com " );
385+ "https://nosql.{0}.oci.psn-pco.it " );
386386 private final static MessageFormat OC24_EP_BASE = new MessageFormat (
387387 "https://nosql.{0}.oci.oraclecloud24.com" );
388388 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 {
116116 private final static MessageFormat OC20_EP_BASE = new MessageFormat (
117117 "https://auth.{0}.oraclecloud20.com" );
118118 private final static MessageFormat OC22_EP_BASE = new MessageFormat (
119- "https://auth.{0}.oraclecloud22.com " );
119+ "https://auth.{0}.psn-pco.it " );
120120 private final static MessageFormat OC24_EP_BASE = new MessageFormat (
121121 "https://auth.{0}.oraclecloud24.com" );
122122 private final static MessageFormat OC27_EP_BASE = new MessageFormat (
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <groupId >com.oracle.nosql.sdk</groupId >
6- <version >5.4.12 </version >
6+ <version >5.4.13 </version >
77 <artifactId >nosql-java-sdk-examples</artifactId >
88 <name >Oracle NoSQL Database Java Examples</name >
99 <description >Java examples for Oracle NoSQL Database</description >
2525 <dependency >
2626 <groupId >com.oracle.nosql.sdk</groupId >
2727 <artifactId >nosqldriver</artifactId >
28- <version >5.4.12 </version >
28+ <version >5.4.13 </version >
2929 </dependency >
3030 </dependencies >
3131
Original file line number Diff line number Diff line change 66
77 <groupId >com.oracle.nosql.sdk</groupId >
88 <artifactId >nosql-java-sdk</artifactId >
9- <version >5.4.12 </version >
9+ <version >5.4.13 </version >
1010 <packaging >pom</packaging >
1111 <name >Oracle NoSQL SDK</name >
1212 <description >
You can’t perform that action at this time.
0 commit comments