Releases: list-family/ansq
Releases · list-family/ansq
v0.3.0
v0.2.1
v0.2.0
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
What's Changed
- Run test nsqd in a subprocess by @atugushev in #38
- Test ansq against py39 by @atugushev in #41
- Add Python 3.10 support by @atugushev in #42
- Declare Python version requirement by @atugushev in #43
- Fix auto-reconnect by @atugushev in #40
- Implement reader and writer by @atugushev in #44
- Update pre commit hooks by @lig in #46
- Don't import ansq in setup.py by @atugushev in #47
- Add lookupd support to reader by @atugushev in #49
- Refactor connection options and features into
attrs
classes by @lig in #45 - Revisit README by @atugushev in #50
- Add default tcp addresses to reader and writer by @atugushev in #51
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #52
- Convert setup.py to setup.cfg by @atugushev in #53
- Uncheck AUTH feature in README by @atugushev in #54
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #55
- Disable scheduled tests by @atugushev in #57
New Contributors
- @lig made their first contribution in #46
- @pre-commit-ci made their first contribution in #52
Full Changelog: v0.0.18...v0.1.0
v0.0.18
What's Changed
- Bump aiohttp from 3.6.2 to 3.7.4 by @dependabot in #30
- Catch
writer.wait_closed()
exception to avoid command hanging. #33 by @Ivashkaization in #34 - Truncate response data in debug log by @atugushev in #35
New Contributors
- @dependabot made their first contribution in #30
- @Ivashkaization made their first contribution in #34
Full Changelog: v0.0.17...v0.0.18