- Update to docker >= v6 to address deprecation warnings.
0.6.0
------------------
- Get the default Localstack hostname from the `DOCKER_HOST` env var, if set. - Protect starting/stopping the Localstack container with a lock.
0.5.0
------------------
- Drop support for Python < 3.6. - Switch to using the new single port for localstack >= 0.11.0. - Fix bug in STS client endpoint patching. - Update patching to be compatible with newer botocore versions.
0.4.1
------------------
- Raise TimeoutErrors when services fail to start from any causing exception. - Use more botocore client-based service checks.