You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make ID generator and validator generic, implement transformer (mirror asgi-correlation-id)
Split celery functionality into a separate package
Split sentry functionality into a separate package
Create extras for both
Update license
Update test project to handle Django deprecation warnings
Update to Poetry v1.2
Update classifiers
Rework docs (drop sphinx and just have readmes per module?)
Remove get_guid and set_guid
Create example projects for each feature
Essentially we want to de-bloat the core a little, making it possible to install the core middleware without anything else. It's possible to install the middleware today, without adding celery as a dependency, but the celery code is still contained in the wheel.
There's also some Sentry + Celery logic to consider @JonasKs. Do we put that in its own third package? Something to think about 🤔
The text was updated successfully, but these errors were encountered:
get_guid
andset_guid
Essentially we want to de-bloat the core a little, making it possible to install the core middleware without anything else. It's possible to install the middleware today, without adding
celery
as a dependency, but the celery code is still contained in the wheel.There's also some Sentry + Celery logic to consider @JonasKs. Do we put that in its own third package? Something to think about 🤔
The text was updated successfully, but these errors were encountered: