Releases: appleboy/graceful
Releases · appleboy/graceful
v1.2.1
v1.2.0
Changelog
Features
- 47a3840: feat: add Gin web server example with graceful shutdown support (@appleboy)
- 53dbb6e: feat: emphasize active language in README selection links (@appleboy)
- 3bdb7ef: feat: integrate flexible slog-based logging with dependency injection (@appleboy)
Enhancements
- 902a983: chore: refine changelog generation process (@appleboy)
- 3d5f65d: chore: refactor project configuration and CI setup (@appleboy)
- 902829d: chore: remove unnecessary linters from configuration file (@appleboy)
- 7780d7f: chore: upgrade Go and dependencies for improved stability (@appleboy)
- 48bd7bc: chore: upgrade Go version to 1.20 and clean up dependencies (@appleboy)
- 5186209: chore: raise Go version support across workflows and dependencies (@appleboy)
- df2bc22: chore(deps): bump codecov/codecov-action from 4 to 5 (#21) (@dependabot[bot])
Refactor
- 7bf2a1d: refactor: improve concurrent operations and testing for goroutines (@appleboy)
- 5637dfb: refactor: simplify Logger interface and refactor logging usage (@appleboy)
Build process updates
- 9b35d5b: ci: optimize CI workflow and code quality checks (@appleboy)
- 41a8a00: ci: refactor Go workflow and dependencies (@appleboy)
- 6d4e841: ci: upgrade goreleaser action to version 6 (@appleboy)
- de383e8: ci: update Go versions in workflow configuration (@appleboy)
Documentation updates
- 566b344: docs: improve overall codebase synchronization and API usage (@appleboy)
- 321b66c: docs: refactor and document critical functions for stability (@appleboy)
- db7ed59: docs: revise and expand documentation for clarity and usability (@appleboy)
- ac61edf: docs: add multilingual support to README with Chinese translations (@appleboy)
v1.1.1
v1.1.0
v1.0.0
v0.1.0
Changelog
Features
- 1d4872e feat(CI): workflow in cache
- 6b77f3c feat: add new methods to routineGroup struct and test case
Bug fixes
- a69d224 fix: increase waiting time
Enhancements
- 6e3e8d3 chore(CI): add codeql
- 810f3a1 chore(CI): lint setup go version to ^1
- 28c5a1f chore(CI): remove macos
- 171516b chore(deps): bump actions/cache from 2 to 3 (#5)
- 3ebcfff chore(deps): bump golangci/golangci-lint-action from 2 to 3 (#8)
- 527b7ca chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#9)
- 4392dd2 chore(go): bump lint tool and add go1.18
- 9cd41b3 chore(golangci): upgrade to v1.44.2
- 3dec338 chore(lint): upgrade to v1.44.2
- b813fb4 chore: Add go releaser
- 5c152fa chore: add SIGTSTP
- 4152c80 chore: refactor changelog generation and sorting
- a9de4f3 chore: update GitHub Actions configuration
Others
v0.0.4: chore(context): get shutdown context
Signed-off-by: Bo-Yi Wu <[email protected]>
v0.0.3: fix: set another variable.
Signed-off-by: Bo-Yi Wu <[email protected]>
v0.0.2: chore(manager): update runAtShutdown
Signed-off-by: Bo-Yi Wu <[email protected]>
v0.0.1: docs: add codecov badge
Signed-off-by: Bo-Yi Wu <[email protected]>