- Stricter version control of required packages to not break installation on major/minor related updates. - Updates to support aiohttp 2.3.X and aiobotocore 0.5.X.
0.5.3
- Corrects issues on timeouts and server disconnects. - Specify fixed version for aiohttp to not break installation. - Code cleanup to conform with pycodestyle.
0.5.2
- Add argument option for log level as '-l' or '\--log'. (github: **djKooks**) - Better matching of imported modules on hot-reload which will cause reloading into code with syntax errors or indentation errors much harder.
0.5.1
- More improvements regarding hot-reloading of code that may have syntax errors, indentation errors or issues when the service is being initiated.
0.5.0
- Solves the issue where hot-loading into a state where the code errors due to syntax errors would crash the application, making the user need to manually restart the process.
0.4.10
- Fixes for failing tests on hot-reloading during test phase.