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

Deprecate synchronous transactions #55

Merged
merged 1 commit into from
Oct 6, 2023
Merged

Deprecate synchronous transactions #55

merged 1 commit into from
Oct 6, 2023

Conversation

smklein
Copy link
Collaborator

@smklein smklein commented Oct 6, 2023

Before this PR, async-bb8-diesel exposed APIs to issue transactions with "synchronous" and "asynchronous" closures, even though the transaction as a whole was asynchronous.

This PR removes the ability to issue synchronous transactions, as all clients within the Omicron repository are using the asynchronous variant now anyway.

@smklein smklein merged commit 8caa7d3 into master Oct 6, 2023
3 checks passed
@smklein smklein deleted the no-sync-txns branch October 6, 2023 20:55
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