Sentry v8.11 Release Notes

    • Ignore a null Origin header for authentication.
    • โž• Added the ability to search for issues that you are subscribed to from the stream view.
    • โž• Added the ability to search issues by their last seen timestamp.
    • ๐Ÿ‘Œ Improved UI for password and API key fields used in integrations
    • ๐Ÿ›  Fixed bug where API responses would include incorrect isSubscribed values for issues.
    • โž• Added support for switching to unsymbolicated tracebacks in cocoa.
    • Invalidate user sessions when changing password and 2fa settings.
    • โž• Add configurable password validators to enforce password strength.
    • Send email to specific email when adding a new email rather than sending to all unverified email addresses.
    • ๐Ÿ‘ Allow user to resend email verification to primary email address.
    • โž• Added additional detail to subscription help text when viewing a group.
    • โž• Add Asana to supported auth backends in social auth (for plugins)
    • ๐Ÿ’ป Cleaner install UI when creating a new project.
    • โž• Added support for recording symbols separately in frames independent of the function.
    • โฌ‡๏ธ Reduce noisy Postgres logs from inserting duplicate onboarding rows.
    • โž• Added device icons for Apple Watch and Apple TV
    • โž• Added export action to group tag details.
    • ๐Ÿ‘Œ Improved display of user tags.
    • โž• Added 'transaction' tag which automatically populates from explicit culprits.
    • โž• Added beginnings of repository management to UI (behind organizations:repos feature).

    Schema Changes

    
    - โž• Added ``User.session_nonce`` column.
    - โž• Added ``CommitFileChange`` model.
    - โž• Added ``Repository.url`` column.
    - โž• Added ``Repository.provider`` column.
    - โž• Added ``Repository.config`` column.
    - โž• Added ``Repository.external_id`` column.
    - โž• Added ``Repository.status`` column.
    
    API Changes
    ~~~~~~~~~~~
    
    - โž• Added ``/organizations/{org}/config/repos/`` endpoint.
    - โž• Added ``/organizations/{org}/repos/{repo}/`` endpoint.