Skip to content

Releases: janos/singleflight

v0.4.3

03 Sep 17:26
10a8876
Compare
Choose a tag to compare
fix duplicate key deletion when forget called (#14)

v0.4.2: Check for error in TestDo_panic

25 Jun 09:08
Compare
Choose a tag to compare
Even the panic shoud prevent for reaching the error value
the error is checked for more visibility and linter warnings

v0.4.1

05 Dec 10:36
Compare
Choose a tag to compare
Protect the shared value for concurrent access

v0.4.0: Preserve context values (#6)

11 Sep 18:10
a3a78ab
Compare
Choose a tag to compare

Breaking change

  • Preserve context values between function calls.

v0.2.1

23 Aug 10:37
Compare
Choose a tag to compare
Ensure no function calls after one context is cancelled

v0.3.1

22 Aug 11:38
Compare
Choose a tag to compare
Update github workflow

v0.3.0

15 Mar 19:56
Compare
Choose a tag to compare
  • Added type parameters

v0.2.0

27 May 21:37
Compare
Choose a tag to compare
Pass a context to the calling function for cancellation

v0.1.0

02 May 21:36
Compare
Choose a tag to compare
Initial commit