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

Changelog History
Page 18

  • v2.2.4 Changes

    • ๐Ÿ‘Œ Improve error logging in API.
    • โšก๏ธ Update Celery client code to use new send_encoded interfaces.
    • ๐Ÿ”„ Change JS datetimes to use UTC.
    • ๐Ÿ‘ฎ Force clients which specify version 2.0 or newer to pass identification.
    • ๐Ÿ‘ Better default logging configuration.
    • Adjust eventlet to monkey patch the world before any imports happen.
    • ๐Ÿ”ง Adjust default configuration to specify LOG and RUN directories.
    • โฌ†๏ธ upgrade now correctly handles the delete ghosts argument.
  • v2.2.3 Changes

    • Lower font size of counts on event list.
    • Align actions to right side (vertical).
    • ๐Ÿ›  Fix issue with long filters not transforming to selects.
  • v2.2.2 Changes

    • Corrected event_id key to contain (project_id, event_id).
    • 0๏ธโƒฃ Adjusted project form to default the user to the current user when accessed by an admin.
    • ๐Ÿ”„ Change sentry admin to be /manage/ to avoid any unintentional conflict with the Django admin.
  • v2.2.1 Changes

    • Cleaned up several pages.
  • v2.2.0 Changes

    • Sentry has a brand new design utilizing Bootstrap 2.
    • Superusers can now create projects for users.
  • v2.1.3 Changes

    • Ensure we truncate tokens to 128 characters for SearchDocument.
    • Gracefully handle errors with indexing.
    • Gracefully handle errors with post_process.
    • ๐Ÿšฆ Gracefully handle errors with regression_signal.
    • ๐Ÿ›  Fixed priority sort option not activating.
  • v2.1.2 Changes

    • ๐Ÿ›  Fixed an issue that was causing signals to not be registered.
    • 0๏ธโƒฃ Made date the default sort order for aggregate stream.
  • v2.1.1 Changes

    • ๐Ÿ›  Fixed an issue with indexing pre and post context on templates.
  • v2.1.0 Changes

    • pytz is now a requirement.
    • ๐Ÿ”„ Changed default TIME_ZONE to be "UTC".
    • Corrected some issues around how dates were localized.
    • ๐ŸŽ‰ Initial implementation of full-text search.
    • ๐Ÿ›  Fixed sending of regression_signal so it only happens if event has been marked as new.
    • Changed ProjectMember.get_dsn() to use request.get_host() which corrects a bug in some webservers.
  • v2.0.2 Changes

    • โฌ†๏ธ start no longer performs upgrade as its problematic.
    • ๐ŸŽ‰ Initial queue usage (optional).
    • ๐Ÿ›  Fix reference to bookmark_querystring.
    • โž• Added DSN to project member details page.