Skip to content

Commit 0fa696c

Browse files
authored
Prepare for release version 1.6.0. (#35)
Prepare for release version 1.6.0.
1 parent 0c308ed commit 0fa696c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ 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-
## [1.6.0] [not yet released]
6+
## [1.6.0]
77
### Added
88
- Added support for composite primary keys.
99

10+
### Changed
11+
- Upgrade NoSQL Java SDK dependency to version 5.4.10.
12+
1013
## [1.5.0]
1114
### Added
1215
- Added support for java.util.Map and similar types as mapping types.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project. The version changes with each release.
2828
<dependency>
2929
<groupId>com.oracle.nosql.sdk</groupId>
3030
<artifactId>spring-data-oracle-nosql</artifactId>
31-
<version>1.5.0</version>
31+
<version>1.6.0</version>
3232
</dependency>
3333
```
3434

@@ -127,7 +127,7 @@ Note: Depending on individual scenario use the appropriate AuthorizationProvider
127127
[setup](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm).
128128

129129
```java
130-
SignatureProvider.createWithInstancePrincipal()
130+
oracle.nosql.driver.iam.SignatureProvider.createWithInstancePrincipal()
131131
```
132132

133133
- For cloud simulator use:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.oracle.nosql.sdk</groupId>
88
<artifactId>spring-data-oracle-nosql</artifactId>
9-
<version>1.5.0</version>
9+
<version>1.6.0</version>
1010

1111
<name>Oracle NoSQL Database SDK for Spring Data</name>
1212
<description>Oracle NoSQL Database SDK for Spring Data</description>
@@ -45,7 +45,7 @@
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<maven.build.timestamp.format>MM-dd-HH-mm-ss</maven.build.timestamp.format>
4747

48-
<nosqldriver.version>5.4.9</nosqldriver.version>
48+
<nosqldriver.version>5.4.10</nosqldriver.version>
4949

5050
<spring.springframework.version>5.3.27</spring.springframework.version>
5151
<spring.data.version>2.7.0</spring.data.version>

0 commit comments

Comments
 (0)