-
Notifications
You must be signed in to change notification settings - Fork 5
SK-2259 immutable skyflow client initialisation #193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
skyflow-vivek
merged 160 commits into
v3
from
skyflow-vivek/SK-2259-immutable-skyflow-client-initialisation
Aug 27, 2025
Merged
SK-2259 immutable skyflow client initialisation #193
skyflow-vivek
merged 160 commits into
v3
from
skyflow-vivek/SK-2259-immutable-skyflow-client-initialisation
Aug 27, 2025
Conversation
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
- Renamed packages according to design doc for sdk v2
- SK-1677 Worked on client intialisation for Java SDK v2
- Implemented bearer token utilities for generating bearer token with or without context and roles - Implemented Token utilties to check for validity of tokens - Implemented signed data tokens utilities to generate signed data tokens
- SK-1703 Implemented public interfaces for detokenize
SK-1703 Abstracted constructor for Detokenize Request Builder
- SK-1701 Modified insert public interfaces - SK-1702 Modified get public interfaces - SK-1704 Implemented update public interfaces
- Change builder pattern implementation for vault API interfaces
SK-1959 fix java samples
Release/25.2.1
SK-1969 Fix error handling for certain scenarios
Release/25.4.1
SK-2003: Add bearer token edge case
* SK-2071: Fern Integration and Detect Support (#179)
* SK-1759: readme and samples for detect
- Migrating from OSSRH to central publisher portal
SK-2207/Beta release/25.6.2
…release-workflows SK-2207 Update release workflows and POM
- Fixed some errors in overall project - Updated POM configuration
- Fixed some failing unit tests - Refactored more code into common - Added more unit tests for V3
skyflow-shravan
approved these changes
Aug 26, 2025
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.
This PR adds immutable client initialisation for our V3 SDK along with only single vault config.
Why
Goal
Testing