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

chore: make execute, watch and transaction functions throwable in swift #21

Merged
merged 4 commits into from
Feb 13, 2025

Conversation

DominicGBauer
Copy link
Contributor

@DominicGBauer DominicGBauer commented Feb 11, 2025

Description

Allow execute, watch and transaction functions to throw in Swift allowing users to handle them. This makes breaking changes to watch and transaction functions as they now require a try before implementation.

Includes changelog updates as well in preparation for the Beta.6 release.

Testing

Tests have been included to confirm errors are thrown and can be handled and show an error log of the issue. I also ran the demo app to confirm it works as expected.

@DominicGBauer DominicGBauer changed the title WIP chore: make execute and watch throwable in swift chore: make execute, watch and transaction functions throwable in swift Feb 13, 2025
@DominicGBauer DominicGBauer self-assigned this Feb 13, 2025
@DominicGBauer DominicGBauer marked this pull request as ready for review February 13, 2025 08:11
@DominicGBauer DominicGBauer merged commit f50f8dd into main Feb 13, 2025
1 check passed
@DominicGBauer DominicGBauer deleted the chore/make-execute-and-watchthrowable-in-swift branch February 13, 2025 08:23
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.

2 participants