Sentry v1.7.0 Release Notes

    • ➕ Added score to GroupedMessage (schema change).
    • ➕ Added MessageIndex (schema change).
    • ➕ Added Async client (thanks to Yuri Baburov).
    • Added support for raw_post_data (thanks to Matthew Schinckel).
    • django-paging and django-indexer no longer need to be in INSTALLED_APPS.
    • ➕ Added an index for GroupedMessages.times_seen.
    • ⚡️ The score column will update atomically in PostgreSQL and MySQL.
    • ➕ Added the frequency sort option.
    • 👍 Better internationalization support.
    • 🛠 Fixed a bug with Oracle's date truncation support (changed to hh24).
    • Respect TIME_ZONE by using auto_now_* on DateTimeField's.
    • ✅ Tests required Haystack and Celery are now skipped if module is not found.