Skip to content

0.5.0

Compare
Choose a tag to compare
@dimo414 dimo414 released this 19 Nov 22:44
· 59 commits to master since this release

What's Changed

  • Add support for setting the cache directory via a BKT_TMPDIR environment variable
  • CLI
    • Added --discard-failures to optionally not cache invocations that fail
    • Rename flags to use hyphens instead of underscores (#2)
  • API
    • Renamed Bkt::execute() to Bkt::retrieve()
    • Moved cleanup configuration to Bkt's state, see Bkt::cleanup_on_refresh()
    • Added Bkt::discard_failures() to support --discard-failures
  • Provided a small benchmark.sh script for observing bkt's overhead

Full Changelog: 0.4.0...0.5.0