Sccache

Latest version: v0.7.7

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

Scan your dependencies

Page 2 of 8

0.7.1

What's Changed
* Document how to set the direct access by sylvestre in https://github.com/mozilla/sccache/pull/1936
* direct access: adjust the doc by sylvestre in https://github.com/mozilla/sccache/pull/1935
* Facilitate the usage of direct access/mode by sylvestre in https://github.com/mozilla/sccache/pull/1939
* Allow using preprocessor mode from env without a disk config by Alphare in https://github.com/mozilla/sccache/pull/1942
* build(deps): bump byteorder from 1.4.3 to 1.5.0 by dependabot in https://github.com/mozilla/sccache/pull/1946
* When fails to connect, show the error by sylvestre in https://github.com/mozilla/sccache/pull/1952

Dependencies
* build(deps): bump filetime from 0.2.21 to 0.2.22 by dependabot in https://github.com/mozilla/sccache/pull/1949
* build(deps): bump blake3 from 1.3.3 to 1.5.0 by dependabot in https://github.com/mozilla/sccache/pull/1948
* build(deps): bump hyper from 0.14.25 to 0.14.27 by dependabot in https://github.com/mozilla/sccache/pull/1947
* build(deps): bump assert_cmd from 2.0.11 to 2.0.12 by dependabot in https://github.com/mozilla/sccache/pull/1944
* add a pre-commit conf by sylvestre in https://github.com/mozilla/sccache/pull/1940
* build(deps): bump toml from 0.7.6 to 0.8.6 by dependabot in https://github.com/mozilla/sccache/pull/1945
* build(deps): bump directories from 5.0.0 to 5.0.1 by dependabot in https://github.com/mozilla/sccache/pull/1943


**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.7.0...v0.7.1

0.7.0

What's Changed
* Add local-only preprocessor cache AKA "direct mode" by Alphare in https://github.com/mozilla/sccache/pull/1882
Enable by using `SCCACHE_DIRECT=true`
Please test and provide feedback
* ci: bring back `aarch64-unknown-linux-musl` binaries by quad in https://github.com/mozilla/sccache/pull/1926
* prepare release 0.7.0 by sylvestre in https://github.com/mozilla/sccache/pull/1932

 Dependency updates
* build(deps): bump zstd from 0.12.3+zstd.1.5.2 to 0.12.4 by dependabot in https://github.com/mozilla/sccache/pull/1840
* build(deps): bump rouille from 3.6.1 to 3.6.2 by dependabot in https://github.com/mozilla/sccache/pull/1859
* build(deps): bump flate2 from 1.0.26 to 1.0.28 by dependabot in https://github.com/mozilla/sccache/pull/1927
* build(deps): bump syslog from 6.0.1 to 6.1.0 by dependabot in https://github.com/mozilla/sccache/pull/1929
* build(deps): bump serde from 1.0.159 to 1.0.190 by dependabot in https://github.com/mozilla/sccache/pull/1930
* build(deps): bump walkdir from 2.3.3 to 2.4.0 by dependabot in https://github.com/mozilla/sccache/pull/1931
* build(deps): bump once_cell from 1.17.1 to 1.18.0 by dependabot in https://github.com/mozilla/sccache/pull/1860
* build(deps): bump assert_cmd from 2.0.10 to 2.0.11 by dependabot in https://github.com/mozilla/sccache/pull/1814
* build(deps): bump num_cpus from 1.15.0 to 1.16.0 by dependabot in https://github.com/mozilla/sccache/pull/1858
* build(deps): bump regex from 1.7.3 to 1.8.4 by dependabot in https://github.com/mozilla/sccache/pull/1794
* update to libc 0.2.149 by sylvestre in https://github.com/mozilla/sccache/pull/1933

New Contributors
* quad made their first contribution in https://github.com/mozilla/sccache/pull/1926

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

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

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.