0.20.3
- Corrects an issue with having multiple invoker decorators to the same service function / task.
- Fixed the
http.client_max_size
option, which invalidly always defaulted to(1024 ** 2) * 100
(100MB
), even though specified to another value. - Fixes backward compatibility with
aiohttp
3.5.x.