Releases: testcontainers/testcontainers-rs-modules-community
Releases · testcontainers/testcontainers-rs-modules-community
v0.11.6
Features
- Allow enabling jetstream for nats (#268)
- Add Foundry Anvil image impl (#272)
- Add method
latest
to anvil node impl (#277)
Testing
- Fix broken test in CI (#281)
v0.11.5
Bug Fixes
Documentation
Features
- Add "pro" variant for LocalStack image (#255)
- Add
Valkey
module (#252)
- Add
RQLite
module (#261)
Miscellaneous Tasks
- Update async-nats requirement from 0.37.0 to 0.38.0 (#245)
- Fix oracle tests (#263)
- Bump MSRV to
1.81
(#264)
- Utilize cargo-hack partitions to speed up tests (#265)
v0.11.4
Features
Miscellaneous Tasks
- Update databend-driver requirement from 0.21.0 to 0.22.2 (#241)
v0.11.3
Documentation
- Add missing CockroachDB docs (#234)
Features
Miscellaneous Tasks
- Update async-nats requirement from 0.36.0 to 0.37.0 (#229)
v0.11.2
Features
- Support databend module (#207)
Miscellaneous Tasks
- Update databend-driver requirement from 0.20.1 to 0.21.0 (#225)
v0.11.1
Documentation
- Disallow missing docs on crate level and allow where necessary (#222)
Features
- Implement
with_init_sql
for Postgres
, Mysql
and Mariadb
(#182)
- openldap: Tls certs and ldif file (#217)
v0.11.0
Bug Fixes
- Update version to fix crashes in CI (#219)
- [breaking] Make EULA acception explicit (#218)
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
v0.10.0
Bug Fixes
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 a ContainerPort
(#185)
v0.9.0
Features
- Expose
watchdog
feature of testcontainers (#168)
- [breaking] Add mongodb replset option with example (#143)
- [breaking] Update testcontainers to 0.21.0 (#172)
Miscellaneous Tasks
- Update redis requirement from 0.25.0 to 0.26.0 (#171)
v0.8.0
Bug Fixes
- Wait conditions for postgres module (#162)
Miscellaneous Tasks
- Made deriving
Clone
consistent (#156)
- [breaking] Bump testcontainers to
0.20.0
(#159)