v0.31.4
github-actions
released this
18 Dec 16:30
·
632 commits
to release-next
since this release
Release 0.31.4
What's New
- Bug fix for a data flow stall which is especially likely to happen on circuits with single router paths
Thanks
- @marvkis - for providing high quality debug data which made tracking down a couple of flow control stall issues much easier
Component Updates and Bug Fixes
-
github.com/openziti/metrics: v1.2.40 -> v1.2.41
-
github.com/openziti/sdk-golang: v0.21.2 -> v0.22.0
- Issue #468 - SDK does an unnecessary number of session refreshes
-
github.com/openziti/storage: v0.2.26 -> v0.2.27
-
github.com/openziti/ziti: v0.31.3 -> v0.31.4
- Issue #1645 - Once routers share a link id, we can't use the link id to decide which duplicate link to discard
- Issue #1642 - Revert posture check optimization
- Issue #1586 - If ack is received before payload is processed by link send buffer, a stall can result