7fdc8a94c6
Code scanning alerts: - sigstore/cosign-installer@v3 → @398d4b0e (CodeQL #79) - dtolnay/rust-toolchain@stable → @29eef336 (CodeQL #78) Clippy fixes: - wire_api.rs: u64 → u128 parse for CacheValidator mtime_ns - cache_tiers.rs, cache_coordinator.rs: Duration::from_secs(60) → from_mins(1) - Regenerate config-keys.md, cargo fmt applied Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
344 B
TOML
9 lines
344 B
TOML
# Deprecated configuration keys and features.
|
|
# These still work but will be removed in a future major version.
|
|
|
|
[[deprecated]]
|
|
key = "cloud.contribute_enabled"
|
|
since = "3.9.14"
|
|
replacement = "telemetry.enabled"
|
|
notes = "Automatically migrated on first load. The unified telemetry flag controls both heartbeat and compression pattern sharing."
|