Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

61 lines (33 loc) · 2.78 KB

2.1.0 (2022-10-21)

Features

  • add config option to explicitly set the buildcache tag to use (#105) (1db83fb)

2.0.0 (2022-10-12)

⚠ BREAKING CHANGES

  • deps: use node16

Bug Fixes

1.3.0 (2022-06-26)

Features

  • avoid storing empty/no-change caches + add toggle to skip cache store (8ddbf68)

1.2.2 (2021-07-21)

Bug Fixes

  • consistently use path.join for joining paths (7dc69af)
  • Support relative paths for BUILDCACHE_DIR and BUILDCACHE_LOG_FILE (bbc03f8), closes #35
  • unset BUILDCACHE_IMPERSONATE for stats-related runs (0c876e7), closes #31
  • use BUILDCACHE_DIR as root of log file also on restore (ae162c6)
  • use unlink instead of rmRF for the log file (19bd1cf)

CHANGELOG

1.2.1

  • docs: a lot of work on documentation so the project is easy to understand and integrate

1.2.0

  • feat: allow complete config control via environment variables defined/used by buildcache

1.1.1

  • fix: all log from action prefixed with buildcache:
  • docs: added example integration / stats from react-native-vision-camera
  • chore: deprecate key, encourage use of less ambiguous cache_key
  • test: lots of test improvements to verify behavior: check the repo actions logs if curious

1.1.0

  • feat: add input param to zero stats before a run, defaults to true
  • feat: upload buildcache.log in the action via parameter, defaults false

1.0.0

  • initial release, hey, buildcache can work in yoru github action with no fuss