Skip to content

Releases: kalaspuff/tomodachi

0.12.7

04 Jul 11:55
Compare
Choose a tag to compare
  • Fixed an issue for using ProtoBuf in development as hot-reloading didn't work as expected. [@smaaland]

0.12.6

02 Jul 21:50
Compare
Choose a tag to compare
  • Additional compatibility for Python 3.7 support, including CI testing.
  • Improved linting for type hinted functions.

0.12.5

27 Jun 13:17
Compare
Choose a tag to compare
  • 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

24 Jun 09:46
Compare
Choose a tag to compare
  • Updated aioamqp to the latest version with support for Python 3.7.
  • Updated service imports for improved Python 3.7 compatibility.

0.12.3

12 Jun 14:32
Compare
Choose a tag to compare
  • Improved type hinting support.

0.12.2

12 Jun 13:46
Compare
Choose a tag to compare
  • Added stubs for type hinting via tools like mypy.

0.12.1

07 Jun 09:09
Compare
Choose a tag to compare
  • Added complete support for aiohttp 3.3.x release and aiobotocore 0.9.x releases.

0.12.0

31 May 10:25
Compare
Choose a tag to compare
  • 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

25 May 11:24
Compare
Choose a tag to compare
  • Added additional function for message validation functionality. [@smaaland]
  • Updated documentation and examples.

0.11.2

18 May 23:45
Compare
Choose a tag to compare
  • Improved base documentation.
  • Improved and updated examples.
  • Type hinting corrections for examples.