Releases: dabapps/django-log-request-id
Releases · dabapps/django-log-request-id
Version 2.1.0
Version 2.0.0
- Removes
requests.Session
passthrough functionality, see #58 for discussion.
Version 1.7.0
- Adds support for async functionality in Django 3.0+.
- Adds support for Django 3.0+ to test matrix
- Drops support for unsupported Django versions
Version 1.6.0
- You can now use the
LOG_USER_ATTRIBUTE
setting to control which attribute of the User model is logged.
Version 1.5.0
- Adds the ability to change the default value of missing request_id (#40)
Version 1.4.1
- Fix encoding issue when installing package (#38)