All Versions
231
Latest Version
Avg Release Cycle
50 days
Latest Release
-

Changelog History
Page 7

  • v8.13 Changes

    • โž• Added individual filters for legacy browsers to improve customization of error filtering based on browser versions
    • ๐Ÿ‘Œ Support for setting a custom security header for javascript fetching.
    • ๐Ÿš€ start using ReleaseProject and Release.organization instead of Release.project
    • ๐Ÿ”ง Project quotas are no longer available, and must now be configured via the organizational rate limits.
    • Quotas implementation now requires a tuple of maximum rate and interval window.
    • โž• Added security emails for adding and removing MFA and password changes.
    • โž• Added the ability to download an apple compatible crash report for cocoa events.
    • โž• Add memory and storage information for apple devices
    • 0๏ธโƒฃ The legacy API keys feature is now disabled by default.
    • ๐Ÿ‘‰ Show Images Loaded section for cocoa events with version number.
    • โž• Added registers to stacktrace for cocoa exceptions.
    • ๐Ÿ›  Fixed bug where workflow notification subject may not include a custom email prefix.
    • โž• Added configurable subject templates for individual alert emails (mail:subject_template option).
    • โž• Added data migration to populate ReleaseProject.new_groups
    • ๐Ÿšš Moved organization settings to React.
    • โž• Added support for managing newsletter subscriptions with Sentry.io

    Schema Changes

    
    - โž• Added ``ReleaseProject.new_groups`` column.
    - ๐Ÿšš Moved organization settings to React.
    
    Schema Changes
    
    • โž• Added ReleaseProject.new_groups column.
    • โž• Added OrganizationAvatar model.

    API Changes

    
    - โž• Added avatar and avatarType to ``/organizations/{org}/`` endpoint.
    - ๐Ÿš€ Provide commit and author information associated with a given release
    - Provide repository information for commits
    - โž• Added new internal processing interface that supports multiple processing steps per stacktrace (for instance JavaScript + native)
    
  • v8.12 Changes

    • ๐Ÿ›  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.
  • v8.11 Changes

    • 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.
    
  • v8.10 Changes

    • ๐Ÿ†• New and improved UI.
    • โœ‚ Removed previously deprecated sentry celery command.
    • Replaced the events queue with events.{preprocess,process,save}_event.
    • โž• Added Danger (danger/danger) for monitoring various PR requirements.
    • Enabled organization weekly report emails for all organizations.
    • โž• Add S3 filestore backend.
    • ๐Ÿ—„ SENTRY_FILESTORE deprecated and replaced with filestore.backend
    • SENTRY_FILESTORE_OPTIONS deprecated and replaced with filestore.options
    • โž• Add watchOS support for cocoa interface.
    • ๐Ÿ›  Fix support for internationalized Origins and raven-js.
    • SSO is now enforced to access data within any org that has it set as a requirement.
    • ๐Ÿ‘Œ Improved rendering of weekly report email on mobile devices.

    API Changes

    
    - โž• Add ``/organizations/{org}/repos/`` endpoint.
    - โž• Add ``/organizations/{org}/repos/{repo}/commits/`` endpoint.
    - โž• Add ``/projects/{org}/{project}/releases/{version}/commits/`` endpoint.
    - SSO restrictions are now applied across session-based API authentication.
    
    Schema Changes
    
    • โž• Added Repository model.
    • โž• Added Commit model.
    • โž• Added CommitAuthor model.
    • โž• Added ReleaseCommit model.
    • โž• Added index on GroupTagValue(project, key, value, last_seen).
    • โฌ‡๏ธ Dropped index on GroupTagValue(project, key, value).
  • v8.9 Changes

    • โž• Added support for Elixir.
    • ๐Ÿ‘Œ Improve performance for bulk deletions of Events and Groups.
    • ๐Ÿ›  Fix rate limit logic for single organization mode.
    • โž• Added --no-repair flag for sentry upgrade for large installs.
    • ๐Ÿ›  Fixed bug with merging counters yielding the wrong values.
    • Require password confirmation when enabling/disabling 2fa.
    • ๐Ÿ’ป Collapse repeated frames in the stacktrace UI.
    • โž• Added weekly report emails behind feature flag.
    • Rebrand Rules as Alerts / Alert Rules.
    • โž• Add frequency to Alerts.

    Schema Changes

    
    - โž• Added unique index on ``Authenticator(user_id, type)``
    
  • v8.8 Changes

    • โž• Added unique user frequency rule condition.
    • ๐Ÿ›  Fixed a major performance regression from 8.7 on the GroupTagValue model.
    • ๐Ÿ”’ Various security fixes related to CSRF and XSS.
    • Server side filtering of event ingest.

    Schema Changes

    
    - โœ‚ Removed ``HelpPage`` model.
    - โž• Added ``OrganizationMember.token`` column.
    - โœ‚ Removed ``OrganizationMember.counter`` column.
    
  • v8.7 Changes

    • โœ‚ Removed "Replay Request" feature.
    • โฌ†๏ธ Upgraded underlying redis library to resolve some networking issues.
    • โž• Added support for minified React exceptions.

    Schema Changes

    
    - โœ‚ Remove index ``GroupTagValue(project_id)``.
    - โž• Added ``Rule.status`` column.
    - โž• Added ``GroupRelease`` model.
    - โž• Added ``Environment`` model.
    - โž• Added ``ReleaseEnvironment`` model.
    
  • v8.6 Changes

    • The message attribute on Event/Group is now purely used for search storage.
    • The sentry.interfaces.Message interface now contains a formatted attribute.
    • SENTRY_MANAGED_USER_FIELDS now defaults to an empty list.
    • Issues now render based on the type of data present, which are represented by the type and metadata attributes in API responses.
    • Stacktrace rendering has been greatly simplified and unified across languages.
    • Client's may now pass the 'contexts' attribute, which will eventually supercede 'extra'.
    • Various named contexts are now automatically generated and summarized for Cocoa and JavaScript issues.
    • โž• Added JSON formatting for logs with system.logging-format.
    • โž• Added a loglevel command line flag to most commands.
    • โž• Added two factor authentication support.
    • โž• Added support for setting IP address of an event automatically on event submission for all platforms.
    • โž• Added unsubscribe links to mails.
    • โž• Added email verification.
    • โž• Added ability to link/unlink Issues, support is dependent on plugins.
    • Can now toggle between minified/original code in stacktraces where sourcemaps were applied.
    • ๐Ÿš€ Can now upload release artifacts with tilde prefix (~) to omit protocol + host in URL lookups.

    Schema Changes

    
    - Added ``User.is_password_expired`` column.
    - Added ``User.last_password_change`` column.
    - โž• Added ``UserEmail`` model.
    - โž• Added unique index on ``GroupTagValue(group_id, key, value)``
    - Remove unique index on ``GroupTagValue(project_id, group_id, key, value)``
    - โž• Added index on ``GroupTagValue(project_id, key, value)``
    - โž• Added ``GroupSubscription`` model.
    
  • v8.5.1 Changes

    • ๐Ÿ›  Fixed issue with new Unsubscribe links in emails not working.
    • ๐Ÿ›  Fixed bug with raven-js compatibility with IE8.
    • ๐Ÿ›  Fixed bug handling IPv6 addresses.
  • v8.5 Changes

    • โž• Added option to upload a profile image as an alternative to Gravatar.
    • ๐Ÿ—„ Deprecated sentry celery subcommand in favor of sentry run {worker|cron}.
    • ๐Ÿ’ป Breadcrumb interface now rendered in event UI.
    • Project notification settings page now indicates if current user is subscribed to active project.
    • ๐Ÿ‘‰ User is now automatically redirected to login page if their session expires inside React client application.
    • โž• Added new auth tokens to deprecate the usage of the older API keys.

    Schema Changes

    
    - โž• Added ``ProjectPlatform`` model.
    - โž• Added index on``EventTag`` index.
    - โž• Added unique index on ``UserReport`` model.
    - โž• Added ``UserAvatar`` model.
    - โž• Added ``EventTag.group_id`` column.
    - โž• Added ``ApiToken`` model.
    - โž• Added ``Authenticator`` model.