Skip to content

v3.9.0

Latest

Choose a tag to compare

@joshedney joshedney released this 11 Mar 11:14
d9a20e9

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