Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,30 @@ All notable changes to this project will be documented in this file.
<!-- generated by git-cliff -->
## [unreleased]

## [0.14.0] - 2025-12-01

### Bug Fixes

- `OpenLDAP` docker image reference ([#408](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/408))
- Switch `Zookeeper` image from bitnami to bitnamilegacy ([#431](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/431))

### Features

- Support state saving and loading in Foundry Anvil image ([#396](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/396))
- Exposing necessary Kafka consts in both Apache and Confluent Kafka ([#409](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/409))
- Comprehensive documentation and API improvements ([#429](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/429))
- Add selenium module ([#432](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/432))
- [**breaking**] Update `testcontainers` to `0.26` ([#433](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/433))

### Miscellaneous Tasks

- Use re-exported bollard from testcontainers to avoid collisions ([#394](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/394))
- Update test dependencies ([#395](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/395))
- Bump pinned localstack tag to 4.5 ([#363](https://github.com/testcontainers/testcontainers-rs-modules-community/pull/363))
- Update MSRV to 1.88

<!-- generated by git-cliff -->

### Documentation

- Fix link to logo
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "testcontainers-modules"
version = "0.13.0"
version = "0.14.0"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
Expand Down
Loading