0.57.1
Bug Fixes
- Fixes incompatibility of wrapped aioredis pipelines in
async withstatements. - Escape non-Unicode bytes when decoding aioredis args. This fixes a
UnicodeDecodeErrorthat 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