Releases: kalaspuff/tomodachi
Releases · kalaspuff/tomodachi
0.12.7
- Fixed an issue for using ProtoBuf in development as hot-reloading didn't work as expected. [@smaaland]
0.12.6
- Additional compatibility for Python 3.7 support, including CI testing.
- Improved linting for type hinted functions.
0.12.5
- Messages via SNS+SQS or AMQP over 60000 bytes as ProtoBuf will now be sent in a gzipped base64 encoded format to allow for larger limits and lower potential SNS costs due to multiplexed messaging. [@smaaland]
0.12.4
- Updated
aioamqp
to the latest version with support for Python 3.7.
- Updated service imports for improved Python 3.7 compatibility.
0.12.3
- Improved type hinting support.
0.12.2
- Added stubs for type hinting via tools like
mypy
.
0.12.1
- Added complete support for
aiohttp
3.3.x release and aiobotocore
0.9.x releases.
0.12.0
- Improved handling of imports to allow relative imports in services and to use better error messages if the parent package is using a reserved name.
- Preparations for
aiohttp
3.3.x release which deprecates some uses for custom router.
- Preparations for upcoming Python 3.7 release.
0.11.3
- Added additional function for message validation functionality. [@smaaland]
- Updated documentation and examples.
0.11.2
- Improved base documentation.
- Improved and updated examples.
- Type hinting corrections for examples.