Skip to content

Releases: Graphmasters/safedown

v1.4.0

22 Aug 08:17
c7ebae8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

Open source licence and more examples

18 May 07:07
eeb7c5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Go Module

23 Mar 04:34
14c4b9e
Compare
Choose a tag to compare

This library now includes the go.mod file.

Introducing wait method

12 Jun 09:10
1235918
Compare
Choose a tag to compare

A Wait() method had been introduced that waits until all shutdown actions have been completed.

Avoid unnecessary goroutine

24 Jan 10:10
b29c76f
Compare
Choose a tag to compare

This release is a minor change where the goroutine is only started if there are signals. Furthermore, it is now guaranteed that signals are being listened to before the ShutdownActions struct is returned.

Minor potential bug fix

24 Jul 11:52
0923c29
Compare
Choose a tag to compare

In this release the functionality remains unchanged. Code was added to stop the ShutdownActions from listening for more signals which otherwise could lead to blocking behaviour.

Preventing unnecessary background go routine

01 Jul 12:20
de80cf4
Compare
Choose a tag to compare

A check was introduced to ensure that a go routine listening for signals would be immediately terminated if there were no signals to listen for.

Stable release

06 Mar 16:27
310d29e
Compare
Choose a tag to compare
Merge pull request #1 from Graphmasters/dev

Dev