Releases: golang-queue/contrib
Releases · golang-queue/contrib
v1.1.0
Changelog
Features
- a29f1d0: feat: add caller information to all log messages (@appleboy)
- 16e1394: feat: enhance logging with caller information and add corresponding tests (@appleboy)
- f44c6d5: feat: implement structured logging with new
slog
package andManager
struct (@appleboy)
Enhancements
- cc1f45b: chore: refactor codebase and update linter configuration (@appleboy)
- b17aa84: chore: update dependencies to latest versions (@appleboy)
Build process updates
v1.0.0
ci: update CI/CD workflows and dependencies - Update cron syntax to use double quotes in codeql.yaml - Update CodeQL action versions from v1 to v3 in codeql.yaml - Replace setup-go action with checkout action and update versions in go.yml - Add fetch-depth configuration to checkout action in go.yml - Change setup-go action to use go.mod file for version and enable check-latest in go.yml - Update golangci-lint action version to v4 and set version to latest in go.yml - Update supported Go versions to 1.18 through 1.22 in go.yml - Update cache action version to v4 in go.yml - Update codecov action version to v4 in go.yml - Update checkout and setup-go action versions in goreleaser.yml - Change goreleaser-action version from v2 to v5 and update args in goreleaser.yml - Enable skipping the build by default in .goreleaser.yaml - Update section titles to use double quotes in .goreleaser.yaml - Change regex patterns to use double quotes in .goreleaser.yaml Signed-off-by: Bo-Yi Wu <[email protected]>