v0.5.2
New Features:
- Adds route
/info
which returns contents oftwitcher.__version__
. - Adds route
/versions
which returns version details such asTwitcher
app version and employed adapter version.
Changes:
- Updated
README.rst
to match recent development, reference and docker image link. - Adds URI of
/info
and/versions
routes in the frontpage response. - Corresponding HTTP status codes are returned for raised
OWSException
.