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

Changelog History
Page 8

  • v8.4.1 Changes

    • 🛠 Fixed issue in running 8.4 migrations on MySQL only.
    • 🛠 Fixed issue that caused an infinite loop in patch_context.py under a race condition.
    • 💻 Silently ignore breadcrumb data coming from clients instead of showing an error in the UI.
  • v8.4 Changes

    • 🛠 Fixed bug that caused some email subjects to be generated without respecting the project subject prefix option.
    • Organization's can now opt-in to early adopter features (via organization settings).
    • 0️⃣ User Feedback is now enabled by default.
    • 🗄 Deprecated sentry start in favor of new sentry run.
    • 0️⃣ Access is no longer restricted by default to the domain matching system.url-prefix. You must opt into this by setting ALLOWED_HOSTS explicitly.
    • Replaced Gravatar mystery man with letter avatars
    • ➕ Added 'Events Per Hour' graph to organization dashboard
    • 🚚 Moved organization activity stream to main column from sidebar

    Schema Changes

    
    - ➕ Added ``DSymSymbol`` model.
    - ➕ Added ``DSymSDK`` model.
    - ➕ Added ``DSymObject`` model.
    - ➕ Added ``DSymBundle`` model.
    
  • v8.3.3 Changes

    • 🔒 [SECURITY] Fixed a bug which allows API keys more permission than granted within the organization.
  • v8.3.2 Changes

    • 🛠 Fixed bug affecting only MySQL users, see GH-3030 <https://github.com/getsentry/sentry/issues/3030>_.
  • v8.3.1 Changes

    • 🛠 Fixed bug that, ironically, prevented saving a saved search.
    • 🛠 Fixed bug when merging groups and the counts are merged incorrectly.
    • 🛠 Fixed bug that caused the Installation Wizard to never go away if using a non-smtp email.backend setting.
    • 🛠 Fixed an ImproperlyConfigured issue from a cascading error.
  • v8.3.0 Changes

    • ➕ Added initial support for per-project callsigns and short IDs. This feature is not exposed to users yet.
    • 👌 Improved static file delivery performance.
    • ➕ Added CLI tool to monitor queue sizes. sentry queues --help
    • 🔧 Moved email configuration into config.yml.
    • ➕ Added mailing list support (via List-Id header) for outbound email.
    • 🔀 URLs for issues that have been merged now redirect to the issue that absorbed the requested issue.
    • 💻 Projects can now be bookmarked in the UI.
    • 0️⃣ Dashboard is now the default view for an organization.

    Schema Changes

    
    - ➕ Added ``ProjectDSymFile`` model.
    - ➕ Added ``Counter`` model.
    - ➕ Added ``GlobalDSymFile`` model.
    - ➕ Added ``Group.short_id`` column.
    - Added ``sentry_increment_project_counter`` function for PostgreSQL.
    - ➕ Added ``Project.forced_color`` column.
    - ➕ Added ``GroupRedirect`` model.
    
  • v8.2.5 Changes

    • 🔒 [SECURITY] Fixed a bug which allows API keys more permission than granted within the organization.
  • v8.2.4 Changes

    • 🔒 [SECURITY] If being run in multi-organization mode, it was possible for a user to craft a URL which would allow them to view membership details of other users.
  • v8.2.3 Changes

    • 🛠 Fix compatibility with Redis 2.8.9.
  • v8.2.2 Changes

    • 🔒 [SECURITY] Fixed an issue where a superuser had the ability to inject data into audit logs through the admin UI.