Skip to content

Releases: mozilla/sccache

v0.7.0

04 Nov 20:44
b831172
Compare
Choose a tag to compare

What's Changed

  • Add local-only preprocessor cache AKA "direct mode" by @Alphare in #1882
    Enable by using SCCACHE_DIRECT=true
    Please test and provide feedback
  • ci: bring back aarch64-unknown-linux-musl binaries by @quad in #1926
  • prepare release 0.7.0 by @sylvestre in #1932

## Dependency updates

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

27 Oct 15:21
Compare
Choose a tag to compare

What's Changed

Major changes

Other changes

dependency updates

New Contributors

Full Changelog: v0.5.4...v0.6.0

v0.5.4

27 Jun 09:44
Compare
Choose a tag to compare

What's Changed

## dependencies updates

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

04 Jun 11:00
Compare
Choose a tag to compare

What's Changed

  • fix: Revert OpenDAL bump to fix the hang while connecting ghac by @Xuanwo in #1790
    Fixes the intermittent issue on Windows with GitHub storage #1789

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Jun 09:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

01 Jun 10:06
81d8867
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 May 07:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

24 Apr 10:41
Compare
Choose a tag to compare

What's Changed

Dependencies update

  • Update rust-version in manifest to 1.64 by @tottoto in #1702
  • Bump msrv to 1.65.0 by @NobodyXu in #1743
  • Replace atty with is-terminal by @tottoto in #1699
  • Update to directories 5.0.0 and opendal 0.30.5 by @tottoto in #1716
  • build(deps): bump regex, toml, predicates, reqwest, crossbeam-utils, reqsign, assert_cmd, clap, serial_test, chrono, h2, async-trait, once_cell @dependabot

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Mar 10:30
Compare
Choose a tag to compare

What's Changed

  • Fix issue #1688 by Reverting "Custom sandboxing implementation as linux usernamespace calls - port cachepot/#128" by @sylvestre in #1689
  • Bump MSRV to 1.64 by @Xuanwo in #1649
  • add codecov.yml and set threshold to 0.2%, prevent coverage getting w… by @Danielmelody in #1661
  • bump tokio, futures, openssl, reqwest & mime by @dependabot
  • Add integration tests for C++ with clang & gcc by @sylvestre in #1677
  • Add tests to verify that we work with cmake & autotools by @sylvestre in #1678
  • chore: Add more debug log for gcs to help us diagnose by @Xuanwo in #1682

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Mar 10:09
Compare
Choose a tag to compare

Major improvements

Major release with a lot of great changes.

  • sccache is using opendal for cloud storage access. Thanks to @Xuanwo
  • Support of GitHub action storage - Easy use with https://github.com/marketplace/actions/sccache-action
  • feat: Add Webdav (a.k.a HTTP Cache) support by @Xuanwo in #1597
  • Support FreeBSD as sccache-dist server by @grembo in #1184
  • Add MSVC support for Response Files by @temportalflux in #1618
  • The CI has now full integration tests: starting server, starting builds, checking that the caching happened and has been used
    This for redis, S3, azure, gha, memcache and webdav
  • feat: Implement cache storage check by @Xuanwo in #1519
  • Custom sandboxing implementation as linux usernamespace calls - port cachepot/#128 by @drahnr in #1628
  • Lot of checks added to provide better error messages
  • Improvement on the documentations

Flag/options support

Other changes/fixes

New Contributors

Full Changelog: v0.3.3...v0.4.0