Testcontainers Node Versions Save

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

v10.9.0

1 month ago

Changes

๐Ÿš€ Features

  • Add Redpanda module @stfnzl (#743)
  • Add OneShotWaitStrategy @omerlh (#730)

v10.8.2

1 month ago

Changes

๐Ÿš€ Features

  • Add ChromaDB module @AlabasterAxe (#746)

๐Ÿ› Bug Fixes

  • Fix checking Reaper and the SSHd containers when _HUB_IMAGE_NAME_PREFIX provided @silh (#751)
  • Fix parsing registry from env variable to work with trailing slash @ilia-beliaev-miro (#748)

v10.8.1

2 months ago

Changes

๐Ÿ› Bug Fixes

  • Fix error installing dependencies in Node 20x @javierlopezdeancos (#742)
  • Fix Kafka module imports @fjanicki (#740)

v10.8.0

2 months ago

๐Ÿš€ Features

  • Add GCloud module @anietieasuquo (#733)
  • Add Weaviate module @antas-marcin (#736)
  • Add Qdrant module @Anush008 (#725)
  • Add support for image registry substitution via environment variable @silh (#729)
  • Support Kraft mode for Kafka container @silh (#723)

๐Ÿงน Maintenance

  • Fix node 20 pipeline @javierlopezdeancos (#728)
  • Disable couchbase module from pipeline @javierlopezdeancos (#738)

v10.7.2

3 months ago

Changes

๐Ÿ› Bug Fixes

  • Fix wait strategy for older redis versions @djakielski (#718)

๐Ÿงน Maintenance

  • Update minor deps @cristianrgreco (#720)
  • Fix custom image log line @omerlh (#714)

v10.7.1

3 months ago

Changes

  • Fix Couchbase module prepack script

v10.7.0

3 months ago

Changes

๐Ÿš€ Features

  • Add support for abortOnContainerExit to HTTP wait strategy @NuShoSinkuPomogliTebeTvoiSankcii (#693)
  • Add Couchbase module @halilkaankarakoc (#646)

๐Ÿ› Bug Fixes

  • Move default container configurations to constructor to allow for overriding @cristianrgreco (#712)

๐Ÿงน Maintenance

  • Fix missing documentation reference for localstack module @djakielski (#710)

v10.6.0

4 months ago

Changes

๐Ÿš€ Features

  • Add MSSQLServer module @wjin17 (#645)

๐Ÿงน Maintenance

  • Compute list of modules for testing automatically @cristianrgreco (#707)

v10.5.0

4 months ago

Changes

๐Ÿš€ Features

  • Add Redis module @djakielski (#642)

๐Ÿงน Maintenance

  • Fixing typo in the documentation @jespino (#700)
  • Add CONTRIBUTING.md @cristianrgreco (#695)

v10.4.0

5 months ago

Changes

๐Ÿš€ Features

  • Add Localstack module @ilopezluna (#640)
  • Switch docker compose defaults from v1 to v2 @danielglazer (#681)