Skip to content

Releases: community-of-python/stompman

0.7.0

21 Jun 09:04
4a701eb
Compare
Choose a tag to compare

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

20 Jun 07:16
4120df9
Compare
Choose a tag to compare

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

19 Jun 12:29
42839fc
Compare
Choose a tag to compare

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.6

17 Jun 16:38
7c58157
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.5...0.6.6

0.6.5

17 Jun 16:04
db05208
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.4...0.6.5

0.6.4

15 Jun 07:51
65735e1
Compare
Choose a tag to compare

What's Changed

  • Test with uvloop by @vrslev in #22
  • Fix parsing stream chunks that do not contain frames by @vrslev in #23

Full Changelog: 0.6.3...0.6.4

0.6.3

14 Jun 22:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.6.3

0.6.2

14 Jun 07:40
69f727e
Compare
Choose a tag to compare

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

13 Jun 09:09
c66d403
Compare
Choose a tag to compare

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 inErrorFrame by @vrslev in #16
  • Fix Client.listen() example by @vrslev in #17

Full Changelog: 0.6.0...0.6.1

0.6.0

13 Jun 07:10
3038588
Compare
Choose a tag to compare

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