Skip to content

Releases: ory/graceful

v0.1.3

19 Jul 13:27
d5d3fe4
Compare
Choose a tag to compare
feat: add ReadHeaderTimeout default (#70)

v0.1.2

08 Feb 16:08
0e58c0d
Compare
Choose a tag to compare
fix: listen for SIGINT next to SIGTERM (#67)

v0.1.1

16 Dec 14:42
Compare
Choose a tag to compare
Graceful shutdown on SIGTERM (#4)

Kubernetes sends SIGTERM by default on container termination.

Fixes #3

v0.1.0: Rework the API, expose defaults, add example (#2)

06 May 17:01
Compare
Choose a tag to compare
* Rework the API, expose defaults, add example

* Update the README example

* Fix coverage + timeout test

v0.0.1

02 May 23:06
Compare
Choose a tag to compare
core: initial commit (#1)