- New
AsyncConnection
class that allows users to make asynchronous requests
viaasyncio
. - Add optional
metadata
argument tocreate_secure_channel_and_connect
. - Expose error status details in
DmEnvRpcError
exception. - Improvements and fixes related to type hints, in particular hints relating
to NumPy. - Add utility functions for packing/unpacking custom request/responses.
- Remove support for Python 3.7, now that it has reached EOL.