Skip to content

Releases: gin-contrib/slog

v1.2.0

15 Nov 04:31
1b030ab

Choose a tag to compare

Changelog

Features

Enhancements

  • a3d2291: chore: upgrade Go version and refresh project dependencies (@appleboy)
  • 52e0490: chore: raise minimum supported Go version to 1.24 (@appleboy)
  • 82add57: chore: update dependencies and modernize Go project tooling (@appleboy)
  • 12af281: chore: clean up dependencies and upgrade packages to latest versions (@appleboy)

Refactor

  • eb312ae: refactor: refactor request header handling and logging for efficiency (@appleboy)
  • 14cb227: refactor: refactor latency calculation to use time.Since for requests (@appleboy)
  • 885c553: refactor: refactor header visibility filtering into helper function (@appleboy)
  • 3dfdadc: refactor: refactor Option helpers for clarity and extensibility (@appleboy)

Build process updates

Documentation updates

  • a6b8231: docs: update logging documentation for enhanced request field coverage (@appleboy)
  • 60c2ffd: docs: document agent workflows and improve config readability (@appleboy)
  • 38d00cf: docs: refactor comments to improve documentation clarity (@appleboy)
  • 1b030ab: docs: update contributor docs and enhance server error handling (@appleboy)

Others

  • e120fa9: style: update golangci-lint config and improve error readability (@appleboy)

v1.1.0

28 Jun 03:30
f3e9ad7

Choose a tag to compare

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)

v1.0.0

28 Jun 02:26
5844fbe

Choose a tag to compare

Changelog

Features

Enhancements

Refactor

Build process updates

Documentation updates

Others