Skip to content

Releases: thebrowsercompany/gha-google-bloaty

Handle a large number of input files gracefully

25 Apr 16:17
Compare
Choose a tag to compare

This release fixes a bug where passing input file globs that expand into a hundreds or thousands of files causes xargs to fall over. We replaced xargs with a for loop instead.

What's Changed

Full Changelog: v1.1.0...v1.1.1

Support input filenames and glob patterns

25 Apr 15:42
Compare
Choose a tag to compare

What's Changed

  • This release adds a bloaty-input-files input which accepts filenames like /path/to/file.txt and any recursive glob patterns that are supported by the globstar option in Bash 4 and newer versions, such as /path/to/**/*.txt

New Contributors

Full Changelog: v1...v1.1.1

Release v1.0.0

23 Apr 18:45
Compare
Choose a tag to compare

First release. It only includes support for building on Windows.