File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Expand file tree Collapse file tree 4 files changed +11
-12
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
4
4
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
6
6
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
12
8
13
9
### Fixed
14
10
- Fixed NoSQLHandleConfig.getLibraryVersion(), which has been returning null
15
11
for a few releases.
16
12
- Cloud only:
17
13
- 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
20
17
"400 Bad Request" without any additional message.
21
18
- Fixed default logging so that its level can be better affected by a logging
22
19
configuration file
@@ -36,6 +33,8 @@ NoSQLHandleConfig.getConnectionPoolSize()
36
33
- The default number of pending calls to acquire a connection in the pool has
37
34
changed from 6 to 3. This also affects the behavior of
38
35
NoSQLHandleConfig.setPoolMaxPending() and NoSQLHandleConfig.getPoolMaxPending().
36
+ - Update netty dependency to 4.1.68.Final
37
+ - Update Jackson dependency to 2.12.4
39
38
40
39
## [ 5.2.27] - 2021-05-13
41
40
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.2.29-SNAPSHOT </version >
32
+ <version >5.2.29</version >
33
33
<packaging >jar</packaging >
34
34
35
35
<organization >
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.2.29-SNAPSHOT </version >
6
+ <version >5.2.29</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.2.29-SNAPSHOT </version >
28
+ <version >5.2.29</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.2.29-SNAPSHOT </version >
9
+ <version >5.2.29</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