Skip to content

Commit

Permalink
CHANGES for 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Feb 1, 2016
1 parent d3a7620 commit e8f8f3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 8.1.0
-------------

- Default web server is now uWSGI (https://uwsgi-docs.readthedocs.org/en/latest/) to replace gunicorn.
- New "Saved Searches". See: http://blog.getsentry.com/2016/01/19/introducing-saved-searches.html

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.

Version 8.0.6
-------------

Expand Down

0 comments on commit e8f8f3d

Please sign in to comment.