* ``IGNORE_URLS`` setting which disables the middleware on a list of URLs.
**Other**
* Added docs for the new setting
2.1.0
--------------------- **Features**
* Integration module, which enables the users of ``django_guid`` to extend functionality. * Added a integration for Sentry, tagging the Sentry issue with the GUID used for the request.
**Other**
* Added docs for integrations
2.0.0
--------------------- **This version contains backwards incompatible changes. Read the entire changelog before upgrading**
**Deprecated**
* ``SKIP_CLEANUP``: After a request is finished, the Correlation ID is cleaned up using the ``request_finished`` Django signal.
**Incompatible changes**
* ``django_guid`` must be in ``INSTALLED_APPS`` due to usage of signals.
**Improvements**
* Restructured README and docs.
1.1.1
---------------------
**Improvements**
* Fixed ``EXPOSE_HEADER`` documentation issue. New release has to be pushed to fix PyPi docs.
1.1.0
---------------------
**Features**
* Added a ``EXPOSE_HEADER`` setting, which will add the ``Access-Control-Expose-Headers`` with the ``RETURN_HEADER`` as value to the response. This is to allow the JavaScript Fetch API to access the header with the GUID
1.0.1
---------------------
**Bugfix**
* Fixed validation of incoming GUID
**Improvements**
* Changed the ``middleware.py`` logger name to ``django_guid``
* Added a WARNING-logger for when validation fails