Skip to content

Releases: marusama/semaphore

Allow limit to equal zero

28 Mar 09:27

Choose a tag to compare

It's reasonable for the number of resources to be set to zero. (The limit could later be increased once resources are available, for example.)

Fix travis CI

10 Jun 10:03

Choose a tag to compare

v2.4.1

Remove old go versions from travis

Support go modules

10 Jun 09:52

Choose a tag to compare

v2.4.0

fix import path

Fix a possible deadlock when Acquiring/Releasing different weights

10 Jan 07:48

Choose a tag to compare

Fix race condition resulting in hung Acquire()

27 Oct 08:37

Choose a tag to compare

2.2.0

Update travis settings

2.1.1

18 Jan 12:11

Choose a tag to compare

Minor fixes

2.1.0

17 Jan 10:26

Choose a tag to compare

Optimize cycle in Acquire

2.0.0

14 Jan 15:21

Choose a tag to compare

awesome go badge

1.2.0

14 Dec 15:52

Choose a tag to compare

Fix case when released more then acquired.

1.1.1

13 Dec 09:01

Choose a tag to compare

Fix go vet warnings in tests and up coverage to 100