Sccache

Latest version: v0.9.0

Safety actively analyzes 717349 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

0.6.0

What's Changed

Major changes

* Add nvcc cubin,fatbin,optix-ir compilation mode support by robertmaynard in https://github.com/mozilla/sccache/pull/1872
* Support nvc++ and msvc as nvcc host compilers by robertmaynard in https://github.com/mozilla/sccache/pull/1889
* Add nvc and nvc++ as supported C/C++ compilers by robertmaynard in https://github.com/mozilla/sccache/pull/1891
* Add `--show-adv-stats` flag which shows per compiler hits/misses by robertmaynard in https://github.com/mozilla/sccache/pull/1904
* feat(s3): add server side encryption by nebnes in https://github.com/mozilla/sccache/pull/1908
* bump rust-version to 1.67 (was 1.65) by sylvestre in https://github.com/mozilla/sccache/pull/1903

Other changes
* nvcc: Support -Werror with argument by robertmaynard in https://github.com/mozilla/sccache/pull/1823
* Log hash key at debug level instead of trace by glandium in https://github.com/mozilla/sccache/pull/1831
* Properly propagate cache write errors by glandium in https://github.com/mozilla/sccache/pull/1833
* Fix detection of clang version and v14+ unit tests by grembo in https://github.com/mozilla/sccache/pull/1878
* Update FreeBSD CI to 13.2-RELEASE by grembo in https://github.com/mozilla/sccache/pull/1879
* update doc for cmake 3.25 on windows by ahoarau in https://github.com/mozilla/sccache/pull/1873
* sccache fails to build on non x86_64/aarch64 arches by Firstyear in https://github.com/mozilla/sccache/pull/1866
* Add MacPorts as a new installation method by MisLink in https://github.com/mozilla/sccache/pull/1881
* services/gcs: Fix typo in to_scope by theoniko in https://github.com/mozilla/sccache/pull/1890
* Fix a couple of typos by Alphare in https://github.com/mozilla/sccache/pull/1898
* Bring back redis over tls by grembo in https://github.com/mozilla/sccache/pull/1875
* Add tests for clang as cuda compiler, and support the `-x cuda` syntax by robertmaynard in https://github.com/mozilla/sccache/pull/1892
* sccache now tracks compiler hits/misses on a per language basis. by robertmaynard in https://github.com/mozilla/sccache/pull/1895
* tests/system.rs Now correctly identifies apple clang by robertmaynard in https://github.com/mozilla/sccache/pull/1905
* clippy: remove the clippy suggestion by sylvestre in https://github.com/mozilla/sccache/pull/1915
* Disable aarch64-unknown-linux-musl by sylvestre in https://github.com/mozilla/sccache/pull/1917
* sccache 0.6.0 by sylvestre in https://github.com/mozilla/sccache/pull/1916

dependency updates

* Bump proc-macro2 from 1.0.47 to 1.0.63 by sylvestre in https://github.com/mozilla/sccache/pull/1827
* build(deps): bump anyhow from 1.0.70 to 1.0.71 by dependabot in https://github.com/mozilla/sccache/pull/1815
* build(deps): bump semver from 1.0.16 to 1.0.17 by dependabot in https://github.com/mozilla/sccache/pull/1812
* build(deps): bump actions/checkout from 3 to 4 by dependabot in https://github.com/mozilla/sccache/pull/1876
* chore: Bump OpenDAL to v0.40.0 by Xuanwo in https://github.com/mozilla/sccache/pull/1885
* build(deps): bump webpki from 0.22.0 to 0.22.2 by dependabot in https://github.com/mozilla/sccache/pull/1896
* build(deps): bump rustix from 0.36.15 to 0.36.16 by dependabot in https://github.com/mozilla/sccache/pull/1906
* build(deps): bump base64 from 0.21.0 to 0.21.3 by dependabot in https://github.com/mozilla/sccache/pull/1871
* build(deps): bump toml from 0.7.3 to 0.7.6 by dependabot in https://github.com/mozilla/sccache/pull/1863
* build(deps): bump async-trait from 0.1.68 to 0.1.74 by dependabot in https://github.com/mozilla/sccache/pull/1921
* build(deps): bump memmap2 from 0.6.2 to 0.9.0 by dependabot in https://github.com/mozilla/sccache/pull/1919
* build(deps): bump tokio-util from 0.7.7 to 0.7.9 by dependabot in https://github.com/mozilla/sccache/pull/1918


New Contributors
* ahoarau made their first contribution in https://github.com/mozilla/sccache/pull/1873
* MisLink made their first contribution in https://github.com/mozilla/sccache/pull/1881
* theoniko made their first contribution in https://github.com/mozilla/sccache/pull/1890
* Alphare made their first contribution in https://github.com/mozilla/sccache/pull/1898
* nebnes made their first contribution in https://github.com/mozilla/sccache/pull/1908

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.5.4...v0.6.0

0.5.4

What's Changed

