Releases: gin-contrib/slog
Releases · gin-contrib/slog
v1.2.0
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
- 6d84898: ci: test against Go 1.25 in CI workflow (@appleboy)
- 8e5ee6a: ci: integrate automated Trivy security scans via GitHub Actions (@appleboy)
- d688a96: ci: update CI workflows to use latest GitHub action versions (@appleboy)
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
v1.1.0
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
v1.0.0
Changelog
Features
- 10215cb: feat: introduce configurable slog-based logging middleware for Gin (appleboy [email protected])
Enhancements
- 5844fbe: chore: migrate branch references from master to main (appleboy [email protected])
- 5aadd79: chore: enforce unified linting and formatting across Go codebase (appleboy [email protected])
Refactor
- ede0b8a: refactor: refactor logger implementation and clean up unused imports (appleboy [email protected])
Build process updates
- 894254d: ci: automate CI, code scanning, releases, and dependency updates (appleboy [email protected])
Documentation updates
- 1a516c0: docs: update project documentation and Go version requirements (appleboy [email protected])
- a237614: docs: bump minimum required Go version to 1.23 in documentation (appleboy [email protected])
- b481654: docs: add Go example project with improved README documentation (appleboy [email protected])
- 10083e3: docs: migrate to github.com/gin-contrib/slog for logging (appleboy [email protected])
- e162597: docs: rewrite and expand documentation with usage and API details (appleboy [email protected])
Others
- e242fce: Initial commit (Bo-Yi Wu [email protected])