What's Changed
Thanks for all the contributions. Great first release of the year ❤️.
🚀 Features
- feat: Add SFTP module (#1362) @wim07101993
- feat(ServiceBus): Add support to use existing MSSQL container instances (#1335) @lgcmotta
- feat: Add Weaviate module (#1356) @roji
- fix(Pulsar): Support Apache Pulsar 4 (#1355) @entvex
- feat: Add network support to the Kafka container (#1316) @SebastienDegodez
- feat: Add pausing and unpausing container (#1315) @stefannikolei
- feat: Add NAT driver network configuration (#1328) @HofmeisterAn
🐛 Bug Fixes
- fix(Redpanda): Add missing command-line arguments to the startup script (smp, memory) (#1364) @RobotechUSA
- chore: Remove binding of ports to IPv4 only (#1363) @daviian
- feat: Add network support to the Kafka container (#1316) @SebastienDegodez
- fix: Load PKCS#12 correctly for mTLS on Windows in .NET 9 (#1320) @jvmdc
🧹 Housekeeping
- fix(Redpanda): Add missing command-line arguments to the startup script (smp, memory) (#1364) @RobotechUSA
- chore: Remove binding of ports to IPv4 only (#1363) @daviian
- chore: Algin module configurations (#1357) @HofmeisterAn
- fix: Make Testcontainers.XunitV3 publishable (#1317) @0xced