Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

feat: support Django asgi middleware - #625

Merged
daniel-sanche merged 10 commits into
mainfrom
asgi-fix
Oct 6, 2022
Merged

feat: support Django asgi middleware#625
daniel-sanche merged 10 commits into
mainfrom
asgi-fix

Conversation

@daniel-sanche

Copy link
Copy Markdown
Contributor

Fixes#607

This PR updates our old deprecated MiddlewareMixin Django middleware to use the current best practices, which fixes a crashing bug when using modern asgi webservers

@product-auto-labelproduct-auto-labelBot added size: s Pull request size is small. api: logging Issues related to the googleapis/python-logging API. labels Sep 9, 2022
@losalexlosalex added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Sep 28, 2022
@daniel-sanchedaniel-sanche changed the title [DRAFT] feat: support Django asgi middlewarefeat: support Django asgi middlewareOct 3, 2022
@daniel-sanche
daniel-sanche marked this pull request as ready for review October 3, 2022 17:39
@daniel-sanche
daniel-sanche requested review from a teamOctober 3, 2022 17:39

@glasntglasnt left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested applying these fixes on Django deployed on Cloud Run and App Engine. Works as expected on each platform.

@losalexlosalex left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@daniel-sanche
daniel-sanche merged commit f52b3aa into mainOct 6, 2022
@daniel-sanche
daniel-sanche deleted the asgi-fix branch October 6, 2022 22:04
@release-pleaserelease-pleaseBot mentioned this pull request Oct 6, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: loggingIssues related to the googleapis/python-logging API.priority: p3Desirable enhancement or fix. May not be included in next release.size: sPull request size is small.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for asgi django apps

3 participants

@daniel-sanche@glasnt@losalex