Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 03:30
· 8 commits to main since this release
f3e9ad7

Changelog

Features

  • b421f30: feat: add configurable HTTP request header logging and examples (@appleboy)
  • e16df3f: feat: hide sensitive HTTP request headers from logging output (@appleboy)
  • ae06619: feat: enhance logging with detailed request context and error simulation (@appleboy)
  • f3e9ad7: feat: add configurable request path exclusion to logging middleware (@appleboy)

Refactor

  • c135245: refactor: refactor HTTP header handling and logging logic (@appleboy)
  • 5516d4d: refactor: standardize logging terminology from path to route (@appleboy)

Documentation updates

  • 4def7c6: docs: document customizable request header logging and hiding (@appleboy)