- Timezone support for `schedule` invoker functions. - Added more decorator invoker functions as aliases for common scheduler use cases - `minutely`, `hourly`, `daily` and `heartbeat` (every second) - Updated example services and better test cases. - Updated aiohttp / aiobotocore / botocore dependencies.
- Corrected issue with configuration values for AWS and AWS SNS+SQS settings. - Improved testing suite and more code coverage for integration tests.
0.2.14
- New "transport" invoker for service functions: `schedule`. It works like cron type scheduling where specific functions will be run on the specified interval. For example a function can be specified to run once per day at a specific time or every second minute, or the last Tuesday of January and March at 05:30 AM. - Values for keyword arguments invoked by transport decorators were earlier always set to `None`, despite having other default values. This is now corrected.
0.2.13
- 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.