Skip to content

Releases: kevwan/mapreduce

v2.1.1

19 May 12:19
Compare
Choose a tag to compare

What's Changed

  • chore: tweak module name, follow go mod major version update docs by @zcong1993 in #3

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

16 Mar 02:02
Compare
Choose a tag to compare

Generics version now goes default.

v1.2.0

16 Mar 02:02
Compare
Choose a tag to compare

Non-generic version.

Release v2.0.1

06 Feb 15:04
Compare
Choose a tag to compare

Generics version.

Handled panics in mapper and reducer functions.

Panics will panic in the calling goroutines.

Release v1.1.1

11 Jan 10:59
Compare
Choose a tag to compare
  1. Add ForEach method.
  2. Avoid goroutine panic on specific condition.

Release v1.1.0

10 Jan 14:33
Compare
Choose a tag to compare

Handled panics in mapper and reducer functions.

Panics will panic in the calling goroutine.

Release v1.0.2

10 Jan 14:31
Compare
Choose a tag to compare

Handled panics in mapper and reducer functions.

Panics will panic in the calling goroutine.

Release v2.0.0

09 Jan 10:40
Compare
Choose a tag to compare

First release of generics version.

import "github.com/kevwan/mapreduce/v2

Release v1.0.1

01 Jan 12:06
Compare
Choose a tag to compare

Simplified the code.

Removed AtomicError and DoneChan for easy reading.

Release v1.0.0

31 Dec 15:39
Compare
Choose a tag to compare

The first release of the separate mapreduce repo.

Check out more examples from https://github.com/zeromicro/zero-examples/tree/main/mapreduce