Skip to content

Releases: randlabs/rundown-protection

Release v1.2.0

21 Jun 12:25
ad5a6ac
Compare
Choose a tag to compare
  • Now you can call Wait multiple times without panic'ing.

Release v1.1.1

08 Jan 20:53
6f57452
Compare
Choose a tag to compare
  • Updated dependencies

Release v1.1.0

20 Nov 23:57
d2b94bb
Compare
Choose a tag to compare

Now, the rundown protection object can be used as a context.Context.

When Wait is called, the context will be fulfilled and Err() will return context.Canceled.

Release v1.0.5

26 Apr 21:20
b1a4375
Compare
Choose a tag to compare
  • Added a note related to a panic that can appear pointing to this library but the issue is outside.

Release v1.0.4

20 Apr 22:08
95c0828
Compare
Choose a tag to compare
  • Added an important clarification note.

Release v1.0.3

11 Apr 12:15
95c0828
Compare
Choose a tag to compare
  • Code beautify.
  • Moved test from examples directory to a _test.go file.

Added static initializer and converted done channel to buffered

24 Dec 14:50
Compare
Choose a tag to compare
v1.0.2

Added static object initializer and converted done channel as buffered

Fix on final wait when no one is using the resource

19 Dec 23:04
Compare
Choose a tag to compare
v1.0.1

Fix on final wait when no one is using the resource

v1.0.0

17 Nov 19:34
Compare
Choose a tag to compare
Initial implementation