Releases: joshrotenberg/docker-wrapper
Releases · joshrotenberg/docker-wrapper
Release list
v0.11.2
Added
- add TLS support for Redis templates (#260)
- add host-network mode for Redis templates (#259)
- add ToxiproxyTemplate and fault-injection helpers (#258)
- add per-node accessors to RedisClusterTemplate (#257)
- add sentinel announce-ip support and Template impl (#256)
- add version pinning for Redis Stack and RedisInsight images (#255)
- add tracing instrumentation for command execution (#242)
Fixed
- poll node readiness before cluster create instead of fixed sleep (#253)
- resolve clippy lints from Rust 1.95 (map_unwrap_or, duration_suboptimal_units) (#251)
Other
- lower MSRV to 1.88 (#254)
v0.11.1
v0.11.0
Added
- support multiple --env-file in ComposeConfig (#236)
v0.10.2
v0.10.1
Added
- add connection_string() passthrough to ContainerGuard (#229)
- add configurable stop timeout for ContainerGuard cleanup (#228)
- add ContainerGuardSet for multi-container test management (#227)
- add with_network() support to ContainerGuard (#226)
- add wait_for_ready() method and builder option to ContainerGuard (#225)
- add ContainerGuard for RAII container lifecycle management (#217)
Fixed
- PortCommand parser handles single-port query format (#232)
Other
v0.10.0
Added
- enhance RedisClusterTemplate for CI and hybrid environments (#211)
Fixed
- use SIGKILL and StopCommand in lifecycle example (#212)
- use serial_test for env var tests and improve MySQL readiness check (#213)
- complete template feature flag coverage and add CI verification (#206)
- template-redis-enterprise feature gate and example API updates (#204)
Bug Fixes
- Use which crate for cross-platform Docker binary lookup (d17edce)
- Improve template reliability on slower systems (766a3dd)
- Handle IMAGE header in docker images output (8a0cdb4)
Documentation
- Streamline README and improve rustdoc (5f1945d)
Features
- Add configurable timeouts for command execution (b729956)
- Add Docker Swarm command support (4213d52)
Miscellaneous
- Release v0.9.0 (324bc09)
Refactoring
- Reorganize module structure for consistency (6fc529c)
Testing
- Add property-based testing with proptest (6cb673f)
Ci
v0.9.1
v0.9.0
chore: Release package docker-wrapper version 0.9.0
v0.8.4
chore: Release package docker-wrapper version 0.8.4
v0.8.3
chore: Release package docker-wrapper version 0.8.3