Tomodachi

Latest version: v0.27.0

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

Scan your dependencies

Page 15 of 24

0.10.2

- Encoding issue for Protocol Buffers messages solved. (github: **smaaland**).
- Support for `aiobotocore` 0.8.X+.

0.10.1

- Fixes a bug for optional dependency `protobuf`. `message_protocol` imports would break unless the `google.protobuf` package was installed.

0.10.0

- Base example message protocol class for using Protocol Buffers over AMQP or AWS SNS+SQS. (github: **smaaland**).
- Validation of event based messages via validation function specified during decoration. (github: **smaaland**)
- Updates to work with `aiohttp` 3.1.X+.
- Improved logging functionality.
- Better type hinting and linting.

0.9.5

- More robust handling of invoking service files that aren't a part of a Python package.

0.9.4

- Fixes an issue affecting websocket connections where the receive function was invalidly called twice of which one time were without error handling.

0.9.3

- Solves an error with functions for AMQP / AWS SNS+SQS functions that are used without a message_protocol class.
- Improved disconnect and reconnect to AWS SNS+SQS via aiobotocore on hot-reload and during testing.
- Improved README with event based messaging example using AMQP.
- Added the option of running `schedule` tasks immediately on service start. For example a function decorated by `schedule(interval=20, immediately=True)` would be run immediately on service start and then every 20 seconds.

Page 15 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.