Sccache

Latest version: v0.9.0

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

Scan your dependencies

Page 2 of 8

0.7.5

What's Changed
* Add i686 and armv7 musl build via container by jdygert-spok in https://github.com/mozilla/sccache/pull/2008
* Expand cfg for operator storage impl by jdygert-spok in https://github.com/mozilla/sccache/pull/2007
* chore(src/compiler/msvc): replace rust-encoding with encoding-rs by liushuyu in https://github.com/mozilla/sccache/pull/2010
* Prepare version 0.7.5 by sylvestre in https://github.com/mozilla/sccache/pull/2025

Dependencies updates
* chore: Version bump opendal 0.41.0 -> 0.43.0 by vincentdephily in https://github.com/mozilla/sccache/pull/1992
* build(deps): bump serde from 1.0.190 to 1.0.193 by dependabot in https://github.com/mozilla/sccache/pull/1991
* build(deps): bump nix from 0.26.2 to 0.26.4 by dependabot in https://github.com/mozilla/sccache/pull/1995
* build(deps): bump toml from 0.8.6 to 0.8.8 by dependabot in https://github.com/mozilla/sccache/pull/2000
* build(deps): bump test-case from 3.2.1 to 3.3.1 by dependabot in https://github.com/mozilla/sccache/pull/1979
* build(deps): bump tar from 0.4.38 to 0.4.40 by dependabot in https://github.com/mozilla/sccache/pull/1975
* chore(cargo): update dependencies to compatible versions by liushuyu in https://github.com/mozilla/sccache/pull/2009
* build(deps): bump opendal from 0.44.0 to 0.44.1 by dependabot in https://github.com/mozilla/sccache/pull/2014
* build(deps): bump base64 from 0.21.5 to 0.21.6 by dependabot in https://github.com/mozilla/sccache/pull/2016
* build(deps): bump libc from 0.2.151 to 0.2.152 by dependabot in https://github.com/mozilla/sccache/pull/2019
* build(deps): bump serde from 1.0.194 to 1.0.195 by dependabot in https://github.com/mozilla/sccache/pull/2017



Github action updates
* build(deps): bump vmactions/freebsd-vm from 1.0.2 to 1.0.4 by dependabot in https://github.com/mozilla/sccache/pull/1996
* build(deps): bump vmactions/freebsd-vm from 1.0.4 to 1.0.5 by dependabot in https://github.com/mozilla/sccache/pull/1999
* Bump freebsd-vm action to v1.0.2 & use ubuntu by sylvestre in https://github.com/mozilla/sccache/pull/1994
* Bump freebsd-vm action to v1.0.2 & use ubuntu by sylvestre in https://github.com/mozilla/sccache/pull/1997
* chore(CI): update GitHub Actions by liushuyu in https://github.com/mozilla/sccache/pull/2012
* Snap: Adapt Snapcraft manifest to Snapcraft 8.0 by liushuyu in https://github.com/mozilla/sccache/pull/2011


New Contributors
* vincentdephily made their first contribution in https://github.com/mozilla/sccache/pull/1992
* jdygert-spok made their first contribution in https://github.com/mozilla/sccache/pull/2008
* liushuyu made their first contribution in https://github.com/mozilla/sccache/pull/2009

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.7.4...v0.7.5

0.7.4

With this release, we turned back on the direct access and improve some errors mgmt.
We are getting ready for the release 1.0

What's Changed
* Fix some possible out-of-bound accesses in process_preprocesed_{file,line} by glandium in https://github.com/mozilla/sccache/pull/1980
* Fix test_parse_arguments_multiarch_cache_disabled by glandium in https://github.com/mozilla/sccache/pull/1984
* Add support for `--` on clang/clang-cl command-line by glandium in https://github.com/mozilla/sccache/pull/1983
* Remove uses of Lazy<Mutex<T>> by glandium in https://github.com/mozilla/sccache/pull/1985
* Catch panics in the server and transmit them as errors to the client. by glandium in https://github.com/mozilla/sccache/pull/1981
* Only activate direct mode by default for local by Alphare in https://github.com/mozilla/sccache/pull/1973
* Remove some unnecessary clones by glandium in https://github.com/mozilla/sccache/pull/1986
* Activate direct mode when e.g. SCCACHE_DIR is set. by glandium in https://github.com/mozilla/sccache/pull/1987


**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.7.3...v0.7.4

0.7.3

Revert "Activate preprocessor cache mode by default"
For causing freeze with MSVC: https://github.com/mozilla/sccache/issues/1967

0.7.2

What's Changed
* Fix off-by-one in line number replacement code by glandium in https://github.com/mozilla/sccache/pull/1962
* Fail early if the local daemon doesn't start properly during tests by glandium in https://github.com/mozilla/sccache/pull/1963
* Changes to the local daemon setup in the test harness by glandium in https://github.com/mozilla/sccache/pull/1964
* Activate preprocessor cache mode by default by Alphare in https://github.com/mozilla/sccache/pull/1951
* Don't pass wd4668 to clang-cl by roblabla in https://github.com/mozilla/sccache/pull/1856
* prepare version 0.7.2 by sylvestre in https://github.com/mozilla/sccache/pull/1965
* Fix some typos by sylvestre in https://github.com/mozilla/sccache/pull/1966

Dependency updates
* build(deps): bump semver from 1.0.17 to 1.0.20 by dependabot in https://github.com/mozilla/sccache/pull/1960
* build(deps): bump jobserver from 0.1.26 to 0.1.27 by dependabot in https://github.com/mozilla/sccache/pull/1958
* build(deps): bump base64 from 0.21.3 to 0.21.5 by dependabot in https://github.com/mozilla/sccache/pull/1954
* build(deps): bump bytes from 1.4.0 to 1.5.0 by dependabot in https://github.com/mozilla/sccache/pull/1959
* build(deps): bump zstd from 0.12.4 to 0.13.0 by dependabot in https://github.com/mozilla/sccache/pull/1956

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

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

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

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.