- Added complete support for `aiohttp` 3.3.x release and `aiobotocore` 0.9.x releases.
0.12.0
New features
- `TomodachiContainer` - added support for exporting code coverage. - `TomodachiContainer` - added example of how to attach a remote debugger to the container.
Documentation
- `README`: documented Testcontainer debugging tips. - `README`: documented how to export test coverage from `TomodachiContainer`.
Changes
- `DockerContainer` - logs forwarded from the Testcontainers will exclude timestamps to make it easier to read the logs - log lines will be shorter. - `DockerContainer` - removed `testconatiners-` prefix from the container name to make it easier to read the logs - log lines will be shorter.
0.11.3
- Added additional function for message validation functionality. (github: **smaaland**) - Updated documentation and examples.
0.11.2
- Improved base documentation. - Improved and updated examples. - Type hinting corrections for examples.
0.11.1
- Decorators for invoker functions already decorated with for example `tomodachi.http` or `tomodachi.aws_sns_sqs` is now easier to implement using the `tomodachi.decorator` decorator. - Added improved exception logging from HTTP and schedule invokers also to the AWS SNS+SQS and AMQP endpoints. Unhandled exceptions are now logged as `logging.exception()` to the `'exception'` logger.