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