Tomodachi

Latest version: v0.27.0

Safety actively analyzes 629532 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 24

0.14.7

- Added helper functions to be able to get the status code of a HTTP response or on a raised exception during a HTTP request. `await tomodachi.get_http_response_status(value, request=request)` or `await tomodachi.get_http_response_status(exception, request=request)`

0.14.6

- Extended middleware functionality to also be available for event based messaging (AMQP and SNS+SQS) as `message_middleware`.

0.14.5

- Added the support of middlewares to inject additional arguments and keywords arguments or overriding existing keyword arguments of the invoked function.

0.14.4

- Service classes may now use `http_middleware` which is a list of functions to be run on all HTTP calls and may change the behaviour before or after the invoked function is called, either preventing the function from being called or modifying the response values. An example has been added to the examples directory.
- The auto-reloader on code changes will now only reload if a the files content has actually changed and not when the file was written to disk without changes.

0.14.3

- Added support for `aiohttp` 3.5.x.

0.14.2

- Solves an issue which caused SNS / SQS invoked functions to never resume the ReceiveMessage API calls on connection failure, resulting in log output saying "Session closed" and requiring the service to be restarted.
- Added support for `aiobotocore` 0.10.x.

Page 10 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.