Releases: gin-contrib/logger
Releases · gin-contrib/logger
v1.2.0
Changelog
Features
Enhancements
- 67774ca: chore: update dependencies and adjust modules (@appleboy)
- 46da7b5: chore: update dependencies to latest versions (@appleboy)
- 1af2b37: chore: upgrade Go and dependencies to latest versions (@appleboy)
- bdba8c8: chore: update dependencies to latest versions (@appleboy)
- 51e6098: chore: update Go version and dependencies to latest releases (@appleboy)
- 1cd04f4: chore: link logger with gin context. (#76) (@cedric-appdirect)
- 5cf8008: chore: improve code quality and testing infrastructure (@appleboy)
Build process updates
- 8db09f4: ci: remove project name (@appleboy)
- 4400825: ci: standardize and update CI configuration (@appleboy)
- cba1a2f: ci: update Go workflow to support latest versions only (@appleboy)
- 5e8dcc6: ci: support Go 1.23 in workflow configuration (@appleboy)
- 1840062: ci: update GitHub Actions workflow configuration (@appleboy)
Documentation updates
- 904b080: docs: enhance skipper documentation and simplify examples (@appleboy)
- f8558bf: docs: improve codebase documentation and comments (@appleboy)
- e4203c4: docs: improve code documentation and update test configurations (@appleboy)
- ee07bd7: docs: improve documentation and testing across the project (@appleboy)
v1.1.2
v1.1.1
v1.1.0
v1.0.0
Changelog
Features
- 62dc492 feat(option): add WithPathLevel option (#72)
- 0db81d6 feat: add functions to set log levels for different request statuses
- 637bb30 feat: add skipper functionality to logger (#80)
Enhancements
- 7cff53e chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 in /_example (#67)
- d712789 chore(deps): update
- 9c92ccb chore: update CodeQL action version to v3
- 5b0d125 chore: update actions/cache to v4
- 97d636c chore: update third-party dependencies
- 4388585 chore: update version of actions/setup-go to v5 in GitHub workflows
Others
v0.3.0
Changelog
Features
Enhancements
- 16b171b chore(deps): update testify and go-toml dependencies
- 4121d9d chore(request): per-request allocation reduction (#65)
- e8750fe chore: configure specific linters in .golangci.yml
- b3c7788 chore: logging full path including query params (#61)
- f8f6d94 chore: update Go dependencies
- c10562a chore: update
goreleaser/goreleaser-action
tov5
- 253f6c8 chore: update dependencies to latest versions
- 8065fe6 chore: update dependencies to latest versions
- 52f4b6a chore: update go-version in GitHub Actions workflow
- 5625a7e chore: update supported versions of Go to include 1.21
- 7305eaf chore: update workflow files to use actions/checkout@v4
Others
v0.2.6
Changelog
Bug fixes
Enhancements
- 0cf2a96 Revert "chore(logger): update logger from context after middleware execution" (#53)
- 5a784ff chore(CI): remove old go version
- d880d45 chore(deps): "Update Go version and dependencies"
- 825dfbc chore(deps): "Update Go version and refactor dependencies"
- a339775 chore(deps): add go1.20 version
- 6769df2 chore(deps): upgrade
goreleaser-action
version in GitHub workflow - df7399d chore(deps): upgrade go module
- 7ece7df chore(logger): update logger from context after middleware execution (#52)
- 1a33159 chore(trace): add trace ID and span ID
- 809ceee chore(zerolog): support parse level (#47)
Others
v0.2.5
v0.2.4
v0.2.3
Changelog
Enhancements
- a5b6bd0 chore(CD): enable goreleaser config.
- 71e1932 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0
- 1f55337 chore(deps): bump github/codeql-action from 1 to 2 (#26)
- 93bccbd chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#31)
- 056b502 chore(gin): upgrade to v1.8.0
- da2c474 chore(github): upgrade action package.
- b6990ef chore(go): upgrade go module
- fc065f4 chore(options): Add option interface
- 91a4580 chore(otel): support trace id
- 716b604 chore: Add go 1.19 and upgrade lint version to v1.49
- cee996e chore: bump require version
- 120b974 chore: upgrade checkout version to v3