File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1- Version 8.9 (Unreleased)
2- ------------------------
1+ Version 8.9
2+ -----------
3+
4+ - Added support for Elixir.
5+ - Improve performance for bulk deletions of Events and Groups.
6+ - Fix rate limit logic for single organization mode.
7+ - Added ``--no-repair`` flag for ``sentry upgrade`` for large installs.
8+ - Fixed bug with merging counters yielding the wrong values.
9+ - Require password confirmation when enabling/disabling 2fa.
10+ - Collapse repeated frames in the stacktrace UI.
11+ - Added weekly report emails behind feature flag.
12+ - Rebrand Rules as Alerts / Alert Rules.
13+ - Add frequency to Alerts.
14+
15+ Schema Changes
16+ ~~~~~~~~~~~~~~
17+
18+ - Added unique index on ``Authenticator(user_id, type)``
319
420Version 8.8
521-----------
Original file line number Diff line number Diff line change 4848)
4949
5050# The version of sentry
51- VERSION = '8.9.0.dev0 '
51+ VERSION = '8.9.0'
5252
5353# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
5454# in multiprocessing/util.py _exit_function when running `python
You can’t perform that action at this time.
0 commit comments