Skip to content

Commit dc3fcd5

Browse files
committed
8.9.0
1 parent c7b0f13 commit dc3fcd5

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGES

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

420
Version 8.8
521
-----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
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

0 commit comments

Comments
 (0)