Releases: gringolito/fiberslog
Releases · gringolito/fiberslog
Release list
v1.1.0
What's Changed
- ci: add Codecov coverage upload and badges for Codecov and CodeQL by @gringolito in #10
- refactor!: unexport ConfigDefault to prevent global mutation by @gringolito in #11
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Migrate from golang.org/x/exp/slog to stdlib log/slog by @gringolito in #1
- Add SkipHeaders to prevent credential leaks in requestHeaders logging by @gringolito in #2
- test: add table-driven TestNew_LogFields covering all switch cases by @gringolito in #3
- fix: derive log level from Fiber error when handler returns an error by @gringolito in #4
- test: add concurrent race-detection test and enable -race in CI by @gringolito in #5
- test: lock unknown field names are silently ignored by @gringolito in #6
- feat: add responseHeaders field to log response headers by @gringolito in #7
- docs: expand README with field reference table, badges, and contributing guide by @gringolito in #8
- feat: add runnable examples/basic and CI build job by @gringolito in #9
New Contributors
- @gringolito made their first contribution in #1
Full Changelog: v0.0.1...v1.0.0
v0.0.1
Full Changelog: https://github.com/gringolito/fiberslog/commits/v0.0.1