Releases: block/bundle-cache
Releases · block/bundle-cache
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
Changelog
- fa6234b Remove darwin-specific tar extractor (#5)
- 9ce32dc Use fadvise(FADV_WILLNEED) for page warming, add ctx cancellation and cache exclusions
- 7d17723 Warm page cache before save to eliminate cold-NVMe IOPS bottleneck (#4)
- 03433f5 Hard fail when action steps do not save/restore caches (#3)
- 15dec85 Hide git-dir flag
- 72b75e1 Support path expansion on inputs
- 0188022 Support configuration cache entries in delta save/restore
- 9cc17e1 Cleanup
v0.6.2
v0.6.1
v0.6.0
Changelog
- 7bb5b1d Fix errcheck lint violations
- f2a52cd Extract createTarKlauspost and improve encoder/decoder selection logging
- 9b5744c Add hidden --cpuprofile flag for profiling restore/save
- b83ca6a Add pipeline bottleneck detection, multi-frame pzstd, and buffer pools
- fee888c Fix GOMAXPROCS oversubscription in zstd encoder/decoder
- d8269f3 Ensure delta bundles capture complete immutable workspaces
- 2ad4d97 Strip S3 bucket/key from error messages, keep status codes
- 365d9dc Add CRC64-NVME upload integrity checksums
- 1dd396f Exclude volatile Gradle caches from bundles
- 23e2937 Log GRADLE_USER_HOME at debug level on each subcommand
- e52ce50 Downgrade metrics log lines to debug, remove unhelpful s3 config log
- f011347 Add --version flag and log version at startup
- a1414cf Apache 2.0
v0.5.1
v0.5.0
Changelog
- 2e131e2 Use separate goreleaser dist dir to avoid deleting Action JS bundles
- 0a690fd Require integration test to apss before release
- bed42ed refactor: move all logic into gradlecache library package
- 6e724dc Cancel parallel range-GET workers on error using errgroup
- cec0a53 Pin parallel range-GET requests to one object revision via If-Match
- bdec869 Add GitHub Action with Actions cache backend (#1)