Sccache

Latest version: v0.7.7

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

Scan your dependencies

Page 3 of 8

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

0.4.2

What's Changed
* Support authentication in WebDAV storage (1608) by dtretyakov in https://github.com/mozilla/sccache/pull/1732
* Feature more msvc flags parsed by Alexei-Barnes in https://github.com/mozilla/sccache/pull/1729
* Make `SCCACHE_S3_NO_CREDENTIALS` require a value of `true` by ajschmidt8 in https://github.com/mozilla/sccache/pull/1724
* Add support for -Xclang -fno-pch-timestamp by craigscott-crascit in https://github.com/mozilla/sccache/pull/1721
* snap: refresh snap for `base: core22` by Saviq in https://github.com/mozilla/sccache/pull/1679
* Remove Redis TTL by eandersson in https://github.com/mozilla/sccache/pull/1696
* Refactor import style by tottoto in https://github.com/mozilla/sccache/pull/1701
* Use scoped thread provided by standard library by tottoto in https://github.com/mozilla/sccache/pull/1703
* Remove unnecessary import by tottoto in https://github.com/mozilla/sccache/pull/1704
* Describe the default conf file locations in docs/Configuration.md by starrify in https://github.com/mozilla/sccache/pull/1706
* When failing on startup, give more debug information by sylvestre in https://github.com/mozilla/sccache/pull/1722
* fix: Response file with carriage returns on windows parse failed by Alexei-Barnes in https://github.com/mozilla/sccache/pull/1727
* Use rustls for tls & trust-dns-resolver for dns resolution by NobodyXu in https://github.com/mozilla/sccache/pull/1737
* fix: rust coverage test meets compile error for missing debuginfo by yihau in https://github.com/mozilla/sccache/pull/1740

Dependencies update
* Update rust-version in manifest to 1.64 by tottoto in https://github.com/mozilla/sccache/pull/1702
* Bump msrv to 1.65.0 by NobodyXu in https://github.com/mozilla/sccache/pull/1743
* Replace atty with is-terminal by tottoto in https://github.com/mozilla/sccache/pull/1699
* Update to directories 5.0.0 and opendal 0.30.5 by tottoto in https://github.com/mozilla/sccache/pull/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
* eandersson made their first contribution in https://github.com/mozilla/sccache/pull/1696
* starrify made their first contribution in https://github.com/mozilla/sccache/pull/1706
* dtretyakov made their first contribution in https://github.com/mozilla/sccache/pull/1732
* yihau made their first contribution in https://github.com/mozilla/sccache/pull/1740
* craigscott-crascit made their first contribution in https://github.com/mozilla/sccache/pull/1721

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

0.4.1

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


**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.4.0...v0.4.1

0.4.0

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 https://github.com/mozilla/sccache/pull/1597
* Support FreeBSD as sccache-dist server by grembo in https://github.com/mozilla/sccache/pull/1184
* Add MSVC support for Response Files by temportalflux in https://github.com/mozilla/sccache/pull/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 https://github.com/mozilla/sccache/pull/1519
* Custom sandboxing implementation as linux usernamespace calls - port cachepot/128 by drahnr in https://github.com/mozilla/sccache/pull/1628
* Lot of checks added to provide better error messages
* Improvement on the documentations


Flag/options support

* Accept /fsanitize=address as a passthrough option for MSVC by randombit in https://github.com/mozilla/sccache/pull/1518
* Add support for clang '-fuse-ctor-homing' flag by robertgzr in https://github.com/mozilla/sccache/pull/1547
* Support nvcc's `--threads` flag by trxcllnt in https://github.com/mozilla/sccache/pull/1571
* fix: handle -Xclang args when invoking clang/clang++ on windows cmake by Danielmelody in https://github.com/mozilla/sccache/pull/1500
* Support emit pch header by Danielmelody in https://github.com/mozilla/sccache/pull/1647
* Support MSVC flag 'external:anglebrackets' by Tiwalun in https://github.com/mozilla/sccache/pull/1572

Other changes/fixes

