Skip to content

ExaBGP 'Alpine' release

Choose a tag to compare

@thomas-mangin thomas-mangin released this 05 Mar 14:02
· 2613 commits to main since this release
5.0.4
607093b

Version 5.0.4:

  • Fix: Flaky test on slow CI runners (Alpine Linux) (#1359)
    Race condition in test_connection_lifecycle where client-side TCP
    handshake completes before server thread calls accept(). Added
    retry loop instead of bare assertion.
  • Fix: Release script no longer generates debian/changelog