Releases: flowinquiry/spring-testcontainers
Releases · flowinquiry/spring-testcontainers
v0.9.3
✅ Release Notes – v0.9.3
This release adds a Kafka container and makes the Spring containers more modular.
What’s changed
- Added a Kafka container for integration testing (#11)
- Refactored Spring container setup to improve modularity (#10)
- Updated documentation links (#9)
These changes make it easier to extend container support and keep the setup organized.
📦 Full Changelog
v0.9.2
What's Changed
- Improve ollama container reuse feature and cache model #8
Full Changelog: v.0.9.1...v.0.9.2
v0.9.1
🚀 Release Notes – v0.9.1
We’ve published the first version of spring-testcontainers. This small library helps you write integration tests using Testcontainers in Spring Boot projects.
What’s in this release
- Set up the initial project structure (#1)
- Changed the group ID and added support for nested annotations (#2)
- Added the
jreleaserGradle plugin to help publish releases (#3) - Removed unused files (#4)
- Updated Javadoc for better clarity (#5)
- Refactored the core container logic. Also added support for Ollama, including a Spring Boot sample project (#6)
- Switched test configuration format from
.propertiesto.yaml(#7)
If you find an issue or have a suggestion, open a PR or GitHub issue. We're keeping things simple and focused. Feedback is welcome.
Full Changelog: https://github.com/flowinquiry/spring-testcontainers/commits/v.0.9.1