- Strictly type checked with mypy.
- Re-worked interfaces for :class:`~testservices.service.Service` and :class:`~testservices.provider.Provider`.
- Re-worked container services.
- Beginnings of API documentation.
.. py:currentmodule:: testservices.services.databases
- Make it clear that for :class:`DatabaseFromEnvironment` to check a port is up, the port must be specified.
- Fix bug when no port was specified in a :class:`DatabaseFromEnvironment` url.
- Add :class:`DatabaseFromEnvironment` service.
- :class:`~testservices.provider.Provider` can now be used to choose the first available :class:`~testservices.service.Service` that provides an instance.
- Initial release featuring simple container services with helpers for common databases.