All Versions
231
Latest Version
Avg Release Cycle
50 days
Latest Release
-
Changelog History
Page 23
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.