File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.26.0] - 2025-12-01
6+ ### Details
7+ #### Bug Fixes
8+ - Make port_bindings consistent with docker cli when publish_all_ports = true ([ #885 ] ( https://github.com/testcontainers/testcontainers-rs/pull/885 ) )
9+
10+ #### Features
11+ - Support build options - ` no_cache ` , ` skip_if_exists ` and ` buildargs ` ([ #856 ] ( https://github.com/testcontainers/testcontainers-rs/pull/856 ) )
12+ - Support docker-compose ([ #864 ] ( https://github.com/testcontainers/testcontainers-rs/pull/864 ) )
13+ - Add target options with custom mode ([ #878 ] ( https://github.com/testcontainers/testcontainers-rs/pull/878 ) )
14+ - Support copying from containers ([ #871 ] ( https://github.com/testcontainers/testcontainers-rs/pull/871 ) )
15+
16+ #### Miscellaneous Tasks
17+ - Use bollard 0.19.4 ([ #870 ] ( https://github.com/testcontainers/testcontainers-rs/pull/870 ) )
18+ - Update etcetera requirement from 0.10.0 to 0.11.0 ([ #869 ] ( https://github.com/testcontainers/testcontainers-rs/pull/869 ) )
19+
20+ #### Performance
21+ - Replace ` ulid ` with ` ferroid ` 's ULID for better performance ([ #829 ] ( https://github.com/testcontainers/testcontainers-rs/pull/829 ) )
22+ - Update ferroid for better performance during encode/decode ([ #879 ] ( https://github.com/testcontainers/testcontainers-rs/pull/879 ) )
23+
524## [ 0.25.2] - 2025-10-27
625### Details
726#### Features
Original file line number Diff line number Diff line change 11[package ]
22name = " testcontainers"
3- version = " 0.25.2 "
3+ version = " 0.26.0 "
44categories = [" development-tools::testing" ]
55readme = " README.md"
66authors.workspace = true
You can’t perform that action at this time.
0 commit comments