Skip to content

aiozmq 0.6.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 14 Feb 18:36
· 187 commits to master since this release

The main feature of 0.6 branch is streams API: http://aiozmq.readthedocs.org/en/0.6/stream.html

Full list of changes:

  • Process asyncio specific exceptions as builtins.
  • Add repr(exception) to rpc server call logs if any
  • Add transport.get_write_buffer_limits() method
  • Add repr to transport
  • Add zmq_type to tr.get_extra_info()
  • Add zmq streams