Skip to content

Commit 79a59da

Browse files
committed
Prepare for 5.2.31 release
1 parent 4ae994b commit 79a59da

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,24 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6-
## [Unreleased]
6+
## [5.2.31] 2022-01-28
7+
8+
Oracle internal use release
79

810
### Changed
911
- Updated copyrights to 2022
12+
- Internal changes to handling of channel (connection) acquisition, including
13+
addition of retries, within the request timeout period.
14+
- Enhanced logging of timeout and connection-related exceptions
1015

1116
### Fixed
1217
- Cloud only: Updated internal rate limiter processing to work
1318
properly with Instance Principals
1419

1520
## [5.2.30] 2022-01-21
1621

22+
Oracle internal use release
23+
1724
### Changed
1825
- Cloud only: Updated OCI regions
1926

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.2.30</version>
40+
<version>5.2.31</version>
4141
</dependency>
4242
```
4343

driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.oracle.nosql.sdk</groupId>
3131
<artifactId>nosqldriver</artifactId>
32-
<version>5.2.30</version>
32+
<version>5.2.31</version>
3333
<packaging>jar</packaging>
3434

3535
<organization>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.oracle.nosql.sdk</groupId>
6-
<version>5.2.30</version>
6+
<version>5.2.31</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>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.oracle.nosql.sdk</groupId>
2727
<artifactId>nosqldriver</artifactId>
28-
<version>5.2.30</version>
28+
<version>5.2.31</version>
2929
</dependency>
3030
</dependencies>
3131

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.oracle.nosql.sdk</groupId>
88
<artifactId>nosql-java-sdk</artifactId>
9-
<version>5.2.30</version>
9+
<version>5.2.31</version>
1010
<packaging>pom</packaging>
1111
<name>Oracle NoSQL SDK</name>
1212
<description>

0 commit comments

Comments
 (0)