Removed * `clean_slate` methods are now gone, replaced with `reset_state`. Changed * now retry is only a a parameter for select services, including all container services. Added * New PostgreSQL service. * `clear_state` to reset the data on select services.
0.3.2
Added * new properties in `BlobStorageService`: `endpoint_url`, `container_endpoint_url`, `account_credentials`. Fixed * `RabbitMQService` suppress `ConnectionError`s on startup retries.
Changed * Revamped LogstashService. It now fakes the Logstash json_lines protocol. Removed * YellowService no longer has `connect` & `disconnect`. They are now delegated to `ContainerService`.
0.2.1
Fixed * logstash is now fixed * all `retry_specs` parameters have been replaced with `retry_spec`
0.2.0
Added * all extra-containers with retrying startup mechanisms now support retry arguments in run * a new extra: HTTPService, to easily create and mock http services Fixed * redis's minimum version was changed to 3.3.0 Changed * create_and_pull will throw an error if no tag is specified