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

feat: add support for transaction propagation modes #111

Merged
merged 5 commits into from
Jan 25, 2024

Conversation

Papooch
Copy link
Owner

@Papooch Papooch commented Jan 24, 2024

Closes #108

BREAKING CHANGE: The default mode is now REQUIRED which re-uses the transaction if one exists, while previously a new one was always started.

@Papooch Papooch marked this pull request as ready for review January 25, 2024 07:33
@Papooch Papooch merged commit 8d693f2 into main Jan 25, 2024
2 checks passed
@Papooch Papooch deleted the transactional-propagation-modes branch January 25, 2024 07:34
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.

Add support for nesting @Transactional decorators
1 participant