File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
416Version 8.7
517-----------
Original file line number Diff line number Diff line change 4646from 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
5252INTEGRATION_DOC_FOLDER = os .path .join (os .path .abspath (
You can’t perform that action at this time.
0 commit comments