Version Packages - #34
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
Release verification
Ready for the separate merge/publication decision. This verification did not publish npm packages or deploy production. |
Member
|
Release and production verification completed after Kevin approved the merge.
No follow-up remains for this release/publication/deployment task. |
This branch was successfully deployed
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@transloadit/convex@0.3.0
Minor Changes
convex1.43 or newer (previously 1.24.8). Storage receipt pages use convex-helpers'paginator, and the tested convex-helpers release (0.1.124) declares a^1.43.0Convex peer.Upgrade
convexbefore upgrading this package.persisting fetched results. This supports album and uploader access checks in applications.
(
storageWorkspace, orTRANSLOADIT_WORKSPACE), verified webhooks and refreshes store eachcanonical receipt once per Workspace, asset and version, with its Assembly provenance. A malformed or
cross-Workspace receipt fails the whole status update.
listStoredAssetspages an album's visiblereceipts newest first with Convex cursors (use
usePaginatedQueryfromconvex-helpers/react), andgetStoredAssetreads one exact version. A deletion ledger hides assets before Storage deletion,keeps them retryable until deletion is confirmed, and then leaves tombstones so late notifications
cannot register deleted assets again. Tombstones keep the receipt without its ThumbHash, its Assembly
provenance and its album and user linkage; nothing purges them. Receipts and ThumbHashes are private
metadata: expose them only through application queries that authorize the viewer.