Releases: community-of-python/stompman
Releases · community-of-python/stompman
0.7.0
What's Changed
- Avoid sending cleanup frames if ConnectionLostError was raised, also avoid raising it in ack/nack by @vrslev in #30
Full Changelog: 0.6.8...0.7.0
0.6.8
What's Changed
- Suppress ConnectionLostError in shutdown to avoid dirty tracebacks that sometime include ExceptionGroups by @vrslev in #29
Full Changelog: 0.6.7...0.6.8
0.6.7
What's Changed
- Reraise
ConnectionLostError
on uvloop caused RuntimeError
when writing heartbeat by @vrslev in #28
Full Changelog: 0.6.6...0.6.7
0.6.2
What's Changed
- Fix example in
ConnectionParameters.from_pydantic_multihost_hosts()
docstring by @vrslev in #18
- Improve connection loss handling by @vrslev in #19
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- Add example with
MessageEvent.with_auto_ack()
by @vrslev in #14
- Handle
socket.gaierror
in Connection.connect()
by @vrslev in #15
- Make message header required in
ErrorFrame
by @vrslev in #16
- Fix
Client.listen()
example by @vrslev in #17
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- Rename
Client.listen_to_events()
to Client.listen()
by @vrslev in #10
- Add
MessageEvent.with_auto_ack()
by @vrslev in #11
- Handle connection error when reading frames by @vrslev in #12
- Add docstrings for ErrorEvent fields by @vrslev in #13
Full Changelog: 0.5.0...0.6.0