Skip to content

Commit 357d6d3

Browse files
committed
8.8.0
1 parent 3aee381 commit 357d6d3

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGES

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
Version 8.8 (Unreleased)
2-
------------------------
1+
Version 8.8
2+
-----------
3+
4+
- Added unique user frequency rule condition.
5+
- Fixed a major performance regression from 8.7 on the ``GroupTagValue`` model.
6+
- Various security fixes related to CSRF and XSS.
7+
- Server side filtering of event ingest.
8+
9+
Schema Changes
10+
~~~~~~~~~~~~~~
11+
12+
- Removed ``HelpPage`` model.
13+
- Added ``OrganizationMember.token`` column.
14+
- Removed ``OrganizationMember.counter`` column.
315

416
Version 8.7
517
-----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
from setuptools.command.develop import develop as DevelopCommand
4747

4848
# The version of sentry
49-
VERSION = '8.8.0.dev0'
49+
VERSION = '8.8.0'
5050

5151
# Also see sentry.utils.integrationdocs.DOC_FOLDER
5252
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(

0 commit comments

Comments
 (0)