Skip to content

Comments

chore: release v0.25.0#823

Merged
mervyn-mccreight merged 1 commit intomainfrom
release-plz-2025-07-27T14-38-14Z
Jul 27, 2025
Merged

chore: release v0.25.0#823
mervyn-mccreight merged 1 commit intomainfrom
release-plz-2025-07-27T14-38-14Z

Conversation

@github-actions
Copy link
Contributor

🤖 New release

  • testcontainers: 0.24.0 -> 0.25.0 (⚠ API breaking changes)

testcontainers breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/enum_variant_added.ron

Failed in:
  variant ClientError:BuildImage in /tmp/.tmp8ymZuo/testcontainers-rs/testcontainers/src/core/client.rs:71
  variant ClientError:BuildImage in /tmp/.tmp8ymZuo/testcontainers-rs/testcontainers/src/core/client.rs:71
  variant LogSource:BothStd in /tmp/.tmp8ymZuo/testcontainers-rs/testcontainers/src/core/logs.rs:32

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_added.ron

Failed in:
  trait method testcontainers::core::ImageExt::with_ready_conditions in file /tmp/.tmp8ymZuo/testcontainers-rs/testcontainers/src/core/image/image_ext.rs:184
  trait method testcontainers::core::ImageExt::with_health_check in file /tmp/.tmp8ymZuo/testcontainers-rs/testcontainers/src/core/image/image_ext.rs:206
  trait method testcontainers::ImageExt::with_ready_conditions in file /tmp/.tmp8ymZuo/testcontainers-rs/testcontainers/src/core/image/image_ext.rs:184
  trait method testcontainers::ImageExt::with_health_check in file /tmp/.tmp8ymZuo/testcontainers-rs/testcontainers/src/core/image/image_ext.rs:206
Changelog

[0.25.0] - 2025-07-27

Details

Bug Fixes

  • Make tls features optional (#806)
  • Add Send trait to stderr & stdout of ExecResult (#809)
  • Added new parse rule for correctly parsing ports without protocol specifier (#812)

Features

  • Allow ready conditions customization via ImageExt (#794)
  • Allow to wait for log line on either stdout or stderr (#795)
  • Add Container*::exit_code (#791)
  • Add Container*::is_running (#790)
  • Add custom health check support for containers (#816)
  • Introduce container builder api (#801)

Miscellaneous Tasks

  • [❗] Update bollard to 1.19.1 (#817)

Refactor

  • Testimages and tests to use builder API (#804)


This PR was generated with release-plz.

@netlify
Copy link

netlify bot commented Jul 27, 2025

Deploy Preview for testcontainers-rust ready!

Name Link
🔨 Latest commit 1d81be8
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-rust/deploys/688639daec955c00086563d2
😎 Deploy Preview https://deploy-preview-823--testcontainers-rust.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mervyn-mccreight mervyn-mccreight enabled auto-merge (squash) July 27, 2025 15:05
@DDtKey DDtKey closed this Jul 27, 2025
auto-merge was automatically disabled July 27, 2025 15:16

Pull request was closed

@DDtKey DDtKey reopened this Jul 27, 2025
@mervyn-mccreight mervyn-mccreight enabled auto-merge (squash) July 27, 2025 15:22
@mervyn-mccreight mervyn-mccreight merged commit 1cb9e92 into main Jul 27, 2025
19 checks passed
@mervyn-mccreight mervyn-mccreight deleted the release-plz-2025-07-27T14-38-14Z branch July 27, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants