Skip to content

Releases: hubo1016/aiogrpc

v1.8

24 Aug 12:53

Choose a tag to compare

v1.7

12 Dec 16:12
c890c30

Choose a tag to compare

Python 3.8 compatibility

v1.6

05 Mar 05:39

Choose a tag to compare

Add async context manager support for channel object

v1.5

16 May 11:29

Choose a tag to compare

fix an issue that a future may not be correctly cancelled

v1.4

16 May 11:05
4d6064c

Choose a tag to compare

  • This releases fix issues about the new release of grpcio 1.12.0
  • Finally, a close() method is added (after it is added to the wrapped grpcio Channel)

v1.3

12 Sep 11:01

Choose a tag to compare

Use callback to cancel the input instead of next()

v1.2

12 Sep 10:26

Choose a tag to compare

This release makes sure grpc cleanup thread do not block exiting

v1.1

04 Sep 08:03

Choose a tag to compare

Fix an asyncio warning on edge conditions

v1.0

04 Sep 06:57

Choose a tag to compare

This should be a very stable release since it is only a wrapper. Currently there are no new features to add, and the only bug fix since the 0.1 version is:

  • Do not raise CancelledError when a stream method is cancelled.