Releases: dabapps/django-log-request-id
Releases · dabapps/django-log-request-id
Version 2.1.0
21 Jan 20:41
Compare
Sorry, something went wrong.
No results found
Adds support for not logging any user attribute (LOG_USER_ATTRIBUTE = None) #65
Fix issue where the session was always being touched, causing a Vary header to always be set #64
Version 2.0.0
22 Dec 16:52
Compare
Sorry, something went wrong.
No results found
Removes requests.Session passthrough functionality, see #58 for discussion.
Version 1.7.0
14 Oct 14:54
Compare
Sorry, something went wrong.
No results found
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
19 Aug 08:35
Compare
Sorry, something went wrong.
No results found
You can now use the LOG_USER_ATTRIBUTE setting to control which attribute of the User model is logged.
Version 1.5.0
17 Apr 08:51
Compare
Sorry, something went wrong.
No results found
Adds the ability to change the default value of missing request_id (#40 )
Version 1.4.1
09 Jan 16:29
Compare
Sorry, something went wrong.
No results found
Fix encoding issue when installing package (#38 )
Version 1.4.0
04 Nov 09:48
Compare
Sorry, something went wrong.
No results found
Allow customization of log message (#30 )
Make top-level scripts executable (#19 )
Minor clarifications regarding setting request header (#27 )
Change package to require Django 1.8, and run tests against Django 2.2 (#33 )
Add README to PyPI description (#35 )