Bug Fixes
- Fixes incompatibility of wrapped aioredis pipelines in
async with
statements. - Escape non-Unicode bytes when decoding aioredis args. This fixes a
UnicodeDecodeError
that can be thrown from the aioredis integration when interacting with binary-encoded data, as is done in channels-redis. - grpc: ensure grpc.intercept_channel is unpatched properly