- Change logger placement to `__init__.py`. - Divide loggers to client and server.
0.1.5
- Bump dependencies. - Optimize code.
0.1.4
- Bump websockets' version. - A little bit of code improvement.
0.1.1
- Fixed an extra error on request failure. - `request_all` to speed up the operation a bit. - Moved all the URL system of pyproject to `tool.poetry.urls`.
0.1.0
- **Fixed memory leaks**. - Renamed some errors to corrupt the built-in error `TimeoutError`. - Type aliases such as `Id` and `Route` in `types_` were removed and no aliases were added because they were mixed up.
0.1.0b3
- (**Breaking Change**) `AbcClient.request_all` stopped using asyncio's `gather`. Also, the return type has changed and the argument `key` is now `key_`.