tag:github.com,2008:https://github.com/gammazero/workerpool/releasesRelease notes from workerpool2022-08-12T18:49:30Ztag:github.com,2008:Repository/59030162/v1.1.32022-08-12T18:51:27Zv1.1.3<h2>What's Changed</h2>
<ul>
<li>Fix tests not working with goleak</li>
<li>Use sync.WaitGroup to ensure that all workers exit before Stop exits</li>
<li>perf: unify startWorker and worker to spawn less goroutines</li>
<li>make it work with deque0.2 and go 1.18</li>
<li>Task queue does not need to be buffered by</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Wondertan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Wondertan">@Wondertan</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1227986360" data-permission-text="Title is private" data-url="https://github.com/gammazero/workerpool/issues/59" data-hovercard-type="pull_request" data-hovercard-url="/gammazero/workerpool/pull/59/hovercard" href="https://github.com/gammazero/workerpool/pull/59">#59</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yulin-li/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/yulin-li">@yulin-li</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1264273680" data-permission-text="Title is private" data-url="https://github.com/gammazero/workerpool/issues/64" data-hovercard-type="pull_request" data-hovercard-url="/gammazero/workerpool/pull/64/hovercard" href="https://github.com/gammazero/workerpool/pull/64">#64</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/gammazero/workerpool/compare/v1.1.2...v1.1.3"><tt>v1.1.2...v1.1.3</tt></a></p>gammazerotag:github.com,2008:Repository/59030162/v1.1.22021-05-08T23:56:33Zv1.1.2No content.gammazerotag:github.com,2008:Repository/59030162/v1.1.12020-10-13T01:29:30Zv1.1.1<p>Fixed broken unit test</p>gammazerotag:github.com,2008:Repository/59030162/v1.1.02020-10-12T18:57:50Zv1.1.0<p>Adds ability to pause task execution while still allowing new tasks to be queued.</p>gammazerotag:github.com,2008:Repository/59030162/v1.0.02020-07-20T16:39:44Zv1.0.0<p>Initial production release</p>gammazero