Skip to content

Releases: block/bundle-cache

v0.3.1

20 Mar 18:39

Choose a tag to compare

Changelog

  • ee455bd Document intentionally excluded GRADLE_USER_HOME directories
  • 9e3be33 Refactor integration test to use CLI subprocess with fake cachew server
  • 6ef700c Optimize S3 parallel download pipeline

v0.3.0

20 Mar 20:13

Choose a tag to compare

Fix nil metricsClient panic in kong binding

v0.2.1

20 Mar 23:35

Choose a tag to compare

Changelog

  • 46f870a Add extraction benchmarks for cache bundle restore performance
  • 8f1cc8f Remove unused extractTarSeq and extractTarGo wrappers
  • d3bf16f Extract bundle directly to final destinations, no staging dir or symlinks

v0.2.0

16 Mar 19:38

Choose a tag to compare

Changelog

  • bdd485b Create GRADLE_USER_HOME if it doesn't exist before symlinking caches

v0.1.7

12 Mar 14:00

Choose a tag to compare

Changelog

  • e30f5e1 Restore streaming download+extract pipeline

v0.1.9

05 Mar 23:09

Choose a tag to compare

Changelog

  • 75673a2 Fix SigV4 canonical query string for valueless parameters
  • 6d15cb3 Fix SaveCmd.AfterApply context binding

v0.1.8

05 Mar 22:01

Choose a tag to compare

Changelog

  • 0597b51 Optimize S3 transfer: streaming parallel download, multipart upload
  • fc41d39 Restore streaming download+extract pipeline

v0.1.6

05 Mar 20:36

Choose a tag to compare

Changelog

  • 8b2c4c5 Use platform-optimal tar extraction strategy

v0.1.5

05 Mar 19:49

Choose a tag to compare

Changelog

  • 1729552 Parallel range downloads for S3 to match aws-sdk-s3 throughput

v0.1.4

05 Mar 19:43

Choose a tag to compare

Changelog

  • 589b4cb Separate download and extract timing for accurate S3 throughput measurement