Releases: go-pkgz/syncs
Releases · go-pkgz/syncs
Version 1.3.1
What's Changed
- Fixed indentation in readme by @vblz in #6
- bump actions/setup-go to v4 by @ilyabrin in #8
- fix: fix the deadlock when TermOnErr & Preemptive set together by @lawlielt in #9
- fix ctx cancellation in ErrSizedGroup
New Contributors
- @vblz made their first contribution in #6
- @ilyabrin made their first contribution in #8
- @lawlielt made their first contribution in #9
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
What's Changed
- Discard mode by @umputun in #4
- Switch to go v1.20
- FIX README.md by @galaxyhao in #3
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
- switch go version to 1.16
- update linters
- update ci configuration
Full Changelog: v1.1.1...v1.2.0
Version 1.1
- support context-based cancelation for
SizedGroup
- support
Preemptive
mode forSizedGroup
- remove unneeded interfaces for groups
Version 1.0
Initial release