Skip to content

Releases: list-family/ansq

v0.3.0

27 Jul 18:04
Compare
Choose a tag to compare

What's Changed

  • Fix bug with unexpected consumer freeze during reconnect by @heckad #97
  • Drop support for EOL Python 3.7 by @atugushev #105

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

31 May 21:00
Compare
Choose a tag to compare

What's Changed

  • Do the enum variants lookup through the type, not the instance by @magniff in #93

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

31 May 20:57
Compare
Choose a tag to compare

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

v0.1.0

31 May 08:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.18...v0.1.0

v0.0.18

15 Oct 07:43
9649e8f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.17...v0.0.18

v0.0.17

18 Sep 07:24
cb4c722
Compare
Choose a tag to compare

Changelog

  • Black codestyle
  • Type hints, MyPy
  • Lots of useful pre-commit hooks
  • Bugfix: message timeout
  • Bugfix: a command would hang due to closed connection

v0.0.16

19 Aug 05:17
Compare
Choose a tag to compare

Changelog

  • Improve logging

v0.0.14

23 Jul 15:13
Compare
Choose a tag to compare

Changelog

  • Increase chunk size for IO stream reader

v0.0.13

15 Jul 21:15
Compare
Choose a tag to compare

Changelog

  • Bugfix in JSONEncoder

v0.0.12

08 Jul 05:18
Compare
Choose a tag to compare

Changelog

  • Added JSON-serialization for Enum and datetime types
  • Added tests for NSQDHTTPWriter