Sentry v8.12 Release Notes

    • ๐Ÿ›  Fix bug where some users would incorrectly not receive workflow notifications for projects they were subscribed to.
    • restructured dSYM processing. It now records errors in the symbolication process more accurately and will report system errors them to the internal logger.
    • โž• Added data migration to backfill legacy release data
    • โž• Added data migration to backfill legacy commit data
    • โž• Added data migration to backfill legacy release file and environment data
    • ๐Ÿ‘ Allow gziped/deflated JavaScript artifacts to be uploaded through the API.
    • Shared issue view no longer shows SDK.
    • โž• Added activeSince to search (uses active_at).
    • โž• Added firstSeen to search (uses first_seen).
    • โž• Added lastSeen to search (uses last_seen).
    • โž• Added firstRelease to search (uses first_release).
    • ๐Ÿ›  Fixed usage (and propagation) of Group.first_release.
    • The + and - datetime search helpers now work with ranges (e.g. <=).
    • โž• Added the ability to download artifacts from releases.

    SDKs

    
    - The `repos` interface has been added.
    
    Schema Changes
    
    • โž• Added Release.organization column.
    • โž• Added ReleaseProject model.
    • โž• Added ReleaseCommit.organization_id column.
    • โž• Added ReleaseFile.organization column.
    • โž• Added ReleaseEnvironment.organization_id column.