Skip to content

Releases: block/bundle-cache

v0.6.6

14 Apr 18:49
08b2158

Choose a tag to compare

Changelog

  • 08b2158 Handle truncated bundles gracefully during restore (#12)

v0.6.5

14 Apr 03:18
851fadd

Choose a tag to compare

Changelog

  • 851fadd Fix included-build outputs missing from save bundles (#11)
  • 0c128dd Fix SaveDelta marker handling
  • 70bda12 Default project-dir for delta saves and validate .gradle (#10)

v0.6.4

06 Apr 17:34
eaa00ee

Choose a tag to compare

Changelog

  • eaa00ee Add restore_delta and total duration metrics (#8)
  • eb9d255 Route delta bundle entries using same rules as base bundle (#7)
  • 5c6247c Add key prefix parameter (#6)

v0.6.3

02 Apr 16:51
fa6234b

Choose a tag to compare

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

01 Apr 00:06

Choose a tag to compare

Changelog

  • fb8ed3b Add dependencies-accessors coverage to integration test
  • f45d896 Block OSS template elements

v0.6.1

31 Mar 23:50

Choose a tag to compare

Changelog

  • af5ff3f Add jars-9 to ImmutableWorkspaceParents, skip workspace stubs
  • a944bf2 Add dependencies-accessors to workspace parents, fix kotlin-dsl depth, inject version at build
  • 24227ff repo name
  • 45264ae Readme title
  • 6ea48e4 Use merge-base for PR bundle restore

v0.6.0

31 Mar 17:36

Choose a tag to compare

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

27 Mar 19:24

Choose a tag to compare

Changelog

  • 5b77df9 Use default zstd window size
  • 27ddb5f Update undici
  • 67b1d1b Stream large files through chunk workers to overlap tar reading and disk writes
  • d89fa81 Fix missing restore download completion log

v0.5.0

26 Mar 20:25

Choose a tag to compare

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)

v0.4.6

24 Mar 17:14

Choose a tag to compare

Changelog

  • 403d5e6 Switch all metrics to distributions via v1 distribution_points API