Sccache

Latest version: v0.7.7

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

Scan your dependencies

Page 1 of 8

0.7.7

What's Changed
* [commands::run_server_process]: fix race condition by arvidj in https://github.com/mozilla/sccache/pull/2077
* feat(cache/oss): add support for oss by PsiACE in https://github.com/mozilla/sccache/pull/2046
* ci: Bump MSRV to 1.70.0 by Xuanwo in https://github.com/mozilla/sccache/pull/2054
* Make --zero-stats just show a message that it's done its job by glandium in https://github.com/mozilla/sccache/pull/2055
* build(deps): bump clap from 4.3.24 to 4.4.18 by dependabot in https://github.com/mozilla/sccache/pull/2050
* add default ttl of 0 to fix breaking change by arilotter in https://github.com/mozilla/sccache/pull/2058
* Avoid spawning a new server for --show-stats by glandium in https://github.com/mozilla/sccache/pull/2059
* Update OpenDAL to 0.44.2 by jdygert-spok in https://github.com/mozilla/sccache/pull/2060
* feat(tree-wide): migrate to Hyper 1.x by liushuyu in https://github.com/mozilla/sccache/pull/2013
* Implement read-only local cache by uellenberg in https://github.com/mozilla/sccache/pull/2048
* build(deps): bump predicates from 3.0.3 to 3.1.0 by dependabot in https://github.com/mozilla/sccache/pull/2052
* build(deps): bump h2 from 0.3.22 to 0.3.24 by dependabot in https://github.com/mozilla/sccache/pull/2047
* github action: run on native m1 by sylvestre in https://github.com/mozilla/sccache/pull/2068
* Note allowed --emit metadata in rust doc by l4l in https://github.com/mozilla/sccache/pull/2075
* Improve Redis docs by AJIOB in https://github.com/mozilla/sccache/pull/2072
* chore: update S3 docs on region by saiintbrisson in https://github.com/mozilla/sccache/pull/2079
* upgrade to version 0.7.7 by sylvestre in https://github.com/mozilla/sccache/pull/2080

New Contributors
* PsiACE made their first contribution in https://github.com/mozilla/sccache/pull/2046
* arilotter made their first contribution in https://github.com/mozilla/sccache/pull/2058
* uellenberg made their first contribution in https://github.com/mozilla/sccache/pull/2048
* l4l made their first contribution in https://github.com/mozilla/sccache/pull/2075
* AJIOB made their first contribution in https://github.com/mozilla/sccache/pull/2072
* arvidj made their first contribution in https://github.com/mozilla/sccache/pull/2077

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.7.6...v0.7.7

0.7.6

What's Changed
* feat(redis): add support for ttl, fix 1666 by sudhackar in https://github.com/mozilla/sccache/pull/2027
* refactor: Remove all dependencies on ring 0.16 by Xuanwo in https://github.com/mozilla/sccache/pull/2036
It allows compilation on s390x and some others architectures
* Fix docs on integrating sccache with MSVC when cmake >= 3.25 by johnwbyrd in https://github.com/mozilla/sccache/pull/2031
* Add support for symlinks in toolchains. by afranchuk in https://github.com/mozilla/sccache/pull/2030
* fix(src/compiler/c): take common_args into account during preprocessor hashing by GZGavinZhao in https://github.com/mozilla/sccache/pull/2039

New Contributors
* sudhackar made their first contribution in https://github.com/mozilla/sccache/pull/2027
* johnwbyrd made their first contribution in https://github.com/mozilla/sccache/pull/2031
* afranchuk made their first contribution in https://github.com/mozilla/sccache/pull/2030
* GZGavinZhao made their first contribution in https://github.com/mozilla/sccache/pull/2039

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

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

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.