Skip to content

Bump django-auditlog from 0.4.5 to 2.0.0#191

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-auditlog-2.0.0
Closed

Bump django-auditlog from 0.4.5 to 2.0.0#191
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/dev/django-auditlog-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 10, 2022

Copy link
Copy Markdown

Bumps django-auditlog from 0.4.5 to 2.0.0.

Release notes

Sourced from django-auditlog's releases.

1.0 alpha 1

This release adds support for Django 3.0, and drops support for Python 2 and unsupported Django versions (most notably Django 1.11).

Overview of changes: jjkester/django-auditlog#263

Changelog

Sourced from django-auditlog's changelog.

2.0.0 (2022-05-09)

Improvements

  • feat: enable use of replica database (delegating the choice to DATABASES_ROUTER) (#359)
  • Add mask_fields argument in register to mask sensitive information when logging (#310)
  • Django: Drop 2.2 support. django_jsonfield_backport is not required anymore (#370)
  • Remove default_app_config configuration (#372)

Important notes

  • LogEntry no longer save to same database instance is using

1.0.0 (2022-01-24)

Final

Improvements

  • build: add classifiers for Python and Django
  • build: replace django-jsonfield with django-jsonfield-backport (#339)
  • ci: replace Travis with Github Actions
  • docs: follow Jazzband guidelines (badge, how to contribute, code of conduct) (#269)
  • docs: add a changelog
  • docs: remove note about maintenance
  • docs: update the release strategy
  • docs: use the latest django LTS (3.2) to build docs
  • feat: add a db index to LogEntry's action field (#236)
  • feat: add the content type to resource field
  • feat: add the actor username to search fields in admin
  • refactor: lint the code with Black and isort
  • tests: init pre-commit config
  • Python: add 3.9 and 3.10 support, drop 3.5 and 3.6 support
  • Django: add 3.2 (LTS) and 4.0 support, drop 3.0 and 3.1 support

Fixes

  • docs: replace MIDDLEWARE_CLASSES with MIDDLEWARE
  • Remove old django (< 1.9) related codes
  • Replace deprecated smart_text() with smart_str()
  • Replace ugettext with gettext for Django 4
  • Support Django's save method update_fields kwarg (#336)
  • Fix invalid escape sequence on Python 3.7

Alpha 1 (1.0a1, 2020-09-07)

Improvements

  • Refactor the auditlogflush management command
  • Clean up project structure
  • Python: add 3.8 support, drop 2.7 and 3.4 support

... (truncated)

Commits
  • e39fab3 Remove default_app_config configuration
  • 4c0bfab Fix lint entry in tox.ini
  • de0625b Drop Django 2.2 support.
  • 8a5fa3f [pre-commit.ci] pre-commit autoupdate
  • 8d8b6ba Fix small typo
  • bb5f995 Add mask_fields argument in register (#310)
  • dad4fb8 Use pre-commit as lint command
  • 0499dfa Add black and isort to .pre-commit-config.yaml
  • 629d8e6 Replace assertTrue with assertEqual
  • 77ef852 enable use of replica database (#359)
  • 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-auditlog](https://github.com/jazzband/django-auditlog) from 0.4.5 to 2.0.0.
- [Release notes](https://github.com/jazzband/django-auditlog/releases)
- [Changelog](https://github.com/jazzband/django-auditlog/blob/master/CHANGELOG.md)
- [Commits](jazzband/django-auditlog@v0.4.5...v2.0.0)

---
updated-dependencies:
- dependency-name: django-auditlog
  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 May 10, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2022

Copy link
Copy Markdown
Author

Superseded by #201.

@dependabot dependabot Bot closed this Jun 28, 2022
@dependabot dependabot Bot deleted the dependabot/pip/dev/django-auditlog-2.0.0 branch June 28, 2022 03:05
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

Development

Successfully merging this pull request may close these issues.

0 participants