Skip to content

Release/26.6.1#136

Merged
skyflow-bharti merged 15 commits into
mainfrom
release/26.6.1
Jun 4, 2026
Merged

Release/26.6.1#136
skyflow-bharti merged 15 commits into
mainfrom
release/26.6.1

Conversation

@skyflow-bharti
Copy link
Copy Markdown
Collaborator

@skyflow-bharti skyflow-bharti commented Jun 3, 2026

SK-2658 — Add column/field selection support to get() API

Problem

The get() method did not support field-level filtering, making it incompatible with column-scoped vault policies. When a role only has access to a subset of columns, a get() call that fetches all columns returns a 403. Customers like PrizePicks need to pre-fill forms using only the permitted fields (e.g. occupation, annual_income) while excluding sensitive ones (e.g. ssn).

Additionally, the REST API supports several query parameters (fields, offset, limit, downloadURL, order_by) that had no SDK equivalent.

Changes

IGetOptions — Extended with all missing REST API query parameters:
downloadURL?: boolean — request pre-signed download URLs
orderBy?: OrderBy — result ordering (ASCENDING | DESCENDING | NONE)

IGetRecord — Extended with all missing REST API query parameters:
fields?: string[] — column filter; maps to ?fields=col1&fields=col2
offset?: string — pagination start
limit?: string — pagination page size

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

Semgrep findings: No issues found, Good to merge.

Comment thread README.md Outdated
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

Gitleaks Findings: No secrets detected. Safe to proceed!

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

Semgrep findings: No issues found, Good to merge.

@skyflow-bharti skyflow-bharti merged commit c88d6be into main Jun 4, 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