Skip to content

Releases: vrslev/stompman

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

0.5.0

11 Jun 20:03
3883c88
Compare
Choose a tag to compare

What's Changed

  • Remove MessageEvent.await_with_auto_ack() by @vrslev in #9

Full Changelog: 0.4.0...0.5.0

0.4.0

11 Jun 18:12
d286b77
Compare
Choose a tag to compare

What's Changed

  • Add MessageEvent.await_with_auto_ack() by @vrslev in #8

Full Changelog: 0.3.1...0.4.0

0.3.1

11 Jun 15:58
d1c3a36
Compare
Choose a tag to compare

What's Changed

  • Add ConnectionParameters.from_pydantic_multihost_hosts() by @vrslev in #7

Full Changelog: 0.3.0...0.3.1

0.3.0

11 Jun 15:21
cb03acb
Compare
Choose a tag to compare

What's Changed

  • Sharpen public interface by @vrslev in #6
    • Remove ConnectError
    • Rename ReadTimeoutError to ConnectionLostError
    • Remove AnyFrame
    • Rename ServerFrame to AnyServerFrame
    • Rename ClientFrame to AnyClientFrame

Full Changelog: 0.2.1...0.3.0

0.2.1

09 Jun 18:07
2852786
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

09 Jun 15:45
37868ba
Compare
Choose a tag to compare

What's Changed

  • Move to STOMP 1.2 & improve parsing by @vrslev in #3

Full Changelog: 0.1.1...0.2.0

First release 🎉

08 Jun 21:00
e610165
Compare
Choose a tag to compare

What's Changed

  • Fix heartbeat & add integration test by @vrslev in #1
  • Add publish workflow by @vrslev in #2

Full Changelog: https://github.com/vrslev/stompman/commits/0.1.1