Skip to content

Releases: madflojo/tasks

v1.2.1

31 Aug 14:13
fd089b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

16 Mar 12:29
e219a13
Compare
Choose a tag to compare

Note: This version requires at least Go 1.18

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Jun 14:33
7fea8c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.1.0

v1.0.4

31 May 14:24
0459763
Compare
Choose a tag to compare

Fixes a recently identified race condition that should be very rare.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

27 May 20:38
13e623f
Compare
Choose a tag to compare

Minor fix for frequent scheduling/descheduling situations.

v1.0.2

10 Feb 14:49
39498df
Compare
Choose a tag to compare

What's Changed

  • fix the warnings for go test --race by @xwjdsh in #8

New Contributors

  • @xwjdsh made their first contribution in #8

Full Changelog: v1.0.1...v1.0.2

v1.0.1

05 Feb 00:57
52baf5b
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @snassr made their first contribution in #5

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Feb 20:07
Compare
Choose a tag to compare

First major release of tasks.

v0.2.0

01 Jan 00:45
3451a04
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Updating to a more efficient use of Timers and AfterFunc rather than maintaining as many goroutines. This is a non-breaking change.

v0.1.0

25 Dec 08:44
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release of Tasks to the wild. This is a working first release however there are still outstanding tasks such as optimizing, hardening, etc.

Feedback from users is more than welcome in this release.