Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-log-request-id from 1.6.0 to 2.1.0 #1695

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps django-log-request-id from 1.6.0 to 2.1.0.

Release notes

Sourced from django-log-request-id's releases.

Version 2.1.0

  • 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

  • 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
Commits
  • b6b37f7 Bump version
  • c4b9241 Merge pull request #65 from amureki/issues/64/opt-out-user-logging
  • 51eee87 Add note about None LOG_USER_ATTRIBUTE setting to README
  • 23ae576 Merge remote-tracking branch 'origin/master' into issues/64/opt-out-user-logging
  • f4ac9c7 Merge pull request #71 from dabapps/django-4.1
  • e2fec32 Add integration test that covers the full middleware stack
  • c220013 Add Django 4.1 and Python 3.11 to test matrix, remove Django 2.2 and Python 3.6
  • 81e8073 Check for the setting first
  • 461340b Separate session and user checks
  • d62a568 Fix #64 -- ability to not log user attribute
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-log-request-id](https://github.com/dabapps/django-log-request-id) from 1.6.0 to 2.1.0.
- [Release notes](https://github.com/dabapps/django-log-request-id/releases)
- [Commits](dabapps/django-log-request-id@1.6.0...2.1.0)

---
updated-dependencies:
- dependency-name: django-log-request-id
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
0 participants