Skip to content

Releases: block/bundle-cache

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 21:08
da40845

Changelog

  • da40845 Use raw branch name in delta S3 path (#33)

v0.6.9

Choose a tag to compare

@github-actions github-actions released this 08 Jun 18:15
7e9d467

Changelog

  • 7e9d467 Stamp delta bundles with base commit SHA (#27)
  • 78a46a0 Update all non-major dependencies (#28)
  • 4cadd66 Update dependency org.jetbrains.kotlin:kotlin-test to v2.3.21 (#30)

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 20 May 22:30
8fac5a0

Changelog

  • 8fac5a0 Add --commits flag to restore for lists and refspec ranges (#29)
  • 5756884 Update dependency @actions/tool-cache to v4 (#24)
  • 072efcd Update actions/cache action to v5 (#21)
  • 7f782b9 Update dependency @actions/exec to v3 (#23)
  • f95124c Update module golang.org/x/sys to v0.43.0 (#20)
  • fbb8a23 Fix flaky tests from race conditions
  • eabb378 Update Gradle to v9 (#26)
  • d19c619 Update dependency @actions/core to v3 (#22)
  • 950dfe7 Update dependency undici to v8 (#25)
  • 0930048 Add dedicated Datadog log file support (#19)
  • b0a9460 Pin actions/cache action to 0057852 (#15)
  • 83128de Update all non-major dependencies (#16)
  • 402419b Update actions/setup-java action to v5 (#18)
  • eebab96 Update actions/checkout action to v6 (#17)

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 14 Apr 21:07
2e1442f

Changelog

  • 2e1442f Relax project-dir validation to not require .gradle/ (#13)

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 14 Apr 18:49
08b2158

Changelog

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

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 14 Apr 03:18
851fadd

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

Choose a tag to compare

@github-actions github-actions released this 06 Apr 17:34
eaa00ee

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

Choose a tag to compare

@github-actions github-actions released this 02 Apr 16:51
fa6234b

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

Choose a tag to compare

@github-actions github-actions released this 01 Apr 00:06

Changelog

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

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 23:50

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