Conversation
Upd4ting
marked this pull request as ready for review
September 14, 2026 17:50
Upd4ting
enabled auto-merge (squash)
September 14, 2026 17:50
auto-merge was automatically disabled
September 14, 2026 18:18
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the document-owned attachment implementation requested by Upd4ting: https://github.com/AntelopeJS/cms/pull/374.
Adds the optional
transactionsentrypoint with generic result inference. The contract executes the callback once, commits document writes and attachment claims atomically, rejects unsupported/nested use, and documents ambiguous commit acknowledgement without replaying side effects.Verification: build, lint (existing warnings only), and format checks pass. The MongoDB provider exercises the contract in its 179 passing tests, including transaction regressions.
Release this interface before updating provider and CMS dependency floors. This PR does not publish a package. This transaction approach is independent of the earlier atomic-single-record proposal (#15).