* Fix duration attributed to cache writes in the log by glandium in https://github.com/mozilla/sccache/pull/1495
* feat: Enable logging for opendal operations by Xuanwo in https://github.com/mozilla/sccache/pull/1497
* Most of the dependencies updated
* Move to clap 4 by dzvon in https://github.com/mozilla/sccache/pull/1476
* Re-enable `aarch64-unknown-linux-musl` by ajschmidt8 in https://github.com/mozilla/sccache/pull/1499
* Feature/847 allow caching multi arch builds by coretechsec in https://github.com/mozilla/sccache/pull/1467
* feat: Exit while cache is not configured correctly by Xuanwo in https://github.com/mozilla/sccache/pull/1515
* fix(test): gcs check will fail if default features not enabled by Xuanwo in https://github.com/mozilla/sccache/pull/1520
* The "cache read miss" is now the compiler step. Make it more explicit by sylvestre in https://github.com/mozilla/sccache/pull/1527
* refactor: Do read check first instead by Xuanwo in https://github.com/mozilla/sccache/pull/1546
* feat: Take the whole rustc version into hash calculation by Xuanwo in https://github.com/mozilla/sccache/pull/1553
* Add documentation for Cloudflare R2 usage. by MrAlex94 in https://github.com/mozilla/sccache/pull/1549
* feat: Allow sccache keep running after hitting rate limit during check by Xuanwo in https://github.com/mozilla/sccache/pull/1557
* add a profile section by sylvestre in https://github.com/mozilla/sccache/pull/1562
* preserve the backtrace in case of crashes by sylvestre in https://github.com/mozilla/sccache/pull/1573
* fix: clippy warnings by Danielmelody in https://github.com/mozilla/sccache/pull/1561
* feat: Print sccache version for Server stats by borjamunozf in https://github.com/mozilla/sccache/pull/1580
* Document SCCACHE_IDLE_TIMEOUT=0 by sylvestre in https://github.com/mozilla/sccache/pull/1610
* dist/cache: include paths in error contexts by mathstuf in https://github.com/mozilla/sccache/pull/1611
* use fs_err for sake of better io errors by drahnr in https://github.com/mozilla/sccache/pull/1616
* Ignore RPM environment variables by Firstyear in https://github.com/mozilla/sccache/pull/1613
* fix: Disable connection pool to fix dist server feature by Xuanwo in https://github.com/mozilla/sccache/pull/1612
* build: Increase edition to 2021 by Xuanwo in https://github.com/mozilla/sccache/pull/1617
* fix: Allow building with no default feature by Xuanwo in https://github.com/mozilla/sccache/pull/1632
* Clarify docs about units of `SCCACHE_IDLE_TIMEOUT` by gnaaman-dn in https://github.com/mozilla/sccache/pull/1637
* Fixed ToC and added back Storage Options section by exoosh in https://github.com/mozilla/sccache/pull/1650
* Add new feature `vendored-openssl` by NobodyXu in https://github.com/mozilla/sccache/pull/1648
* strip env vars by drahnr in https://github.com/mozilla/sccache/pull/1663

New Contributors
* dzvon made their first contribution in https://github.com/mozilla/sccache/pull/1476
* coretechsec made their first contribution in https://github.com/mozilla/sccache/pull/1467
* grembo made their first contribution in https://github.com/mozilla/sccache/pull/1184
* theres-waldo made their first contribution in https://github.com/mozilla/sccache/pull/1482
* ajschmidt8 made their first contribution in https://github.com/mozilla/sccache/pull/1499
* randombit made their first contribution in https://github.com/mozilla/sccache/pull/1518
* Danielmelody made their first contribution in https://github.com/mozilla/sccache/pull/1500
* robertgzr made their first contribution in https://github.com/mozilla/sccache/pull/1547
* MrAlex94 made their first contribution in https://github.com/mozilla/sccache/pull/1549
* b1tg made their first contribution in https://github.com/mozilla/sccache/pull/1554
* Tiwalun made their first contribution in https://github.com/mozilla/sccache/pull/1572
* trxcllnt made their first contribution in https://github.com/mozilla/sccache/pull/1571
* borjamunozf made their first contribution in https://github.com/mozilla/sccache/pull/1580
* Firstyear made their first contribution in https://github.com/mozilla/sccache/pull/1613
* fawni made their first contribution in https://github.com/mozilla/sccache/pull/1635
* gnaaman-dn made their first contribution in https://github.com/mozilla/sccache/pull/1637
* temportalflux made their first contribution in https://github.com/mozilla/sccache/pull/1618
* exoosh made their first contribution in https://github.com/mozilla/sccache/pull/1650
* NobodyXu made their first contribution in https://github.com/mozilla/sccache/pull/1648

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.3.3...v0.4.0

0.4.0pre.11

What's Changed
* Fixed ToC and added back Storage Options section by exoosh in https://github.com/mozilla/sccache/pull/1650
* Add new feature `vendored-openssl` by NobodyXu in https://github.com/mozilla/sccache/pull/1648
* Support emit pch header by Danielmelody in https://github.com/mozilla/sccache/pull/1647
* Custom sandboxing implementation as linux usernamespace calls - port cachepot/128 by drahnr in https://github.com/mozilla/sccache/pull/1628
* strip env vars by drahnr in https://github.com/mozilla/sccache/pull/1663
* Link to the github action by sylvestre in https://github.com/mozilla/sccache/pull/1664

New Contributors
* exoosh made their first contribution in https://github.com/mozilla/sccache/pull/1650
* NobodyXu made their first contribution in https://github.com/mozilla/sccache/pull/1648

**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.4.0-pre.10...v0.4.0-pre.11

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.