v0.2-alpha
Pre-release
Pre-release
Improvements
- Added different "application environments", of which Testcontainers is the default.
- Added a "hollow" application environment which starts up all dependencies except the application runtime. It instead attaches to an existing application runtime, which is convenient for rapid local development.
- Automatically increase the application start timeout when running in CI environments where hardware is usually slower
- Improved automatic Docker build performance by allowing it to honor .dockerignore files.