Skip to content

chore: version packages#28

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

chore: version packages#28
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Mar 9, 2026

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

r2-explorer@1.2.0

Minor Changes

  • #152 5c52c5d Thanks @G4brym! - Add file and folder duplicate/copy operation via context menu. Right-clicking a file or folder and selecting "Duplicate" creates a copy with a " (copy)" suffix in the same directory, preserving all metadata.

Patch Changes

  • #151 67ea55c Thanks @G4brym! - Add ShareMetadata type interface for share link metadata, replacing untyped any in getShareLink and implicit any in listShares. Also fix readOnlyMiddleware to use Hono's Next type instead of CallableFunction.

  • #145 c936027 Thanks @G4brym! - Fix Content-Disposition header injection in GetObject by sanitizing filenames (replacing non-ASCII with _ and double quotes with ') and adding RFC 5987 filename*=UTF-8''... parameter for proper Unicode support.

  • #147 0109d8c Thanks @G4brym! - Fix HeadObject OpenAPI summary from "Get Object" to "Head Object" and align base64 key decoding in HeadObject and PutMetadata with GetObject's three-level fallback to handle edge-case encoded keys consistently across all endpoints.

  • #148 812abd0 Thanks @G4brym! - Add missing null check for R2 bucket in email handler to prevent crash when no bucket binding is found

  • #146 66075a5 Thanks @G4brym! - Fix share link download counter incrementing before verifying file exists. Previously, if the shared file was deleted from the bucket, accessing the share link would still increment the download counter before returning a 404 error. This could exhaust the download limit without any actual downloads occurring. The counter now only increments after confirming the file exists.

  • #149 06ddecb Thanks @G4brym! - Return 400 instead of 500 when upload endpoints receive malformed base64-encoded metadata in customMetadata or httpMetadata query parameters

@github-actions github-actions bot force-pushed the changeset-release/main branch from 642db7e to 71be037 Compare March 9, 2026 21:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from 71be037 to f85b785 Compare March 10, 2026 21:17
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.

0 participants