Skip to content

SK-2824 Request headers support#304

Merged
skyflow-bharti merged 6 commits into
v3-release/26.5.1from
SK-2824-x-request-id-support
May 14, 2026
Merged

SK-2824 Request headers support#304
skyflow-bharti merged 6 commits into
v3-release/26.5.1from
SK-2824-x-request-id-support

Conversation

@skyflow-bharti
Copy link
Copy Markdown
Collaborator

Why:
Previously there was no way to pass custom headers at the request level. This change adds that capability while keeping the API minimal and type-safe.

Batch processing in the SDK is handled internally — a single bulkInsert call may fan out into multiple HTTP requests. There was no mechanism for callers
to:

Attach custom headers (e.g. x-request-id) to vault API calls
Generate a unique header value per batch (e.g. unique request IDs for tracing)

@skyflow-bharti skyflow-bharti changed the base branch from main to v3 May 14, 2026 04:07
@skyflow-bharti skyflow-bharti changed the base branch from v3 to v3-release/26.5.1 May 14, 2026 04:10
@skyflow-bharti skyflow-bharti merged commit a98436e into v3-release/26.5.1 May 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants