release 2.5.8
chore: harden global logging defaults and bump to 2.5.8
- GlobalLogProperty: enable=false, logStrategy=BASIC, redactHeaders defaults to common credential headers (Authorization/Proxy-Authorization/Cookie/Set-Cookie). Avoids the prior enable=true + NONE no-op combo and prevents accidental credential leakage at HEADERS/BODY levels.
- README/README_EN: sync default-config samples and document the override semantics of redact-headers.
BREAKING: projects relying on the previous enable=true default will need to set retrofit.global-log.enable=true explicitly to keep emitting HTTP logs.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com