sentry-python v1.9.10 Release Notes

  • ๐Ÿ›  Various fixes & improvements

    • ๐Ÿ‘‰ Use content-length header in ASGI instead of reading request body (#1646, #1631, #1595, #1573) (#1649) by @antonpirker
    • โž• Added newer Celery versions to test suite (#1655) by @antonpirker
    • ๐Ÿ‘ Django 4.x support (#1632) by @antonpirker
    • ๐Ÿ‘ท Cancel old CI runs when new one is started. (#1651) by @antonpirker
    • Increase max string size for desc (#1647) by @k-fish
    • ๐Ÿ‘ท Pin Sanic version for CI (#1650) by @antonpirker
    • ๐Ÿ›  Fix for partial signals in old Django and old Python versions. (#1641) by @antonpirker
    • Convert profile output to the sample format (#1611) by @phacops
    • Dynamically adjust profiler sleep time (#1634) by @Zylphrex