Releases: dimo414/bkt
Releases · dimo414/bkt
0.5.1
0.5.0
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)
- Added
- API
- Renamed
Bkt::execute()
toBkt::retrieve()
- Moved cleanup configuration to
Bkt
's state, seeBkt::cleanup_on_refresh()
- Added
Bkt::discard_failures()
to support--discard-failures
- Renamed
- Provided a small
benchmark.sh
script for observingbkt
's overhead
Full Changelog: 0.4.0...0.5.0