- Fixed an issue for using ProtoBuf in development as hot-reloading didn't work as expected. (github: **smaaland**)
0.12.6
- Additional compatibility for Python 3.7 support including CI testing for Python 3.7. - 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. (github: **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`.