Skip to content

Releases: dabapps/django-log-request-id

Version 2.1.0

21 Jan 20:41
b6b37f7
Compare
Choose a tag to compare
  • 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
4ab7055
Compare
Choose a tag to compare
  • Removes requests.Session passthrough functionality, see #58 for discussion.

Version 1.7.0

14 Oct 14:54
7603437
Compare
Choose a tag to compare
  • 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
d87bfce
Compare
Choose a tag to compare
  • 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
54d1afc
Compare
Choose a tag to compare
  • Adds the ability to change the default value of missing request_id (#40)

Version 1.4.1

09 Jan 16:29
ad6e71c
Compare
Choose a tag to compare
  • Fix encoding issue when installing package (#38)

Version 1.4.0

04 Nov 09:48
0a34e6d
Compare
Choose a tag to compare
  • 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)