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-structlog from 8.1.0 to 9.0.0 #1424

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps django-structlog from 8.1.0 to 9.0.0.

Changelog

Sourced from django-structlog's changelog.

9.0.0 (November 26, 2024)

See: :ref:upgrade_9.0

New: - Add type definitions for the project. See [#697](https://github.com/jrobichaud/django-structlog/issues/697) <https://github.com/jrobichaud/django-structlog/pull/697>_ and [#696](https://github.com/jrobichaud/django-structlog/issues/696) <https://github.com/jrobichaud/django-structlog/issues/696>. Special thanks to @j00bar <https://github.com/j00bar> and @MaxDude132 <https://github.com/MaxDude132>_ for the review.

Changes: - RequestMiddleware now relies on django signal got_request_exception <https://docs.djangoproject.com/en/dev/ref/signals/#got-request-exception>_ instead of Middleware process_exception <https://docs.djangoproject.com/en/dev/topics/http/middleware/#process-exception>_ method. See [#705](https://github.com/jrobichaud/django-structlog/issues/705) <https://github.com/jrobichaud/django-structlog/pull/705>, [#658](https://github.com/jrobichaud/django-structlog/issues/658) <https://github.com/jrobichaud/django-structlog/issues/658> and :ref:upgrade_9.0. Special thanks to @sshishov <https://github.com/sshishov>. - Add python 3.13 support. See [#674](https://github.com/jrobichaud/django-structlog/issues/674) <https://github.com/jrobichaud/django-structlog/pull/674>. - Drop python 3.8 support. See [#674](https://github.com/jrobichaud/django-structlog/issues/674) <https://github.com/jrobichaud/django-structlog/pull/674>. - Django 5.1 and celery 5.4 support. See [#617](https://github.com/jrobichaud/django-structlog/issues/617) <https://github.com/jrobichaud/django-structlog/pull/617>.

Other: - Migrated project to use python 3.13 along with readthedocs generation. - now use isort <https://pycqa.github.io/isort/>_ - fixed codecov github action that was not properly configured and therefore not properly reporting coverage.

Commits
  • e85e0c0 mention type hints in upgrade guide
  • 7efa248 Bump version and fix docs not running locally
  • 975f62c Merge pull request #705 from jrobichaud/handle-got-request-exception
  • 441c4ed rely only got_request_exception mechanism
  • 69b9496 Merge remote-tracking branch 'origin/main' into handle-got-request-exception
  • d960d24 Merge pull request #710 from jrobichaud/isort
  • b697372 run isort
  • b268b32 isort
  • 7c470e3 Merge pull request #697 from jrobichaud/type-definition
  • 8d177eb fix coverage
  • 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 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)

Bumps [django-structlog](https://github.com/jrobichaud/django-structlog) from 8.1.0 to 9.0.0.
- [Changelog](https://github.com/jrobichaud/django-structlog/blob/main/docs/changelog.rst)
- [Commits](jrobichaud/django-structlog@8.1.0...9.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants