Skip to content

Releases: go-coldbrew/data-builder

v0.0.11

08 May 05:41
8725113
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

26 Apr 15:21
12522b9
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #10
  • updating documentation by @ankurs in #15
  • Bump golang.org/x/crypto from 0.0.0-20210915214749-c084706c2272 to 0.1.0 by @dependabot in #12

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

02 Feb 09:44
e712631
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

01 Feb 06:19
2a177b7
Compare
Choose a tag to compare

What's Changed

  • Ensure we update the result for all builders that do not have errors by @ankurs in #7

Full Changelog: v0.0.7...v0.0.8

v0.0.7

08 Nov 13:46
d6cffed
Compare
Choose a tag to compare

What's Changed

  • Adding tracing to Run functions by @ankurs in #6

Full Changelog: v0.0.6...v0.0.7

v0.0.6

08 Nov 08:39
3f2101e
Compare
Choose a tag to compare

What's Changed

  • adding tracing for cb functions by @ankurs in #5

Full Changelog: v0.0.5...v0.0.6

V0.0.5

18 Jul 05:12
bd53a77
Compare
Choose a tag to compare
Adding support for parallel execution of builders (#4)

* Adding support for parallel execution of builders

Date:      Sat Jul 16 09:24:04 2022 +0800

* revert context changes

* ensure  wg.Add is called before work starts

* updating go workflow

* addressing PR comments

* adding MaxPlanParallelism function

v0.0.4

01 Mar 08:23
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
updating doc and examples

v0.0.3

10 Feb 04:56
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

06 Feb 08:28
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

plan.Run is now side effect free