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

Accept a context parameter in all Go lib methods #829

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

svix-andor
Copy link
Contributor

@svix-andor svix-andor commented Feb 9, 2023

Breaking change: this changes all methods in the public surface of the Go library to accept a context, instead of passing context.Background() internally.

Fixes #827

@svix-andor svix-andor merged commit 31c3b57 into main Feb 9, 2023
@svix-andor svix-andor deleted the andor/go-pass-context branch February 9, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support contexts in the go client library
2 participants