You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@ 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
6
-
## Unpublished
6
+
## [Unreleased]
7
+
7
8
### Added
8
9
- Cloud only:
9
-
- Added new new SignatureProvider constructors to allow use of an instance principal with delegation token in a file for authorization and authentication.
10
+
- Added new SignatureProvider constructors to allow use of an instance principal with delegation token in a file for authorization and authentication.
- SignatureProvider.createInstancePrincipalForDelegation(String iamAuthUri, Region region, File delegationTokenFile, Logger logger)
12
13
- Added is* methods on FieldValue for convenience checking of whether an instance is
@@ -30,8 +31,14 @@ password
30
31
- Fixed a problem where the cloud service might succeed when dropping a table
31
32
that does not exist without using "drop table if exists" when it should throw
32
33
TableNotFoundException
34
+
- Fixed javadoc for NoSQLHandleConfig.setTableRequestTimeout to remove incorrect statement
35
+
- Unhide NoSQLHandleConfig methods to deal with an HTTP proxy
36
+
- setProxyHost
37
+
- setProxyPort
38
+
- setProxyUsername
39
+
- setProxyPassword
33
40
34
-
## 5.2.26 - 2021-02-09
41
+
## [5.2.26] - 2021-02-09
35
42
36
43
### Changed
37
44
- Updated copyrights to 2021
@@ -42,7 +49,7 @@ current documentation
42
49
### Fixed
43
50
- Description for the SDK in the pom file is now correct
44
51
45
-
## 5.2.25 - 2020-12-11
52
+
## [5.2.25] - 2020-12-11
46
53
47
54
### Added
48
55
- Rate Limiting (cloud only):
@@ -74,7 +81,7 @@ thread, interfering with process exit
74
81
- DefaultRetryHandler now uses incremental backoff mechanism (instead of fixed 1-second delay) and may be extended.
75
82
- Updated examples to use doTableRequest() instead of tableRequest() followed by waitForCompletion().
76
83
77
-
## 5.2.19 - 2020-09-17
84
+
## [5.2.19] - 2020-09-17
78
85
79
86
### Added
80
87
- Added NoSQLHandleConfig.get/setMaxContentLength() to allow on-premise
@@ -83,7 +90,7 @@ configuration of a maximum request/response size. It defaults to 32MB.
83
90
### Fixed
84
91
- Added missing README.md file to release
85
92
86
-
## 5.2.17 - 2020-08-14
93
+
## [5.2.17] - 2020-08-14
87
94
88
95
### Added
89
96
- Added NoSQLHandleConfig.setSSLProtocols() to allow the user to configure preferred SSL protocol
@@ -122,7 +129,7 @@ cases. This prevented use of an intermediate proxy such as Nginx, which validate
122
129
- TableUsageRequest: added validation check that startTime, endTime and limit
123
130
must not be negative value.
124
131
125
-
## 5.2.11 - 2020-02-10
132
+
## [5.2.11] - 2020-02-10
126
133
127
134
### Added
128
135
- OCI Native support for the cloud service
@@ -135,14 +142,14 @@ must not be negative value.
135
142
### Removed
136
143
- Removed support for IDCS based security in the cloud service
137
144
138
-
## 5.1.15 - 2019-11-18
145
+
## [5.1.15] - 2019-11-18
139
146
140
147
### Changed
141
148
- Enabled SSL hostname verification
142
149
- Reduced logging severityof bad http channels
143
150
- Bundle newer versions of netty and Jackson libraries
144
151
145
-
## 5.1.12 - 2019-08-20
152
+
## [5.1.12] - 2019-08-20
146
153
### Fixed
147
154
- Modified MapValue and handling of GetResult and QueryResult to maintain declaration order for fields. For queries, this is the order in which they are selected. For rows it is the declaration order from the initial table creation.
148
155
@@ -177,6 +184,6 @@ exact schema match is required on a put. The default behavior is false.
177
184
some operations, classes and exceptions are specific to each environment. These are
178
185
noted in updated javadoc.
179
186
180
-
## 18.277 - 2018-10-04
187
+
## [18.277] - 2018-10-04
181
188
This was the initial release of the Java driver for the Oracle NoSQL Database
0 commit comments