Skip to content

Commit e9cc412

Browse files
chore: release v0.20.0 (#694)
## 🤖 New release * `testcontainers`: 0.19.0 -> 0.20.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.20.0] - 2024-07-07 ### Details #### Bug Fixes - [❗] Drop `Clone` impl for `ContainerRequest` ([#680](#680)) - Exclude image pulling time from startup timeout ([#687](#687)) - Waiting for mutiple messages from the same log frame ([#688](#688)) - Pass correct log-source for `stderr` wait strategy ([#692](#692)) #### Features - Introduce log consumers ([#681](#681)) - Introduce `LoggingConsumer` based on `log` crate ([#682](#682)) - [❗] Enhance `LogWaitStrategy` to wait for message appearance multiple times ([#683](#683)) - [❗] Introduce `ExitWaitStrategy` ([#684](#684)) #### Miscellaneous Tasks - Get rid of outdated variables naming ([#679](#679)) - Relax log level for log producer error ([#685](#685)) - Re-configure blocking runtime ([#690](#690)) #### Performance - Avoid spawning log producer without consumers ([#689](#689)) #### Refactor - Internal log processing structures ([#678](#678)) #### Styling - Apply clippy suggestion ([#693](#693)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a556126 commit e9cc412

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.20.0] - 2024-07-07
6+
### Details
7+
#### Bug Fixes
8+
- [] Drop `Clone` impl for `ContainerRequest` ([#680](https://github.com/testcontainers/testcontainers-rs/pull/680))
9+
- Exclude image pulling time from startup timeout ([#687](https://github.com/testcontainers/testcontainers-rs/pull/687))
10+
- Waiting for mutiple messages from the same log frame ([#688](https://github.com/testcontainers/testcontainers-rs/pull/688))
11+
- Pass correct log-source for `stderr` wait strategy ([#692](https://github.com/testcontainers/testcontainers-rs/pull/692))
12+
13+
#### Features
14+
- Introduce log consumers ([#681](https://github.com/testcontainers/testcontainers-rs/pull/681))
15+
- Introduce `LoggingConsumer` based on `log` crate ([#682](https://github.com/testcontainers/testcontainers-rs/pull/682))
16+
- [] Enhance `LogWaitStrategy` to wait for message appearance multiple times ([#683](https://github.com/testcontainers/testcontainers-rs/pull/683))
17+
- [] Introduce `ExitWaitStrategy` ([#684](https://github.com/testcontainers/testcontainers-rs/pull/684))
18+
19+
#### Miscellaneous Tasks
20+
- Get rid of outdated variables naming ([#679](https://github.com/testcontainers/testcontainers-rs/pull/679))
21+
- Relax log level for log producer error ([#685](https://github.com/testcontainers/testcontainers-rs/pull/685))
22+
- Re-configure blocking runtime ([#690](https://github.com/testcontainers/testcontainers-rs/pull/690))
23+
24+
#### Performance
25+
- Avoid spawning log producer without consumers ([#689](https://github.com/testcontainers/testcontainers-rs/pull/689))
26+
27+
#### Refactor
28+
- Internal log processing structures ([#678](https://github.com/testcontainers/testcontainers-rs/pull/678))
29+
30+
#### Styling
31+
- Apply clippy suggestion ([#693](https://github.com/testcontainers/testcontainers-rs/pull/693))
532
## [0.19.0] - 2024-06-27
633
### Details
734
#### Bug Fixes

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testcontainers"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
categories = ["development-tools::testing"]
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)