Releases: testcontainers/testcontainers-rs-modules-community
Releases · testcontainers/testcontainers-rs-modules-community
v0.11.4
v0.11.3
v0.11.2
v0.11.1
v0.11.0
Bug Fixes
Documentation
- Add docs for the ganachecli module (#190)
Features
- Add ability to enable properties-config for testcontainers
- [breaking] Update testcontainers to
0.23.0
(#216)
Miscellaneous Tasks
- Update redis requirement from 0.26.0 to 0.27.2 (#211)
- Exclude all-features test run (#174)
- Update async-nats requirement from 0.35.0 to 0.36.0 (#206)
Refactor
- [breaking] Require the builder pattern for module initalisation (#161)
Testing
- Correct password usage
v0.10.0
Bug Fixes
- Doc-test failures (#186)
Documentation
- Added docs for Apache ZooKeeper (#184)
- Documented all ports which containers at least expose (#183)
- Enable
rustfmt
for doc comments (#187) - Fixed rustfmt violation in the
openldap
module (#189) - Fixed a bit of missing docs in the openldap module (#191)
- Complete the documentation for the meilisearch module (#192)
- Complete the
*_PORT
documentation (#195) - Add
pub mod
docs (#193) - Documents the neo4j plugins (#194)
Features
- Added an
OpenLDAP
testcontainer module (#180) - Add support for
apache\kafka
docker image (#178) - [breaking] Update
testcontainers
to 0.22.0 (#203)
Miscellaneous Tasks
- Changed from
actions-rs
to a more maintained CI alternative (#188)
Refactor
- [breaking] Changed
KAFKA_PORT
to aContainerPort
(#185)