Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Releases: TV4/graceful

v0.3.3

09 Mar 12:51
Compare
Choose a tag to compare

Do not assign global logger variable in getLogger (38c3c49)

v0.3.2

11 Jan 11:23
Compare
Choose a tag to compare

Update copyright year (8c328f8)
Call net.SplitHostPort with hs.Addr directly (8628369)
Fix logging of listen address (bd548f7)

v0.3.1

06 Dec 07:14
38e2b73
Compare
Choose a tag to compare

Set the logger globally in LogListenAndServe func (6cdd812)
Remove use of select with a single case (a20f8cb)
Use time.Until instead of t.Sub(time.Now()) (e09a051)
Build against 1.9.2 and 1.8.5 (ebdc053)

v0.3.0

16 Oct 09:24
Compare
Choose a tag to compare

Add TLSServer interface and ListenAndServeTLS func (1e16ac3)

v0.2.2

19 Sep 09:07
Compare
Choose a tag to compare

LogListenAndServe now take Server not *http.Server (e5b104e)

v0.2.1

05 Sep 23:44
Compare
Choose a tag to compare

Minor (internal) changes:

  • Extract signals channel, and improve test coverage (cdd12b5)
  • Early return on errors in shutdown (72152bc)
  • Fix broken test (81efacd)

v0.2.0

05 Sep 22:25
Compare
Choose a tag to compare

Support for Handler shutdown (843e377)