Releases: gin-contrib/zap
Releases · gin-contrib/zap
v1.1.7
Changelog
Enhancements
- a814870: chore: remove bearer.yml workflow (@appleboy)
- f61266b: chore(deps): bump actions/checkout from 4 to 6 (@appleboy)
- c335019: chore: drop Go 1.23 support, require Go 1.24+ (@appleboy)
- 0f4d45c: chore(deps): upgrade quic-go to v0.57.1 (@appleboy)
- fb4de34: chore(ci): update golangci-lint to v2.6 (@appleboy)
- 229a450: chore: remove gitter badge from README (@appleboy)
- ad04736: chore(deps): bump actions/cache from 4 to 5 (@appleboy)
- 2d03f53: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@appleboy)
- c1e0baf: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@appleboy)
- 49a0354: chore(deps): upgrade golang.org/x/text to v0.35.0 (@appleboy)
Build process updates
Others
v1.1.6
v1.1.5
Changelog
Enhancements
- a7617b9: chore: update dependencies and Go versions in the project (@appleboy)
- 74cc010: chore: update Go dependencies to latest versions (@appleboy)
- 43bce28: chore(deps): update dependencies to latest versions (@appleboy)
- 6b058ce: chore: update Go module dependencies to latest versions (@appleboy)
- 15e4eec: chore: update Go version and indirect dependencies (@appleboy)
Build process updates
- aff6330: ci(bearer): enhance GitHub workflow with Bearer action and diff option (@appleboy)
- 899ccc9: ci: add GitHub Actions workflow for Bearer PR checks (@appleboy)
- db615b5: ci: update GitHub actions and API usage for improved CI/CD (@appleboy)
- ca1bc9c: ci: update GitHub Actions workflow for Go 1.24 compatibility (@appleboy)
- 05e8246: ci: update and optimize Go linting configuration and toolchain (@appleboy)
Documentation updates
v1.1.4
Changelog
Bug fixes
Enhancements
- 43127d6: chore: update dependencies for improved stability (@appleboy)
- 18d9e0a: chore: standardize naming conventions and update dependencies (@appleboy)
- 3431177: chore: update dependencies to latest versions (@appleboy)
- 3d51282: chore: optimize performance and update dependencies (@appleboy)
- a761fbc: chore: upgrade Go and dependencies to latest versions (@appleboy)
Build process updates
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
Changelog
Features
- d4400a8 feat(func): implement Skipper functionality for logging configuration (#71)
- 58dd173 feat: consolidate code examples into new file
Enhancements
- 0dbb391 chore(deps): bump actions/setup-go from 2 to 4 (#59)
- 1358676 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#62)
- 4da7ce3 chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#58)
- a63110e chore(level): make log level configurable (#53)
- 35a621a chore: remove duplication log to msg (#69)
- 4c79a60 chore: update GitHub Actions and Test Configurations
- 6f17b6f chore: update GitHub Actions versions in workflow files
- 737c214 chore: update Go versions in GitHub Actions workflow
- 2e44ef6 chore: update configuration files for Go version and tags
- d7a16ba chore: update dependencies across multiple modules
- c5decc3 chore: update dependencies to latest versions
- d017ca5 chore: update golang.org/x packages to latest versions
- cd1bff6 chore: update version of actions/setup-go in GitHub workflows
Others
v0.2.0
Changelog
Features
- 4622367 feat: refactor logging functions to use
ZapLoggerinterface
Enhancements
- a584183 chore(deps): add go1.20 version
- fe995df chore(zap): replace otel trace ID with custom fields. (#46)
- 33fb008 chore: update
goreleaser/goreleaser-actionto v4 - 1669c2c chore: update golangci-lint version to latest
- 1f1c990 chore: update supported versions of Go
Others
- 018ec49 build: update Go version requirement and dependencies