You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Correctly handle capitalization in fallback AndroidManifest.xml search path (e.g., processStagingReleaseManifest) to support case-sensitive filesystems like Linux/Alpine. Previously, the search used incorrect capitalisation, causing manifest detection to fail on some systems.
Fix a project root path related issue to upload dysm file.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support auto-discovery of hidden source maps (e.g., Vite with sourcemaps: 'hidden') by falling back to .map suffix matching when no sourceMappingURL comment is found in bundle files.
Security
Bump esbuild to 0.25.0 to address CORS misconfiguration vulnerability in dev server.
Refactor JS source map uploads to scan bundle files and extract the sourceMappingURL comment to find the corresponding .map file #273
Fixed
Log a DEBUG message rather than error when we can't find a Xcode archive for React Native iOS. #276
Fixed upload failures when using --retries option by rebuilding HTTP requests for each retry attempt, preventing "ContentLength with Body length 0" errors. #277
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add --exclude option to all upload commands to exclude files matching specific patterns. Supports wildcards like *.map for file extensions, exact filenames, and substring matching for paths (e.g., node_modules, /dist/). #269
Changed
Configure HTTP client to use HTTP/1.1 instead of HTTP/2 for all upload and build API requests. #270
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Changed AndroidManifest.xml handling for Android-related uploads (NDK, Proguard, and React Native Android) to not error when the manifest file cannot be found or read. #264
Add support for aarch64 in the install scripts #260