Release to Staging v2.9.17 - 2026-04-10#1960
Merged
transphorm merged 2 commits intostagingfrom Apr 10, 2026
Merged
Conversation
* Standardize config param handling across Android & iOS - Add shared SdkConstants (loopback host, debug port, didit host, tour path, default URLs) - Add shared QueryParamsBuilder replacing duplicated platform-specific builders - Android: deserialize config/request via kotlinx.serialization instead of org.json - Android: add belt-and-suspenders debug guard (isDebugMode && isDebuggable) - Android: remove redundant EXTRA_DEBUG_MODE and EXTRA_DEV_SERVER_URL intent extras - iOS: replace local buildQueryParams/encodeParam with shared QueryParamsBuilder - All default URLs now reference SdkConstants instead of hardcoded strings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Import KMP SdkConstants in Swift WebViewProviderImpl - Replace hardcoded constants with SdkConstants.shared.* from KMP framework - Replace "/tunnel/tour/1" with SdkConstants.shared.BUNDLED_TOUR_PATH - Add SelfSdk as local package dependency in self-sdk-swift Package.swift Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Internalize CryptoProvider — remove from public SDK interface CryptoProvider is never called at runtime (WebView uses Web Crypto API directly). Make the interface, its Android implementation, and the registry field internal so consumers no longer need to provide or register a crypto implementation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix ci * fix: temporarily use constants from self-sdk-swift * lint * fix: improve license header handling in check-license-headers script * lint --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* fix: output formatter for aadhaar and kyc * test: add KYC disclose test with non empty forbidden countries --------- Co-authored-by: seshanthS <seshanth@protonmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
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.
🚀 Weekly Release to Staging
Release Date: April 10, 2026
Release Branch:
release/staging-2026-04-10This automated PR promotes a snapshot of
devtostagingfor testing.What's Included
All commits merged to
devup to the branch creation time.Note: This PR uses a dedicated release branch, so new commits to
devwill NOT automatically appear here.Review Checklist
Next Steps
After merging, the staging environment will be updated. A production release PR will be created on Sunday.
This PR was automatically created by the Release Calendar workflow on April 10, 2026