*New:* - Add ``bind_extra_request_finished_metadata`` and ``bind_extra_request_failed_metadata``. See `39 <https://github.com/jrobichaud/django-structlog/pull/39>`_. Special thanks to `prik2693 <https://github.com/prik2693>`_.
1.5.4
---------------------
*Improvements:* - Remove redundant ``DJANGO_STRUCTLOG_LOG_USER_IN_REQUEST_FINISHED`` setting and just always make sure ``user_id`` is in ``request_finished`` and ``request_failed`` instead. See `37 <https://github.com/jrobichaud/django-structlog/pull/37>`_.
1.5.3
---------------------
*New:* - Add ``DJANGO_STRUCTLOG_LOG_USER_IN_REQUEST_FINISHED`` setting to support `Django REST framework <https://www.django-rest-framework.org/>`_. See `#37 <https://github.com/jrobichaud/django-structlog/pull/37>`_. Special thanks to `immortaleeb <https://github.com/immortaleeb>`_.
*Improvements:* - Allow to override celery task metadata from binding. See `32 <https://github.com/jrobichaud/django-structlog/issues/32>`_ and `#33 <https://github.com/jrobichaud/django-structlog/pull/33>`_. Special thanks to `chiragjn <https://github.com/chiragjn>`_
1.5.0
---------------------
*Improvements:* - Add support for celery 3. See `26 <https://github.com/jrobichaud/django-structlog/issues/26>`_ and `#31 <https://github.com/jrobichaud/django-structlog/pull/31>`_. Special thanks to `chiragjn <https://github.com/chiragjn>`_ and `prik2693 <https://github.com/prik2693>`_