Skip to content

release 2.5.8

Choose a tag to compare

@chentianming11 chentianming11 released this 23 May 09:19
· 9 commits to 2.x since this release

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