Beta Release: FlowVault (FlowDB) SDK - #191
Merged
Merged
Conversation
…samples and README (#188) * SK-3006: Add FlowDB v2 collect and composable integration
… RevealResponse file - Add toJson() to CollectResponse and RevealResponse for JSON serialization - Normalize metadata key skyflowID → skyflowId in FlowDBRevealApiCallback - Rename FlowDBRevealResponse.kt → RevealResponse.kt to match CollectResponse.kt - Update README: toJson() usage in onSuccess for collect and reveal, add collect sample response JSON, fix skyflowId casing in reveal sample Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…lectElementInput.table to tableName (#189)
Devesh-Skyflow
approved these changes
Jul 31, 2026
yaswanth-pula-skyflow
approved these changes
Jul 31, 2026
Re-add the FOCUS/BLUR/CHANGE/READY listeners on the card number element that existed on main but were dropped during the FlowDB sample rewrite. Fixes the "sate" -> "state" typo in the log messages. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Beta Release
This is the beta release PR for the new FlowVault (FlowDB) Android SDK, proposed to ship as
1.28.0-beta.1. It brings everything accumulated onrelease/26.7.0intobeta-release/26.7.0(branched frommain).What changed
New FlowDB backend for Collect & Reveal
CollectCallback/RevealCallback— with typedCollectResponse/RevealResponse/SkyflowError(replacing the old untypedCallback).toJson()added to response types for easy logging;skyflowIDnormalized toskyflowId.Collect improvements
CollectElementInput.tablerenamed totableName.skyflowId,AdditionalFields, andUpsertOptions(UpdateType.UPDATE/REPLACE).Reveal improvements
RevealOptions.tokenGroupRedactions(per token group).Removed (legacy PDB-only APIs)
get/getById/detokenize, connections (invoke/SOAP), and upsert-by-skyflowIds — along with their tests and sample screens.Docs & samples
Note
This contains breaking changes vs
1.27.0(PDB) — record field renames, removed APIs, new callback types. The beta tag signals this; a migration section will follow.