Skip to content

v0.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@aguibert aguibert released this 08 Aug 22:39
ef01f00

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.