* fix: Don't call EC2 Metadata and allow anonymouse if no cred by Xuanwo in https://github.com/mozilla/sccache/pull/1800
* fix: wrong SCCACHE_S3_USE_SSL value parse by DCjanus in https://github.com/mozilla/sccache/pull/1804
* Revert "fix: wrong SCCACHE_S3_USE_SSL value parse" by sylvestre in https://github.com/mozilla/sccache/pull/1805
* Properly implement PCH compilation by scorpion-26 in https://github.com/mozilla/sccache/pull/1802
* Fix timing of cache reads. Fixes 1817 by luser in https://github.com/mozilla/sccache/pull/1818
* Fix the version detection in the release script by sylvestre in https://github.com/mozilla/sccache/pull/1821
* chore: Make sure Cargo.toml is formatted by Xuanwo in https://github.com/mozilla/sccache/pull/1797

 dependencies updates
* feat: Bump OpenDAL to 0.37.0 by Xuanwo in https://github.com/mozilla/sccache/pull/1798
* build(deps): bump uuid from 1.3.1 to 1.3.3 by dependabot in https://github.com/mozilla/sccache/pull/1795
* build(deps): bump predicates from 3.0.2 to 3.0.3 by dependabot in https://github.com/mozilla/sccache/pull/1793
* build(deps): bump is-terminal from 0.4.5 to 0.4.7 by dependabot in https://github.com/mozilla/sccache/pull/1796
* build(deps): bump openssl from 0.10.49 to 0.10.55 by dependabot in https://github.com/mozilla/sccache/pull/1819
* build(deps): bump filetime from 0.2.20 to 0.2.21 by dependabot in https://github.com/mozilla/sccache/pull/1816
* build(deps): bump chrono from 0.4.24 to 0.4.26 by dependabot in https://github.com/mozilla/sccache/pull/1806
* build(deps): bump log from 0.4.17 to 0.4.19 by dependabot in https://github.com/mozilla/sccache/pull/1807

New Contributors
* DCjanus made their first contribution in https://github.com/mozilla/sccache/pull/1804
* scorpion-26 made their first contribution in https://github.com/mozilla/sccache/pull/1802

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.5.3...v0.5.4

0.5.3

What's Changed
* fix: Revert OpenDAL bump to fix the hang while connecting ghac by Xuanwo in https://github.com/mozilla/sccache/pull/1790
Fixes the intermittent issue on Windows with GitHub storage https://github.com/mozilla/sccache/issues/1789

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.5.2...v0.5.3

0.5.2

What's Changed
* Produce JSON depsfiles from MSVC by Alexei-Barnes in https://github.com/mozilla/sccache/pull/1772
* Support for Type Library Headers for MSVC by Alexei-Barnes in https://github.com/mozilla/sccache/pull/1770
* Attempt to fix arm64 builds by alex in https://github.com/mozilla/sccache/pull/1782
* build(deps): bump flate2, hyper, walkdir, serde and openssl by dependabot
* fix: Ignore C4668 when preprocessing via MSVC by Alexei-Barnes in https://github.com/mozilla/sccache/pull/1730
* README: Add --locked to the cargo install by sylvestre in https://github.com/mozilla/sccache/pull/1787


**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.5.1...v0.5.2

0.5.1

What's Changed
* Exit when increment_compilation is enabled. by infdahai in https://github.com/mozilla/sccache/pull/1767
* feat: Enable backtrace for anyhow by Xuanwo in https://github.com/mozilla/sccache/pull/1774
* Use object for parsing archives, and handle macOS fat archives by alex in https://github.com/mozilla/sccache/pull/1776
* Added env var to disable multi arch caching by coretechsec in https://github.com/mozilla/sccache/pull/1775
* deps: Bump OpenDAL and reqsign by suyanhanx in https://github.com/mozilla/sccache/pull/1779

New Contributors
* infdahai made their first contribution in https://github.com/mozilla/sccache/pull/1767
* alex made their first contribution in https://github.com/mozilla/sccache/pull/1776
* suyanhanx made their first contribution in https://github.com/mozilla/sccache/pull/1779

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.5.0...v0.5.1

0.5.0

What's Changed
* nvcc: Correctly handle -ccbin argument given a directory by robertmaynard in https://github.com/mozilla/sccache/pull/1735
* nvcc: Handle compiler detection when gcc isn't on the path by robertmaynard in https://github.com/mozilla/sccache/pull/1747
* Replace lazy_static with once_cell by tottoto in https://github.com/mozilla/sccache/pull/1758
* Remove parity-tokio-ipc by tottoto in https://github.com/mozilla/sccache/pull/1759
* Use Infallible instead of void by tottoto in https://github.com/mozilla/sccache/pull/1761
* chore: bump `opendal` to `0.34.0` by saiintbrisson in https://github.com/mozilla/sccache/pull/1760
* fix grammar in GHA.md by tomkarw in https://github.com/mozilla/sccache/pull/1765
* build(deps): bump uuid from 1.3.0 to 1.3.1 by dependabot in https://github.com/mozilla/sccache/pull/1746

New Contributors
* saiintbrisson made their first contribution in https://github.com/mozilla/sccache/pull/1760
* tomkarw made their first contribution in https://github.com/mozilla/sccache/pull/1765

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.4.2...v0.5.0

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.