Skip to content

Releases: pedrokiefer/aiostomp

v1.7.3

25 Nov 14:35
Compare
Choose a tag to compare
  • Migrate to github actions
  • Add tests and support for python 3.7, 3.8, 3.9, 3.10 and 3.11
  • Add pyproject.toml

Full Changelog: 1.6.2...v1.7.3

Release 1.6.2

09 Jul 17:22
Compare
Choose a tag to compare
  • Apply python-black for code formatting

Release 1.6.1

09 Jul 17:12
Compare
Choose a tag to compare
  • Add type hints
  • Use lazy log formatting

Release 1.6.0

02 Apr 14:13
Compare
Choose a tag to compare

Adds ack / nack public interface.

Release 1.5.0

05 Mar 19:50
Compare
Choose a tag to compare

Packet parser was rewritten based on ActiveMQ stack.

Release 1.4.2

11 Feb 16:21
Compare
Choose a tag to compare

Some bug fixes and cleanups:

  • Fix a bug when splitting a partial data frame
  • Call error handler when disconnection happens and an error handler is registered
  • Don't use mutable default arguments

Release 1.4.1

04 Jan 14:25
Compare
Choose a tag to compare

Fix a bug when parsing heartbeats on partial messages.

Release 1.4.0

08 Sep 01:58
Compare
Choose a tag to compare

Some minor changes:

  • Improve frame parsing to support Null octets (EOF) in the body
  • Add loop variable provided to AioStomp class also to protocol and heartbeat classes

Release 1.3.0

29 May 13:10
Compare
Choose a tag to compare

Make receive truly async using tasks.
Support binary data.
Improve protocol compliance.

Many thanks to @krishna-kashyap for his contributions.

1.1.1 Release

26 Mar 12:23
Compare
Choose a tag to compare

Supports login and passcode headers.