File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file.
33
44The 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.
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments