Skip to content

stompman-2.0.0

Compare
Choose a tag to compare
@vrslev vrslev released this 24 Mar 16:11
· 5 commits to main since this release
74d413f

What's Changed

  • Remove Client(..., on_heartbeat=...), add Client.is_alive(), improve FastStream health check by @vrslev in #109
    • Add reconnection when server doesn't send heart-beats
    • Add Client.is_alive() to check if server responds
    • Remove on_heartbeat callback: it is not needed anymore
    • Use Client.is_alive() in FastStream integration (StompBroker.ping())

Full Changelog: faststream-stomp-0.4.2...stompman-2.0.0