Skip to content

Devesh/sk 2814 invoke connection fixes#323

Merged
Devesh-Skyflow merged 3 commits into
release/26.5.3from
devesh/SK-2814-invoke-connection-fixes
May 25, 2026
Merged

Devesh/sk 2814 invoke connection fixes#323
Devesh-Skyflow merged 3 commits into
release/26.5.3from
devesh/SK-2814-invoke-connection-fixes

Conversation

@Devesh-Skyflow
Copy link
Copy Markdown
Collaborator

Start with a concise summary of the PR. The first three sections are required. The questions present in each section is there to help you guide you what to add. They are meant to be overwritten by your comments.

Why

  • Why are you making the change?
  • What is the underlying issue that you are trying to case, in case of fix?
  • Why is it needed by the feature you are working on?
  • What is the intent behind making the change?

Goal

  • What is the intended outcome?
  • What part of the feature should start working?
  • What are the non-goals or will be covered in future PR?

Testing

  • How was the code tested?
  • If you haven't written unit tests, why?
  • What more testing is needed? Do you intend to manually test it after deployment?
  • Do you have any concerns if this changed is released to prod?

Tech debt

  • Is the PR adding to tech debt in any way?
  • Are you addressing some Tech debt in this PR?
  • If both the above are false, feel free to remove this section.

Devesh-Skyflow and others added 3 commits May 25, 2026 15:25
URL encoding path/query params is a breaking change for users who
pre-encode values (double-encoding), and Go SDK v1/v2 does raw
substitution with no encoding — keep consistent.

Raw string body support is not confirmed by the Connections API docs;
the gateway needs structured (JSON/form) bodies for token replacement,
so raw strings would forward tokens unreplaced. Remove to avoid
misleading users.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

Gitleaks Findings: No secrets detected. Safe to proceed!

@Devesh-Skyflow Devesh-Skyflow changed the base branch from main to release/26.5.3 May 25, 2026 09:56
@github-actions
Copy link
Copy Markdown

Semgrep Findings: Issues with Error level severity are found (Error is Highest severity in Semgrep), Please resolve the issues before merging.

@Devesh-Skyflow Devesh-Skyflow merged commit c859136 into release/26.5.3 May 25, 2026
17 of 18 checks passed
Devesh-Skyflow added a commit that referenced this pull request May 25, 2026
* Devesh/sk 2814 invoke connection fixes (#323)

* Revert "test: fix testSendRequestWithNullRequestId to assert null requestId"

This reverts commit 8c292d2.

* Revert "fix: do not generate SDK-side requestId when server omits x-request-id header"

This reverts commit 2740de4.

* revert: remove URL encoding and raw body from InvokeConnection

URL encoding path/query params is a breaking change for users who
pre-encode values (double-encoding), and Go SDK v1/v2 does raw
substitution with no encoding — keep consistent.

Raw string body support is not confirmed by the Connections API docs;
the gateway needs structured (JSON/form) bodies for token replacement,
so raw strings would forward tokens unreplaced. Remove to avoid
misleading users.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

* [AUTOMATED] Private Release 3.0.0-beta.11-dev-c859136

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Devesh-Skyflow <Devesh-Skyflow@users.noreply.github.com>
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.

1 participant