Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsnastins committed May 14, 2024
1 parent 7cca889 commit 808087f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.2.0 (2024-05-14)

### 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 (2024-05-06)

### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tomodachi-testcontainers"
version = "1.1.3"
version = "1.2.0"
description = "Collection of Testcontainers, pytest fixtures and test clients for end-to-end/integration testing for Python Tomodachi framework. A great starting point to learn more about Testcontainers and necessity of integration testing."
authors = ["Filips Nastins <nastinsfilips@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 808087f

Please sign in to comment.