Skip to content

Releases: QuantStack/zmq-anyio

0.3.0

11 Feb 09:54

Choose a tag to compare

  • Replace async methods with methods returning anyioutils.Future.

0.2.5

10 Feb 08:44

Choose a tag to compare

  • Bump anyio>=4.8.0 and anyioutils>=0.5.0.

0.2.4

05 Dec 16:27

Choose a tag to compare

  • Use wait_readable() from AnyIO v4.7.0.

0.2.3

14 Nov 16:18

Choose a tag to compare

  • Check if socket is started when calling async methods.

0.2.2

13 Nov 15:32

Choose a tag to compare

  • Allow starting a socket multiple times.

0.2.1

10 Nov 17:08

Choose a tag to compare

  • Update README.

0.2.0

10 Nov 11:53

Choose a tag to compare

  • Use root task group instead of creating new ones.
  • Rename Poller.poll to Poller.apoll.
  • Add arecv_string, arecv_pyobj, arecv_serialized, and equivalent send methods.
  • Add more tests and fixes.

0.1.3

09 Nov 20:27

Choose a tag to compare

  • Use anyio.wait_socket_readable(sock) with a ThreadSelectorEventLoop on Windows with ProactorEventLoop.

0.1.2

08 Nov 16:33

Choose a tag to compare

  • Block socket startup if no thread is available.

0.1.1

08 Nov 09:04

Choose a tag to compare

  • Add CHANGELOG.md.
  • Automatically create a GitHub release after publishing to PyPI.