Skip to content

Bugfix release

Compare
Choose a tag to compare
@ods ods released this 02 Sep 10:27
· 135 commits to master since this release

Bugfixes:

  • Fix CancelledError handling in sender (issue #710)
  • Fix exception for weakref use after object deletion (issue #755)
  • Fix consumer's start() method hanging after being idle for more than
    max_poll_interval_ms (issue #764)

Improved Documentation:

  • Add SASL_PLAINTEXT and SASL_SSL to valid values of security protocol
    attribute (pr #768 by @pawelrubin)