Skip to content

Releases: rugging24/python-testcompose

Breaking Release

10 Dec 09:13
af621da

Choose a tag to compare

This release contains some breaking changes as some vital classes were moved around to make development convenient for the library users

mkdocs update

18 Jun 23:02
ffbaa69

Choose a tag to compare

What's Changed

Full Changelog: 0.0.9...0.0.12

Release 0.0.9

26 Apr 07:13
37213e3

Choose a tag to compare

This release contain the following breaking changes

** test network can no longer be specified by the user, this is autogenerated for each running instance of Tescompose.

** Configuration properties wait_timeout, poll_interval and startup_delay_time which were initially specified in seconds are not specified in milliseconds and as such as been renamed to wait_timeout_ms, poll_interval_ms and startup_delay_time_ms respectively.

** Special config properties DOCKER_PYTHON_EXTERNAL_HOST, DOCKER_PYTHON_INTERNAL_HOST, and DOCKER_PYTHON_MAPPED_PORTS are all deprecated and replaced wit the container_host_address, external_port, container_hostname and self. See the README.md for more info.