Skip to content

Releases: k1LoW/donegroup

v1.10.2

08 Jun 04:50
21f315c
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Use context.AfterFunc instead of go func() by @k1LoW in #52

Full Changelog: v1.10.1...v1.10.2

v1.10.1

08 Jun 02:11
d09ccd3
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.10.0...v1.10.1

v1.10.0

05 Jun 12:23
6d67e4f
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v1.9.0...v1.10.0

v1.9.0

04 Jun 12:25
51daae4
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Change the behaviour of donegroup.Cancel significantly. by @k1LoW in #47

Full Changelog: v1.8.1...v1.9.0

v1.8.1

02 Jun 15:17
6c7464a
Compare
Choose a tag to compare

What's Changed

Fix bug 🐛

  • Cleanup functions should be executed immediately when the context is done. by @k1LoW in #44

Other Changes

  • doneGroup.ctxw is not used anymore, so remove it. by @k1LoW in #45

Full Changelog: v1.8.0...v1.8.1

v1.8.0

02 Jun 14:54
d9bc35e
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • If timeout is reached, it should not be waited for. by @k1LoW in #39
  • Functions registered in Cleanup no longer need to do context handling. by @k1LoW in #42

Other Changes

  • Use context.WithoutCancel instead of context.Background in the donegroup package. by @k1LoW in #41

Full Changelog: v1.7.0...v1.8.0

v1.7.0

02 Jun 11:26
3163456
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Fix bug 🐛

Other Changes

  • Use sync.WaitGroup instead of errgroup.Group by @k1LoW in #32
  • Remove unnecessary for loop by @k1LoW in #33
  • Use context.CancelCauseFunc by @k1LoW in #34
  • Fix cancel timing by @k1LoW in #36

Full Changelog: v1.6.0...v1.7.0

v1.6.0

21 May 21:16
0730cf5
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes

  • chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 in the dependencies group by @dependabot in #29
  • chore(deps): bump actions/setup-go from 4 to 5 in the dependencies group by @dependabot in #28

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

04 Apr 07:23
ac1dcd5
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Apr 06:48
9724719
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v1.4.0...v1.5.0