- Type hinted examples and test cases. - Shielded function calls for AMQP and SNS+SQS transports to avoid unexpected execution stop. - Added version output to tomodachi CLI tool. - Additional test cases.
0.2.12
- Type hinted code base and minor bug fixes for internal functions.
0.2.11
- Invoker methods can now be called directly without the need to mock the invoker decorator function.
0.2.10
- Added `functools.wraps` decorator to invoked functions of service classes.
0.2.9
- Added a list of safe modules that may never be removed from the list of already loaded modules. Removing the module 'typing' from the list would cause a RecursionError exception since Python 3.6.1.
0.2.8
- Additional improvements to network connectivity issues to not get stuck in waiting state.