-------------------------
New Features
~~~~~~~~~~~~
* Add configuration via environment variables. The load precedence of service
configurations is:
environment variables > command line arguments > config file
Bugfixes / Improvements
~~~~~~~~~~~~~~~~~~~~~~~
* Requirements update:
* tornado: >=4.2.1,<=5.1.1
* schematics: >= 1.1.1
* Due to a security risk, query values in responding error messages encode
html (<,>,&) now
* HTTP response status 406 if no matching provider is found. If the request is
not parsable (400) and no matching provider (406) the responded http status is
406.
Development Changes
~~~~~~~~~~~~~~~~~~~
* Add gitlab-ci configuration to the project to run automatic testing
The configuration is not part of the released package
* Add Makefile to build and test the project in python 2.7, 3.6 and a local version
To build and test the project run:
.. code-block:: bash
make install test
The Makefile is not part of the released package
Migration
~~~~~~~~~