Skip to content

Releases: kalaspuff/tomodachi

0.2.5

16 May 12:24
Compare
Choose a tag to compare
  • Updated issues with function caching due to keepalive when hot reloading in development. Currently disables keepalive entirely.
  • Fixed issue with updated file logging for watcher.

0.2.4

12 May 13:18
Compare
Choose a tag to compare
  • Downgraded botocore to meet requirements and to make the installed tomodachi script runnable again.

0.2.3

10 May 15:06
Compare
Choose a tag to compare
  • Watcher is now configurable to ignore specific directories dependant on the service. [@smaaland]
  • Fixed issue where using --config instead of -c would result in a raised exception. [@smaaland]

0.2.2

04 May 08:31
Compare
Choose a tag to compare
  • tomodachi.transport.http has its own Response object that works better with default content types and charsets - examples/http_service.py updated.
  • No automatic conversion will be tried if the returned response of an http method is of bytes type.

0.2.1

03 May 06:35
Compare
Choose a tag to compare
  • Improved handling of how charsets and encodings work with aiohttp.
  • Fixed an issue where Content-Type header would always be included twice for aiohttp.web.Response objects.

0.2.0

02 May 20:11
Compare
Choose a tag to compare
  • Watcher now only reacts to files with file endings .py, .json, .yml, .html or .html and ignores to look at paths __pycache__, .git, .svn, __ignored__, __temporary__ and __tmp__.
  • HTTP transport may now respond with an aiohttp.web.Response object for more complex responses.
  • HTTP transport response headers can now use the multidict library.

0.1.11

02 Apr 11:00
Compare
Choose a tag to compare
  • Working PyPI release.
  • Added unit tests.
  • Works with aiohttp 2 and aiobotocore 0.3.
  • Service classes must be decorated with @tomodachi.service.