Skip to content

v4.2.0 - Structured Logging and Safer Diagnostics

Choose a tag to compare

@alex-morgan-o alex-morgan-o released this 01 May 01:52
2ffc945

Why This Matters

This release makes oh-my-pr easier and safer to operate in real environments. Logs are now more structured, sensitive values are redacted, output can be written to files, and verbosity can be adjusted when troubleshooting.

Detailed Changes

  • Added structured logging so operators can more easily inspect, search, and process runtime output.
  • Added redaction for sensitive values to reduce the risk of secrets appearing in logs.
  • Added file output support for keeping persistent logs outside the terminal session.
  • Added verbosity flags so users can choose quieter normal output or more detailed diagnostics when needed.
  • Included these logging improvements from PR #136.