Skip to content

Releases: QuantStack/zmq-anyio

0.3.10

29 Jul 16:58
Compare
Choose a tag to compare
  • Support pyzmq v27.

0.3.9

17 Mar 10:37
Compare
Choose a tag to compare
  • Allow multiple start/stop calls.

0.3.8

13 Mar 10:21
Compare
Choose a tag to compare
  • Make sure that self._start and self.stop calls are contained within TaskGroup async context manager (PR by @graingert).

0.3.7

12 Mar 09:19
Compare
Choose a tag to compare
  • Add test_close.

0.3.6

06 Mar 23:49
Compare
Choose a tag to compare
  • Try to start the socket if it has a task group.

0.3.5

06 Mar 20:27
Compare
Choose a tag to compare
  • Ignore exceptions in all tasks.

0.3.4

06 Mar 19:58
Compare
Choose a tag to compare
  • Ignore exceptions while reading socket.

0.3.3

06 Mar 19:27
Compare
Choose a tag to compare
  • Don't await tasks that are already done.

0.3.2

06 Mar 13:15
Compare
Choose a tag to compare
  • Fix teardown.

0.3.1

13 Feb 14:55
Compare
Choose a tag to compare
  • Try to make starup/teardown more robust.