Sccache

Latest version: v0.9.0

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

Scan your dependencies

Page 5 of 8

0.4.0pre.8

What's Changed
* feat: Add Webdav (a.k.a HTTP Cache) support by Xuanwo in https://github.com/mozilla/sccache/pull/1597
* Document SCCACHE_IDLE_TIMEOUT=0 by sylvestre in https://github.com/mozilla/sccache/pull/1610
* ci: Fix upload artifact failure by Xuanwo in https://github.com/mozilla/sccache/pull/1598
* 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
* build(deps): bump futures, cc, serde_json, zip, hyper by dependabot
* deps: Cleanup superfluous dependency by Xuanwo in https://github.com/mozilla/sccache/pull/1602

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

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

0.4.0pre.7

What's Changed
* add a profile section by sylvestre in https://github.com/mozilla/sccache/pull/1562
* build(deps): bump zstd, wiremock, assert_cmd, serial_test, nix, async-trait, toml and which by dependabot
* fix: Sccache dist tests broken after bump to tokio 1.21 and later by Xuanwo in https://github.com/mozilla/sccache/pull/1563
* Support MSVC flag 'external:anglebrackets' by Tiwalun in https://github.com/mozilla/sccache/pull/1572
* fix: clippy warnings by Danielmelody in https://github.com/mozilla/sccache/pull/1561
* Support nvcc's `--threads` flag by trxcllnt in https://github.com/mozilla/sccache/pull/1571
* feat: Print sccache version for Server stats by borjamunozf in https://github.com/mozilla/sccache/pull/1580
* feat: Bump OpenDAL and remove hyperx by Xuanwo in https://github.com/mozilla/sccache/pull/1591

New Contributors
* 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

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

0.4.0pre.6

What's Changed
* build(deps): bump clap, async-trait and regex
* refactor: Do read check first instead by Xuanwo in https://github.com/mozilla/sccache/pull/1546
* Add support for clang '-fuse-ctor-homing' flag by robertgzr in https://github.com/mozilla/sccache/pull/1547
* feat: Take the whole rustc version into hash calculation by Xuanwo in https://github.com/mozilla/sccache/pull/1553
* Fix remaining freebsd-ci problems by grembo in https://github.com/mozilla/sccache/pull/1556
* Add documentation for Cloudflare R2 usage. by MrAlex94 in https://github.com/mozilla/sccache/pull/1549
* feat: Introduce the default gha version by Xuanwo in https://github.com/mozilla/sccache/pull/1550
* feat: Allow sccache keep running after hitting rate limit during check by Xuanwo in https://github.com/mozilla/sccache/pull/1557
* Use println instead of warn to avoid missing deprecated message by b1tg in https://github.com/mozilla/sccache/pull/1554
* Migrate memcached to opendal based by Xuanwo in https://github.com/mozilla/sccache/pull/1545

New Contributors
* 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

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

0.4.0pre.5

What's Changed
* The "cache read miss" is now the compiler step. Make it more explicit by sylvestre in https://github.com/mozilla/sccache/pull/1527
* fix: handle -Xclang args when invoking clang/clang++ on windows cmake by Danielmelody in https://github.com/mozilla/sccache/pull/1500
* refactor: Migrate gha cache to opendal based by Xuanwo in https://github.com/mozilla/sccache/pull/1528
* Fix freebsd CI build by grembo in https://github.com/mozilla/sccache/pull/1531

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

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

0.4.0pre.4

What's Changed
* Accept /fsanitize=address as a passthrough option for MSVC by randombit in https://github.com/mozilla/sccache/pull/1518
* fix(test): gcs check will fail if default features not enabled by Xuanwo in https://github.com/mozilla/sccache/pull/1520
* feat: Implement cache storage check by Xuanwo in https://github.com/mozilla/sccache/pull/1519
* build(deps): bump wiremock, predicates, num_cpus and once_cell

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

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

0.4.0pre.3

What's Changed
* ci: add a [full pipeline](https://github.com/mozilla/sccache/blob/main/.github/workflows/integration-tests.yml) to fully test sccache - can be used as a source for documentation
* ci: Add integration test for redis by Xuanwo in https://github.com/mozilla/sccache/pull/1510
* ci: Refactor integration tests to make space for more services support by Xuanwo in https://github.com/mozilla/sccache/pull/1511
* ci: Add integration tests for s3 by Xuanwo in https://github.com/mozilla/sccache/pull/1513
* ci: Add integrtion tests for azblob by Xuanwo in https://github.com/mozilla/sccache/pull/1514

* feat: Migrate redis to opendal based by Xuanwo in https://github.com/mozilla/sccache/pull/1509
* feat: Exit while cache is not configured correctly by Xuanwo in https://github.com/mozilla/sccache/pull/1515
* Bump libc, openssl, cc, futures-locks, serde and async-trait


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

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.