Skip to content
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

Libs(Go): return response body for recover/replay #1392

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

svix-onelson
Copy link
Contributor

@svix-onelson svix-onelson commented Aug 5, 2024

Fixes #1383

The response bodies for replay and recover missing were being ignored instead of returned.

No longer! Now the bodies are propagated up, back to the caller.

Note

This is techncially a breaking API change for the Go client.

Fixes #1383

The response bodies for replay and recover missing were being ignored
instead of returned.

No longer! Now the bodies are propagated up, back to the caller.

> [!NOTE]
> This is techncially a breaking API change for the Go client.
@svix-onelson svix-onelson marked this pull request as ready for review August 5, 2024 23:22
@svix-onelson svix-onelson requested a review from a team as a code owner August 5, 2024 23:22
@svix-onelson svix-onelson merged commit 5ec97a2 into main Aug 6, 2024
2 checks passed
@svix-onelson svix-onelson deleted the onelson/go-recover-replay-out branch August 6, 2024 17:15
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.

Go SDK is missing response in Recover and ReplayMissing endpoints
2 participants