Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: appleboy/graceful

v1.2.1

21 Jun 08:08
2eb233c

Choose a tag to compare

Changelog

Enhancements

  • c59bd00: chore: update Go version and streamline logger implementation (@appleboy)
  • 2eb233c: chore: bump Go version and specify toolchain in example modules (@appleboy)

Refactor

  • 2b08bc8: refactor: refactor server initialization and logging configuration (@appleboy)

Build process updates

  • c7fbca7: ci: update and refactor golangci-lint setup and configuration (@appleboy)

Others

v1.2.0

21 Jun 07:08
3bdb7ef

Choose a tag to compare

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

Refactor

  • 7bf2a1d: refactor: improve concurrent operations and testing for goroutines (@appleboy)
  • 5637dfb: refactor: simplify Logger interface and refactor logging usage (@appleboy)

Build process updates

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

13 Mar 14:57
72fefe5

Choose a tag to compare

Changelog

Others

  • 72fefe5 refactor: refactor signal handling and update build tags

v1.1.0

13 Mar 14:48
e167c34

Choose a tag to compare

Changelog

Others

  • e167c34 refactor(signal): refactor signal handling across platforms (#17)

v1.0.0

09 Mar 01:57
e32a590

Choose a tag to compare

Changelog

Enhancements

  • ce3881a chore: update Go version and improve CI consistency
  • 54f0097 chore: update version of actions/setup-go in GitHub workflows

Others

  • e32a590 ci: refactor GitHub Actions workflows
  • 3375e74 refactor: change output stream of infoLogger to os.Stdout

v0.1.0

26 Nov 03:26
4152c80

Choose a tag to compare

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

  • 2387238 Create dependabot.yml
  • 778849a chore(CI/CD): update package
  • ac2b7b6 refactor(option): update new options
  • fd3b52a refactor: call new variable with new func
  • f297f51 test(signal): support SIGTERM or SIGINT (#2)

v0.0.4: chore(context): get shutdown context

09 Jan 06:00

Choose a tag to compare

v0.0.3: fix: set another variable.

09 Jan 02:11

Choose a tag to compare

v0.0.2: chore(manager): update runAtShutdown

03 Jan 14:52

Choose a tag to compare

v0.0.1: docs: add codecov badge

02 Jan 10:41

Choose a tag to compare