Skip to content

Releases: bigodines/bigopool

security patch: bump yaml.v3

11 Sep 17:59
5b99b18

Choose a tag to compare

patch release to bump the version of gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 due to CVE-2022-28948

Fix release issue

22 Apr 15:59
d5f7552

Choose a tag to compare

there was an issue while cutting the 3.3.1 release that caused go mod to fail loading the proper version of bigopool. This release should fix that.

Stability release

21 Apr 22:26
cc58abc

Choose a tag to compare

@waitstime found an edge case that seem to crash bigopool. Thanks for helping with this bugfix!

Gift wrapper

24 Mar 21:52
067271a

Choose a tag to compare

Change the way we handle errors so that it is align with Go's recommended way of wrapping errs.

For more info: https://github.com/bigodines/bigopool/pull/15/files

Thanks @brandoneprice31 for the help here.

Fast and furious

12 Dec 01:28

Choose a tag to compare

Thanks to @bctsui bigopool is now faster, simpler and not leaking goroutines anymore

This update simplifies the job queue removing the channel of channels and the need for a specialized dispatcher() function.

Minor changes include new benchmark results and running the CI against the latest stable go

I intend on having this as a pre-release for a few days while we do some tests in production and then will promote to stable. Feel free to help out and open issues if you find anything

Stability release

23 Apr 23:33
5597832

Choose a tag to compare

Stability release Pre-release
Pre-release

Fixed Race conditions without degrading performance too much.

Fix rece conditions

24 Mar 00:11
66c4a73

Choose a tag to compare

Fix rece conditions Pre-release
Pre-release

Fixes a bunch of data races that could cause bigopool to misbehave in certain situations

Add CancelableParallel

29 Jan 23:16

Choose a tag to compare

Add CancelableParallel. No breaking changes.

Unify `Errors`

20 Sep 22:52
9dac252

Choose a tag to compare

This is a breaking change since Wait() won't return []error anymore. It returns the custom Errors struct (which implement the error interface, so migration should be easy-peasy

Add parallel()

20 Sep 20:49
5795e98

Choose a tag to compare

thanks brandon.