Skip to content

v0.10.0

Choose a tag to compare

@frederikaalund frederikaalund released this 13 Jul 11:03

Added

  • Add new parameter socket_options to Client.__init__. Contributed by @xydan83 in #71

  • Add new parameter message_retry_set to Client.__init__. Contributed by @xydan83 in #69

  • Export ProtocolVersion from the main module. Contributed by André (@tropxy) in #65 (1/2)

  • Add documentation about publishers, client arguments, etc. Contributed by André (@tropxy) in #65 (2/2)

Fixed

  • Fix race condition that caused InvalidStateError in force_disconnect(). Contributed by @functionpointer in #67