SK-3113 Flowvault release/26.9.1 - #429
Conversation
…ava-flowvault-sdk Sk-3131 unary operations in java flowvault sdk
…ava-flowvault-sdk SK-3131 unary operations in java flowvault sdk
…ava-flowvault-sdk SK-3131 unary operations in java flowvault sdk
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
Contract baseline change detected (
|
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Enum | InterfaceName |
Enum<E> |
JDK 8 |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
InterfaceName |
DELETE_RECORDS |
||
| Removed | publicstaticfinal |
InterfaceName |
QUERY |
||
| Added | public static final |
InterfaceName |
UPDATE |
com.skyflow.enums.UpdateType
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final public |
Enum | UpdateType |
Enum<E> |
JDK 8 |
Implemented Interfaces
| Status | Interface | Compatibility Changes |
|---|---|---|
| Added | Serializable |
|
| Added | Comparable<T> |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
UpdateType |
valueOf(String) |
||||
| Added | static public |
UpdateType[] |
values() |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
UpdateType |
REPLACE |
||
| Added | public static final |
UpdateType |
UPDATE |
com.skyflow.errors.ErrorMessage
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Enum | ErrorMessage |
Enum<E> |
JDK 8 |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
ErrorMessage |
DeleteRequestNull |
||
| Added | public static final |
ErrorMessage |
EmptySkyflowIdInRecord |
||
| Added | public static final |
ErrorMessage |
GetRequestNull |
||
| Added | public static final |
ErrorMessage |
InvalidBulkTokenizeRecordType |
||
| Added | public static final |
ErrorMessage |
NullCredentials |
||
| Added | public static final |
ErrorMessage |
NullVaultConfig |
||
| Added | public static final |
ErrorMessage |
QueryRequestNull |
||
| Added | public static final |
ErrorMessage |
RecordSkyflowIdKeyError |
||
| Added | public static final |
ErrorMessage |
UpdateRecordNull |
||
| Added | public static final |
ErrorMessage |
UpdateRequestNull |
com.skyflow.serviceaccount.util.BearerToken
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BearerToken |
Object |
JDK 8 |
com.skyflow.vault.controller.VaultController
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Class | VaultController |
null | JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
DeleteResponse |
delete(DeleteRequest) |
SkyflowException |
|||
| Added | public |
DeleteResponse |
delete(DeleteRequest, DeleteOptions) |
SkyflowException |
|||
| Added | public |
DetokenizeResponse |
detokenize(DetokenizeRequest) |
SkyflowException |
|||
| Added | public |
DetokenizeResponse |
detokenize(DetokenizeRequest, DetokenizeOptions) |
SkyflowException |
|||
| Added | public |
GetResponse |
get(GetRequest) |
SkyflowException |
|||
| Added | public |
GetResponse |
get(GetRequest, GetOptions) |
SkyflowException |
|||
| Added | public |
InsertResponse |
insert(InsertRequest) |
SkyflowException |
|||
| Added | public |
InsertResponse |
insert(InsertRequest, InsertOptions) |
SkyflowException |
|||
| Added | public |
UpdateResponse |
update(UpdateRequest) |
SkyflowException |
|||
| Added | public |
UpdateResponse |
update(UpdateRequest, UpdateOptions) |
SkyflowException |
com.skyflow.vault.data.BaseGetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BaseGetRequest |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
ArrayList<String> |
getFields |
||||
| Removed | public |
ArrayList<String> |
getIds |
||||
| Removed | public |
String |
getTable |
com.skyflow.vault.data.BulkDetokenizeResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkDetokenizeResponse |
Object |
JDK 8 |
com.skyflow.vault.data.BulkDetokenizeResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkDetokenizeResponseRecord |
DetokenizeResponseRecord |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
BulkDetokenizeResponseRecordint, String, Object, String, DetokenizeMetadata, int, String, String) |
||||
| Added | public |
BulkDetokenizeResponseRecord(int, String, Object, String, DetokenizeResponseRecordMetadata, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
String |
getRequestId |
com.skyflow.vault.data.BulkInsertResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkInsertResponse |
Object |
JDK 8 |
com.skyflow.vault.data.BulkInsertResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkInsertResponseRecord |
InsertResponseRecord |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Map<String, Object> |
getFields() |
Deprecated: forRemoval=true, since="1.0.2" |
|||
| Removed | public |
String |
getRequestId |
com.skyflow.vault.data.ColumnRedactions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | ColumnRedactions |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
ColumnRedactionsBuilder |
builder() |
||||
| Added | public |
String |
getColumnName() |
||||
| Added | public |
String |
getRedaction() |
com.skyflow.vault.data.ColumnRedactions$ColumnRedactionsBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | ColumnRedactionsBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
ColumnRedactionsBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
ColumnRedactions |
build() |
||||
| Added | public |
ColumnRedactionsBuilder |
columnName(String) |
||||
| Added | public |
ColumnRedactionsBuilder |
redaction(String) |
com.skyflow.vault.data.DeleteOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteOptions |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
DeleteOptions(Builder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Builder |
builder() |
||||
| Added | public |
RequestInterceptor |
getInterceptor() |
com.skyflow.vault.data.DeleteOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | Builder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
Builder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
DeleteOptions |
build() |
||||
| Added | public |
Builder |
interceptor(RequestInterceptor) |
com.skyflow.vault.data.DeleteRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteRequest |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
DeleteRequest(DeleteRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
DeleteRequestBuilder |
builder() |
||||
| Added | public |
List<String> |
getSkyflowIds() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
List<Map<String, Object>> |
getUniqueValues() |
com.skyflow.vault.data.DeleteRequest$DeleteRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | DeleteRequestBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
DeleteRequestBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
DeleteRequest |
build() |
||||
| Added | public |
DeleteRequestBuilder |
skyflowIds(List<String>) |
||||
| Added | public |
DeleteRequestBuilder |
tableName(String) |
||||
| Added | public |
DeleteRequestBuilder |
uniqueValues(List<Map<String, Object>>) |
com.skyflow.vault.data.DeleteResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteResponse |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
DeleteResponse(List<DeleteResponseRecord>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<DeleteResponseRecord> |
getRecords() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.DeleteResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
DeleteResponseRecord(String, Integer, String, String) |
||||
| Added | public |
DeleteResponseRecord(String, Integer, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
String |
getError() |
||||
| Added | public |
Integer |
getHttpCode() |
||||
| Added | public |
String |
getRequestId() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.DetokenizeMetadata
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
DetokenizeMetadata |
Object |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
DetokenizeMetadataString, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
String |
getSkyflowId |
||||
| Removed | public |
String |
getTableName |
||||
| Removed | staticpublic |
DetokenizeMetadata |
parseMetadataMap<String, Object>) |
||||
| Removed | public |
String |
toString |
com.skyflow.vault.data.DetokenizeResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | DetokenizeResponseRecord |
BaseDetokenizeRecordResponse |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
DetokenizeResponseRecordString, Object, String, DetokenizeMetadata, int, String) |
||||
| Added | public |
DetokenizeResponseRecord(String, Object, String, DetokenizeResponseRecordMetadata, int, String, String) |
||||
| Added | public |
DetokenizeResponseRecord(String, Object, String, DetokenizeResponseRecordMetadata, int, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
DetokenizeMetadataDetokenizeResponseRecordMetadata |
getMetadata() |
||||
| Added | public |
String |
getRequestId() |
com.skyflow.vault.data.DetokenizeResponseRecordMetadata
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DetokenizeResponseRecordMetadata |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
DetokenizeResponseRecordMetadata(String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | static public |
DetokenizeResponseRecordMetadata |
parseMetadata(Map<String, Object>) |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.GetOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetOptions |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetOptions(Builder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Builder |
builder() |
||||
| Added | public |
RequestInterceptor |
getInterceptor() |
com.skyflow.vault.data.GetOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | Builder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
Builder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetOptions |
build() |
||||
| Added | public |
Builder |
interceptor(RequestInterceptor) |
com.skyflow.vault.data.GetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetRequest |
BaseGetRequest |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetRequest(GetRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
GetRequestBuilder |
builder() |
||||
| Added | public |
List<ColumnRedactions> |
getColumnRedactions() |
||||
| Added | public |
List<String> |
getColumns() |
||||
| Added | public |
Integer |
getLimit() |
||||
| Added | public |
Integer |
getOffset() |
||||
| Added | public |
List<GetRequestRecord> |
getRecords() |
||||
| Added | public |
List<String> |
getSkyflowIds() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
List<Map<String, Object>> |
getUniqueValues() |
com.skyflow.vault.data.GetRequest$GetRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | GetRequestBuilder |
BaseGetRequestBuilder |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetRequest |
build() |
||||
| Added | public |
GetRequestBuilder |
columnRedactions(List<ColumnRedactions>) |
||||
| Added | public |
GetRequestBuilder |
columns(List<String>) |
||||
| Added | public |
GetRequestBuilder |
limit(Integer) |
||||
| Added | public |
GetRequestBuilder |
offset(Integer) |
||||
| Added | public |
GetRequestBuilder |
records(List<GetRequestRecord>) |
||||
| Added | public |
GetRequestBuilder |
skyflowIds(List<String>) |
||||
| Added | public |
GetRequestBuilder |
tableName(String) |
||||
| Added | public |
GetRequestBuilder |
uniqueValues(List<Map<String, Object>>) |
com.skyflow.vault.data.GetRequestRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetRequestRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetRequestRecord(GetRequestRecordBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
GetRequestRecordBuilder |
builder() |
||||
| Added | public |
List<ColumnRedactions> |
getColumnRedactions() |
||||
| Added | public |
List<String> |
getColumns() |
||||
| Added | public |
List<String> |
getSkyflowIds() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
List<Map<String, Object>> |
getUniqueValues() |
com.skyflow.vault.data.GetRequestRecord$GetRequestRecordBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | GetRequestRecordBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetRequestRecordBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetRequestRecord |
build() |
||||
| Added | public |
GetRequestRecordBuilder |
columnRedactions(List<ColumnRedactions>) |
||||
| Added | public |
GetRequestRecordBuilder |
columns(List<String>) |
||||
| Added | public |
GetRequestRecordBuilder |
skyflowIds(List<String>) |
||||
| Added | public |
GetRequestRecordBuilder |
tableName(String) |
||||
| Added | public |
GetRequestRecordBuilder |
uniqueValues(List<Map<String, Object>>) |
com.skyflow.vault.data.GetResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetResponse |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
GetResponse(List<GetResponseRecord>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<GetResponseRecord> |
getRecords() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.GetResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
GetResponseRecord(String, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Map<String, Object> |
getData() |
||||
| Added | public |
String |
getError() |
||||
| Added | public |
Map<String, Object> |
getHashedData() |
||||
| Added | public |
int |
getHttpCode() |
||||
| Added | public |
String |
getRequestId() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
Map<String, List<Token>> |
getTokens() |
com.skyflow.vault.data.InsertResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | InsertResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
InsertResponseRecordString, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String) |
||||
| Removed | public |
InsertResponseRecordString, String, Map<String, List<Token>>, Map<String, Object>, int, String) |
DeprecatedforRemovaltruesince"1.0.2" |
|||
| Added | public |
InsertResponseRecord(String, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
Map<String, Object> |
getFields |
DeprecatedforRemovaltruesince"1.0.2" |
|||
| Added | public |
String |
getRequestId() |
com.skyflow.vault.data.UpdateOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateOptions |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateOptions(Builder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Builder |
builder() |
||||
| Added | public |
RequestInterceptor |
getInterceptor() |
com.skyflow.vault.data.UpdateOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | Builder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
Builder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
UpdateOptions |
build() |
||||
| Added | public |
Builder |
interceptor(RequestInterceptor) |
com.skyflow.vault.data.UpdateRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateRequest |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequest(UpdateRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
UpdateRequestBuilder |
builder() |
||||
| Added | public |
List<UpdateRequestRecord> |
getRecords() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
UpdateType |
getUpdateType() |
com.skyflow.vault.data.UpdateRequest$UpdateRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | UpdateRequestBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequestBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
UpdateRequest |
build() |
||||
| Added | public |
UpdateRequestBuilder |
records(List<UpdateRequestRecord>) |
||||
| Added | public |
UpdateRequestBuilder |
tableName(String) |
||||
| Added | public |
UpdateRequestBuilder |
updateType(UpdateType) |
com.skyflow.vault.data.UpdateRequestRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateRequestRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequestRecord(UpdateRequestRecordBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
UpdateRequestRecordBuilder |
builder() |
||||
| Added | public |
Map<String, Object> |
getData() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
Map<String, Object> |
getTokens() |
com.skyflow.vault.data.UpdateRequestRecord$UpdateRequestRecordBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | UpdateRequestRecordBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequestRecordBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
UpdateRequestRecord |
build() |
||||
| Added | public |
UpdateRequestRecordBuilder |
data(Map<String, Object>) |
||||
| Added | public |
UpdateRequestRecordBuilder |
skyflowId(String) |
||||
| Added | public |
UpdateRequestRecordBuilder |
tableName(String) |
||||
| Added | public |
UpdateRequestRecordBuilder |
tokens(Map<String, Object>) |
com.skyflow.vault.data.UpdateResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateResponse |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
UpdateResponse(List<UpdateResponseRecord>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<UpdateResponseRecord> |
getRecords() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.UpdateResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
UpdateResponseRecord(String, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Map<String, Object> |
getData() |
||||
| Added | public |
String |
getError() |
||||
| Added | public |
Map<String, Object> |
getHashedData() |
||||
| Added | public |
int |
getHttpCode() |
||||
| Added | public |
String |
getRequestId() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
Map<String, List<Token>> |
getTokens() |
Warning
All missing classes, i.e. superclasses and interfaces that could not be found on the classpath were ignored.
Hence changes caused by these superclasses and interfaces are not reflected in the output.
Generated on: 2026-09-10 07:18:31.628+0000.
…ava-flowvault-sdk SK-3131 Added unary operations
a232d6c
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
Contract baseline change detected (
|
| Status | Type | Serialization | Compatibility Changes |
|---|---|---|---|
| Modified | com.skyflow.errors.ErrorMessage | ||
| Modified | com.skyflow.serviceaccount.util.BearerToken | ||
| Modified | com.skyflow.vault.controller.DetectController | ||
| Modified | com.skyflow.vault.controller.VaultController | ||
| Modified | com.skyflow.vault.data.BaseGetRequest | ||
| Modified | com.skyflow.vault.data.GetRequest | ||
| Modified | com.skyflow.vault.data.GetRequest$GetRequestBuilder |
Expand for details.
com.skyflow.errors.ErrorMessage
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Enum | ErrorMessage |
Enum<E> |
JDK 8 |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
ErrorMessage |
DeidentifyTextRequestNull |
||
| Added | public static final |
ErrorMessage |
DeleteRequestNull |
||
| Added | public static final |
ErrorMessage |
DetokenizeRequestNull |
||
| Added | public static final |
ErrorMessage |
GetRequestNull |
||
| Added | public static final |
ErrorMessage |
InsertRequestNull |
||
| Added | public static final |
ErrorMessage |
InvalidOrderBy |
||
| Added | public static final |
ErrorMessage |
InvokeConnectionRequestNull |
||
| Added | public static final |
ErrorMessage |
NullConnectionConfig |
||
| Added | public static final |
ErrorMessage |
NullCredentials |
||
| Added | public static final |
ErrorMessage |
NullTokensOrValuesEntry |
||
| Added | public static final |
ErrorMessage |
NullValueEntryInValues |
||
| Added | public static final |
ErrorMessage |
NullVaultConfig |
||
| Added | public static final |
ErrorMessage |
QueryRequestNull |
||
| Added | public static final |
ErrorMessage |
ReidentifyTextRequestNull |
||
| Added | public static final |
ErrorMessage |
TokenizeRequestNull |
||
| Added | public static final |
ErrorMessage |
TokensValuesSizeMismatch |
||
| Added | public static final |
ErrorMessage |
UnsupportedFileTypeToDeidentify |
||
| Added | public static final |
ErrorMessage |
UpdateRequestNull |
com.skyflow.serviceaccount.util.BearerToken
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BearerToken |
Object |
JDK 8 |
com.skyflow.vault.controller.DetectController
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Class | DetectController |
null | JDK 8 |
com.skyflow.vault.controller.VaultController
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Class | VaultController |
null | JDK 8 |
com.skyflow.vault.data.BaseGetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BaseGetRequest |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
ArrayList<String> |
getFields |
||||
| Removed | public |
ArrayList<String> |
getIds |
||||
| Removed | public |
String |
getTable |
com.skyflow.vault.data.GetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | GetRequest |
BaseGetRequest |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
ArrayList<String> |
getFields() |
||||
| Added | public |
ArrayList<String> |
getIds() |
||||
| Added | public |
String |
getTable() |
com.skyflow.vault.data.GetRequest$GetRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final static public |
Class | GetRequestBuilder |
BaseGetRequestBuilder |
JDK 8 |
Warning
All missing classes, i.e. superclasses and interfaces that could not be found on the classpath were ignored.
Hence changes caused by these superclasses and interfaces are not reflected in the output.
Generated on: 2026-09-10 07:18:49.016+0000.
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
1 similar comment
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
…ava-flowvault-sdk SK-3131 remove query interface
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
🔐 Gitleaks Findings: 3 issue(s) detected 🔸 Rule: 🔸 Rule: 🔸 Rule: |
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
1 similar comment
|
Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging. |
unary operation support