Skip to content

Releases: QuantStack/zmq-anyio

0.3.13

15 Nov 08:33

Choose a tag to compare

  • Include tests to source distribution.

0.3.12

14 Nov 16:12

Choose a tag to compare

  • Update GitHub workflows and use uv instead of hatch.

0.3.11

14 Nov 15:46

Choose a tag to compare

  • Simplify wait_readable loop and use anyio.notify_closing.

0.3.10

29 Jul 16:58

Choose a tag to compare

  • Support pyzmq v27.

0.3.9

17 Mar 10:37

Choose a tag to compare

  • Allow multiple start/stop calls.

0.3.8

13 Mar 10:21

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

Choose a tag to compare

  • Add test_close.

0.3.6

06 Mar 23:49

Choose a tag to compare

  • Try to start the socket if it has a task group.

0.3.5

06 Mar 20:27

Choose a tag to compare

  • Ignore exceptions in all tasks.

0.3.4

06 Mar 19:58

Choose a tag to compare

  • Ignore exceptions while reading socket.