Skip to content

Commit 7f3a2e8

Browse files
committed
Prepare for 5.2.29 release
1 parent 040f979 commit 7f3a2e8

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
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/).
5-
## [5.2.29-SNAPSHOT] 2021-09-30
5+
## [5.2.29] 2021-11-18
66

7-
### Changed
8-
- Update netty dependency to 4.1.68.Final
9-
- Update Jackson dependency to 2.12.4
10-
11-
## [5.2.28-SNAPSHOT] 2021-09-13
7+
NOTE: version number 5.2.28 has been skipped
128

139
### Fixed
1410
- Fixed NoSQLHandleConfig.getLibraryVersion(), which has been returning null
1511
for a few releases.
1612
- Cloud only:
1713
- Updated OCI regions
18-
- Fixed an issue using instance principal in OC2 realm. A SignatureProvider created
19-
with an instance principal might fail to obtain a security token from IAM and get
14+
- Fixed an issue using instance principal in OC2 realm. A SignatureProvider
15+
created with an instance principal might fail to obtain a security token
16+
from IAM and get
2017
"400 Bad Request" without any additional message.
2118
- Fixed default logging so that its level can be better affected by a logging
2219
configuration file
@@ -36,6 +33,8 @@ NoSQLHandleConfig.getConnectionPoolSize()
3633
- The default number of pending calls to acquire a connection in the pool has
3734
changed from 6 to 3. This also affects the behavior of
3835
NoSQLHandleConfig.setPoolMaxPending() and NoSQLHandleConfig.getPoolMaxPending().
36+
- Update netty dependency to 4.1.68.Final
37+
- Update Jackson dependency to 2.12.4
3938

4039
## [5.2.27] - 2021-05-13
4140

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.29-SNAPSHOT</version>
32+
<version>5.2.29</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.29-SNAPSHOT</version>
6+
<version>5.2.29</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.29-SNAPSHOT</version>
28+
<version>5.2.29</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.29-SNAPSHOT</version>
9+
<version>5.2.29</version>
1010
<packaging>pom</packaging>
1111
<name>Oracle NoSQL SDK</name>
1212
<description>

0 commit comments

Comments
 (0)