Skip to content

Releases: gin-contrib/graceful

v1.0.2

01 May 14:50
35f9553
Compare
Choose a tag to compare

Changelog

Bug fixes

Enhancements

Build process updates

v1.0.1

24 Mar 01:36
fbf5e9a
Compare
Choose a tag to compare

Changelog

Enhancements

  • fbf5e9a chore: update various Go dependencies to latest versions
  • 22a164c chore: update various Go dependencies to latest versions

Others

  • 7428f03 ci: update GitHub Actions workflows to latest versions and configurations

v1.0.0

14 Feb 04:32
7b54169
Compare
Choose a tag to compare

Changelog

Enhancements

  • 057b9ce chore: update dependencies
  • 2551004 chore: update dependencies to latest versions
  • 269bd6e chore: update dependencies to latest versions
  • c4ce41d chore: update dependencies to latest versions
  • 4301dce chore: update version of actions/setup-go to v5 in GitHub workflows

Others

  • 3acf479 ci: enhance CI pipeline and update dependencies
  • 7b54169 ci: improve CI Linting and Test Robustness
  • 00fab28 ci: refactor workflow and test configurations
  • 39d9f74 ci: update GitHub Actions to use version 3

v0.1.0

26 Nov 03:13
c0ed103
Compare
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