Skip to content

v1.6.9

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Sep 20:53
· 60 commits to main since this release
v1.6.9
61ce690

Release 1.6.9

What's New

This release contains a fix for the goroutine pooling functionality, which prevents a
race-condition where the pool can drop to 0 workers, when configured with 1 minimum worker. Unlike
when the pool is configured for 0 minimum workers, the pool does not recover from this state.

It also contains a fix for ER/T connections which may not fully close, causing circuits to build up.

Component Updates and Bug Fixes