Skip to content

v0.2.0

Compare
Choose a tag to compare
@atugushev atugushev released this 31 May 20:57

What's Changed

  • Add client_id/hostname/useragent to identify command by @atugushev in #91
  • Add ConnectionOptions.on_heartbeat(conn) callback by @atugushev in #90
  • Include py.typed in package by @atugushev in #85
  • Close lookupd connection before reader by @atugushev in #83
  • Log repr of incoming message only in debug mode by @atugushev in #80
  • Fix misleading error on lookupd query by @atugushev in #79
  • Log errors from commands which don't return success response by @atugushev in #71
  • Fix error on passing deprecated kwargs to open_connection() by @atugushev in #69
  • Check properly response from identify command by @atugushev in #68
  • Drop support for EOL Python 3.6 by @atugushev in #37
  • Raise different exception on processing timed out message by @GinTR1k and @atugushev in #28

Full Changelog: v0.1.0...v0.2.0