Skip to content

Devesh/v2.1 changes#319

Merged
Devesh-Skyflow merged 3 commits into
release/26.5.2from
devesh/v2.1-changes
May 25, 2026
Merged

Devesh/v2.1 changes#319
Devesh-Skyflow merged 3 commits into
release/26.5.2from
devesh/v2.1-changes

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 14:28
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>
@Devesh-Skyflow Devesh-Skyflow merged commit 01f59f8 into release/26.5.2 May 25, 2026
13 of 16 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.

1 participant