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

Changelog History
Page 9

  • v8.2.1 Changes

    • ๐Ÿ›  Fix compatibility with setuptools 20.2
  • v8.2.0 Changes

    • SENTRY_DISALLOWED_IPS is no longer configured by default. If you're exposing Sentry outside of your company you may wish to configure this.
    • ๐Ÿ“š Do not require the documentation sync on repair to succeed.
    • โž• Added basic organization on-boarding.
    • ๐ŸŒ Project keys are no longer usable within the web API.
    • ๐Ÿ‘ Allow requiring data scrubbing security options as an organization wide setting.
    • โž• Added basic support for dsym symbol handling. This feature might leave behind temporary files when used in this version.
    • Added support for named Redis clusters for consistency in Redis connection management (GH-2693). This adds a redis.clusters section to config.yml (see documentation), and deprecates the SENTRY_REDIS_OPTIONS setting and per-backend configuration of Redis clusters.

    Schema Changes

    
    - โž• Added ``ProjectBookmark`` model.
    - โž• Added ``EventTag`` model.
    - โž• Added ``OrganizationOnboardingTask`` model.
    
  • v8.1.5 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.1.4 Changes

    • ๐Ÿ”’ [SECURITY] Fixed an issue where a superuser had the ability to inject data into audit logs through the admin UI.
  • v8.1.3 Changes

    • ๐Ÿ›  Fix compatibility with setuptools 20.2
  • v8.1.2 Changes

    • ๐Ÿš‘ [CRITICAL] Fix issue running sentry start with supervisord.
    • ๐Ÿ›  Fix compatibility with older versions of djangorestframework.
    • โšก๏ธ Updated member invitation emails.
  • v8.1.1 Changes

    • ๐Ÿ›  Fix broken static files compiled from 8.1.0. :(
  • v8.1.0 Changes

    Schema Changes

    - Remove FK constraints from ``Event.group_id``, ``Event.project_id``, ``EventMapping.group_id``, and ``EventMapping.project_id``.
    - โž• Added ``SavedSearch.is_default`` column.
    - โž• Added new ``SavedSearchUserDefault`` model.
    
  • v8.0.6 Changes

    • ๐Ÿ›  Fixed assignee dropdown not being clickable from touch devices.
    • ๐ŸŒ Don't ignore SENTRY_WEB_OPTIONS['workers'] value if set.
    • ๐Ÿ›  Fix Global Throughput dashboard in admin.
    • ๐Ÿ›  Fix display for Release names when they include special characters.
    • โž• Added new sentry config generate-secret-key to help with regenerating a new SECRET_KEY value if needed.
  • v8.0.5 Changes

    • ๐Ÿš‘ [CRITICAL] Fixed another issue where performing a bulk merge could merge more than intended. We're pretty confident we got this all squared away now. :(
    • ๐Ÿ›  Fixed a bug where Issue assignment emails weren't being delivered.