What's Changed
New features
* feat: Add possibility to configure key prefix (Redis, MemCached) by AJIOB in https://github.com/mozilla/sccache/pull/2084
* Add generic read-only storage mode for a storage that fails the write check by jkoritzinsky in https://github.com/mozilla/sccache/pull/2091
* feat: Add possibility to configure key prefix and expiration time from env (Redis, MemCached) by AJIOB in https://github.com/mozilla/sccache/pull/2094
* rustc driver detection - includes 1897 by drahnr in https://github.com/mozilla/sccache/pull/2085
* feat: Add support to Redis cluster mode by AJIOB in https://github.com/mozilla/sccache/pull/2113
* feat: Add Memcached authentication by AJIOB in https://github.com/mozilla/sccache/pull/2117
* feat: initial support for Clang HIP by GZGavinZhao in https://github.com/mozilla/sccache/pull/2045
* Set User Agent Header for S3 Requests by ajschmidt8 in https://github.com/mozilla/sccache/pull/2137
Misc
* chore: Unify env bool processing by AJIOB in https://github.com/mozilla/sccache/pull/2103
* More Redis URLs typos fix by AJIOB in https://github.com/mozilla/sccache/pull/2081
* ci: Fix AArch64 build with musl by AJIOB in https://github.com/mozilla/sccache/pull/2120
* allow the compilation of sccache without any features (only local build) by sylvestre in https://github.com/mozilla/sccache/pull/2101
* chore: remove unused code warnings from Windows build by AJIOB in https://github.com/mozilla/sccache/pull/2119
* feat: Rewrite Redis environment variables API by AJIOB in https://github.com/mozilla/sccache/pull/2116
* chore: use what we really need from `opendal` by AJIOB in https://github.com/mozilla/sccache/pull/2118
* package cargo.toml by lissyx in https://github.com/mozilla/sccache/pull/2124
* Include server_startup_timeout_ms in config docs by cceckman in https://github.com/mozilla/sccache/pull/2134
Dependencies
* build(deps): bump vmactions/freebsd-vm from 1.0.5 to 1.0.6 by dependabot in https://github.com/mozilla/sccache/pull/2067
* build(deps): bump chrono from 0.4.31 to 0.4.33 by dependabot in https://github.com/mozilla/sccache/pull/2065
* build(deps): bump which from 5.0.0 to 6.0.0 by dependabot in https://github.com/mozilla/sccache/pull/2051
* build(deps): bump regex from 1.10.2 to 1.10.3 by dependabot in https://github.com/mozilla/sccache/pull/2063
* build(deps): bump env_logger from 0.10.1 to 0.10.2 by dependabot in https://github.com/mozilla/sccache/pull/2064
* build(deps): bump uuid from 1.6.1 to 1.7.0 by dependabot in https://github.com/mozilla/sccache/pull/2066
* build(deps): bump jobserver from 0.1.27 to 0.1.28 by dependabot in https://github.com/mozilla/sccache/pull/2088
* build(deps): bump libc from 0.2.152 to 0.2.153 by dependabot in https://github.com/mozilla/sccache/pull/2087
* build(deps): bump memmap2 from 0.9.3 to 0.9.4 by dependabot in https://github.com/mozilla/sccache/pull/2089
* build(deps): bump reqsign from 0.14.6 to 0.14.7 by dependabot in https://github.com/mozilla/sccache/pull/2098
* build(deps): bump toml from 0.8.8 to 0.8.10 by dependabot in https://github.com/mozilla/sccache/pull/2096
* build(deps): bump is-terminal from 0.4.10 to 0.4.12 by dependabot in https://github.com/mozilla/sccache/pull/2097
* build(deps): bump hyper-util from 0.1.2 to 0.1.3 by dependabot in https://github.com/mozilla/sccache/pull/2099
* build(deps): bump opendal from 0.44.2 to 0.45.0 by dependabot in https://github.com/mozilla/sccache/pull/2086
* build(deps): bump vmactions/freebsd-vm from 1.0.6 to 1.0.7 by dependabot in https://github.com/mozilla/sccache/pull/2147
* build(deps): bump assert_cmd from 2.0.12 to 2.0.13 by dependabot in https://github.com/mozilla/sccache/pull/2033
* build(deps): bump base64 from 0.21.6 to 0.21.7 by dependabot in https://github.com/mozilla/sccache/pull/2035
* build(deps): bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/mozilla/sccache/pull/2078
* build(deps): Upgrade OpenDAL to the latest version by AJIOB in https://github.com/mozilla/sccache/pull/2114
* build(deps): bump serde_json from 1.0.111 to 1.0.114 by dependabot in https://github.com/mozilla/sccache/pull/2112
* build(deps): bump openssl from 0.10.62 to 0.10.64 by dependabot in https://github.com/mozilla/sccache/pull/2106
* build(deps): bump walkdir from 2.4.0 to 2.5.0 by dependabot in https://github.com/mozilla/sccache/pull/2127
* build(deps): bump anyhow from 1.0.79 to 1.0.81 by dependabot in https://github.com/mozilla/sccache/pull/2135
New Contributors
* jkoritzinsky made their first contribution in https://github.com/mozilla/sccache/pull/2091
* cceckman made their first contribution in https://github.com/mozilla/sccache/pull/2134
**Full Changelog**: https://github.com/mozilla/sccache/compare/v0.7.7...v0.8.0