Tomodachi-testcontainers

Latest version: v1.2.1

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

Scan your dependencies

Page 1 of 4

1.2.1

Maintenance

- ([306](https://github.com/filipsnastins/tomodachi-testcontainers/pull/306))
Bump `[testcontainers-python](https://github.com/testcontainers/testcontainers-python)` to `4.4.1`.

1.2.0

New features

- ([305](https://github.com/filipsnastins/tomodachi-testcontainers/pull/305))
Adds `<CONTAINER-NAME>_TESTCONTAINER_DISABLE_LOGGING` environment variable
to selectively disable logging capture and forwarding for specific containers.
The use case is that some containers, like Moto, output logs that are not immediately useful for debugging.
Example usage: `MOTO_TESTCONTAINER_DISABLE_LOGGING=1`.

1.1.3

Maintenance

- Bump pytest-asyncio to [0.21.2](https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.21.2) to resolve the compatibility issue with pytest 8.2.0.

1.1.2

Maintenance

- ([242](https://github.com/filipsnastins/tomodachi-testcontainers/pull/242))
Drop Python 3.8 support.
- ([242](https://github.com/filipsnastins/tomodachi-testcontainers/pull/242))
Update [testcontainers-python](https://github.com/testcontainers/testcontainers-python) to `4.0.0`.

1.1.1

New features

- ([234](https://github.com/filipsnastins/tomodachi-testcontainers/pull/234))
`clients.SNSSQSTestClient`: supports SQS messaging introduced in tomodachi [0.27](https://github.com/kalaspuff/tomodachi/releases/tag/0.27.0).

1.1.0

New features

- ([180](https://github.com/filipsnastins/tomodachi-testcontainers/pull/180))
`clients.SNSSQSTestClient`: `SNSSQSTestClient.receive` now returns message attributes.
The returned message is now wrapped in a `SQSMessage` dataclass, containing the `payload` and `message_attributes` fields.
It's a small breaking change for clients that use the `receive` method, because the message's payload is now wrapped in the `payload` attribute.

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.