Skip to content

Releases: flowinquiry/spring-testcontainers

v0.9.3

28 Jun 03:59
54c0670

Choose a tag to compare

v0.9.3 Pre-release
Pre-release

✅ 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

Compare changes

v0.9.2

19 Jun 17:19
623c95e

Choose a tag to compare

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

16 Jun 08:00
c931c45

Choose a tag to compare

🚀 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 jreleaser Gradle 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 .properties to .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