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

Changelog History
Page 23

  • v1.6.10 Changes

    • โž• Added JSON support to storage API.
    • ๐Ÿ”„ Changed default client to use JSON format.
  • v1.6.9 Changes

    • โž• Added URLs to default search parameters.
    • ๐Ÿ›  Fixed a bug to ensure template information is only added if its the correct loader
  • v1.6.9.1 Changes

    • ๐Ÿ›  Fixed an issue with encoding to UTF-8 for Haystack.
  • v1.6.8 Changes

    • Search no longer allows filters.
    • Search no longer allows arbitrary queries without Haystack.
    • โž• Added logger, level, site, server, and url to search index.
    • โšก๏ธ Haystack has been updated for further flexibility.
    • โšก๏ธ SearchFilter is now unused (you should update your configs).
  • v1.6.8.1 Changes

    • Search will now show when unauthenticated (e.g. when SENTRY_PUBLIC is enabled)
  • v1.6.7 Changes

    • ๐Ÿšš Moved static media into /static/.
    • โž• Added serve_static view to handle static media solely within Sentry.
    • Added SENTRY_STATIC_URL_PREFIX setting.
  • v1.6.6 Changes

    • setup.py install will no longer install example_project.
    • Fixed an issue where sentry would be called even if it wasn't a callable.
    • ๐Ÿ›  Fixed an issue where transactions would attempt a rollback when not managed while creating the sort index.
  • v1.6.4 Changes

    • ๐Ÿ›  Fixed a memory leak due to TextNode's being created from leading whitespace in realtime packets.
  • v1.6.3 Changes

    • ๐Ÿ›  Fixed a critical bug in the Sentry JS namespace preventing it from loading.
  • v1.6.2 Changes

    • LogHandler will attempt to pick up the request automatically using SentryLogMiddleware.
    • โšก๏ธ Updated AJAX CSRF support for Django 1.2.5.
    • request.sentry is now set in any event which has request as part of the parameters.