Skip to content

Releases: gin-contrib/graceful

v0.1.0

26 Nov 03:13
c0ed103

Choose a tag to compare

Changelog

Features

  • 9c0c090 feat: initial proposal for a Gin wrapper that provide graceful shutdown. (#2)
  • 2119bdc feat: refactor and improve HTTP server handling (#9)

Enhancements

  • e56ed94 chore(deps): bump actions/checkout from 3 to 4 (#5)
  • d2710b3 chore(deps): update dependencies to latest versions
  • 3b053b6 chore(go): switch to support older go 1.18 (#8)
  • b3c2106 chore: remove gitter chat badge and update options in codebase
  • c0ed103 chore: update dependencies for notify example

Others

  • b5cdc91 Initial commit
  • 4a6271f build: add GitHub actions for automated releases
  • bb305e6 ci: update go.yml workflow file and setup-go version