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

build(deps): bump django-structlog from 6.0.0 to 6.0.1 #1034

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps django-structlog from 6.0.0 to 6.0.1.

Changelog

Sourced from django-structlog's changelog.

6.0.1 (November 29, 2023)

Fixes: - freeze django-ipware<6 for now due to breaking changes. See [#388](https://github.com/jrobichaud/django-structlog/issues/388) <https://github.com/jrobichaud/django-structlog/issues/388>_

6.0 (October 3, 2023)

See: :ref:upgrade_6.0

New: - Python 3.12 support - Add support of logging :ref:commands - task_revoked has now a signame metadata. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>. - task_not_found has now a task_id and a task metadata. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>.

Fixes: - Add missing metadata when a task is revoked. See [#317](https://github.com/jrobichaud/django-structlog/issues/317) <https://github.com/jrobichaud/django-structlog/issues/317>. Special thanks to @badziyoussef <https://github.com/badziyoussef>.

Changes: - Drop support of python 3.7 - Drop legacy code still supporting celery < 4 - Removal of deprecated: - :class:django_structlog.middlewares.CeleryMiddleware - :class:django_structlog.middlewares.SyncRequestMiddleware - :class:django_structlog.middlewares.AsyncRequestMiddleware - :class:django_structlog.middlewares.request_middleware_router - 4XX status codes now log by default as WARNING and 5XX as ERROR. The behaviour of 4XX can be customized with :ref:configuration. See [#308](https://github.com/jrobichaud/django-structlog/issues/308) <https://github.com/jrobichaud/django-structlog/issues/308>. Special thanks to @adinhodovic <https://github.com/adinhodovic>. - task_revoked's signum is now an integer instead of an object. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>. - task_not_found's message was removed and replaced by task_id and task. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>. - task_rejected's message was removed and replaced by task_id. See [#323](https://github.com/jrobichaud/django-structlog/issues/323) <https://github.com/jrobichaud/django-structlog/issues/323>_. - Switched from git's master to main branch

Other: - Add new :ref:how_tos section in the documentation.

5.3.0 (June 30, 2023)

New: - django setting DJANGO_STRUCTLOG_CELERY_ENABLED = True replacing :class:django_structlog.middlewares.CeleryMiddleware. See :ref:upgrade_6.0 and [#265](https://github.com/jrobichaud/django-structlog/issues/265) <https://github.com/jrobichaud/django-structlog/pull/265>_. Also introduce new internal app_settings that may come handy for future configurations.

Deprecations: - :class:django_structlog.middlewares.CeleryMiddleware (see above).

5.2.0 (June 29, 2023)

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2023
Bumps [django-structlog](https://github.com/jrobichaud/django-structlog) from 6.0.0 to 6.0.1.
- [Changelog](https://github.com/jrobichaud/django-structlog/blob/6.0.1/docs/changelog.rst)
- [Commits](jrobichaud/django-structlog@6.0.0...6.0.1)

---
updated-dependencies:
- dependency-name: django-structlog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-structlog-6.0.1 branch from 206008d to 008710c Compare December 4, 2023 17:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

Looks like django-structlog is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/pip/django-structlog-6.0.1 branch December 4, 2023 18:01
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