Releases: kevwan/mapreduce
Releases · kevwan/mapreduce
v2.1.1
What's Changed
- chore: tweak module name, follow go mod major version update docs by @zcong1993 in #3
New Contributors
- @zcong1993 made their first contribution in #3
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v1.2.0
Release v2.0.1
Generics version.
Handled panics in mapper and reducer functions.
Panics will panic in the calling goroutines.
Release v1.1.1
- Add
ForEach
method. - Avoid goroutine panic on specific condition.
Release v1.1.0
Handled panics in mapper and reducer functions.
Panics will panic in the calling goroutine.
Release v1.0.2
Handled panics in mapper and reducer functions.
Panics will panic in the calling goroutine.
Release v2.0.0
First release of generics version.
import "github.com/kevwan/mapreduce/v2
Release v1.0.1
Simplified the code.
Removed AtomicError and DoneChan for easy reading.
Release v1.0.0
The first release of the separate mapreduce
repo.
Check out more examples from https://github.com/zeromicro/zero-examples/tree/main/mapreduce