Skip to content

Commit 9ff0f9d

Browse files
committed
8.7.0
1 parent ab6001a commit 9ff0f9d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGES

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
Version 8.7 (Unreleased)
2-
------------------------
1+
Version 8.7
2+
-----------
33

44
- Removed "Replay Request" feature.
5+
- Upgraded underlying redis library to resolve some networking issues.
6+
- Added support for minified React exceptions.
7+
8+
Schema Changes
9+
~~~~~~~~~~~~~~
10+
11+
- Remove index ``GroupTagValue(project_id)``.
12+
- Added ``Rule.status`` column.
13+
- Added ``GroupRelease`` model.
14+
- Added ``Environment`` model.
15+
- Added ``ReleaseEnvironment`` model.
516

617
Version 8.6
718
-----------

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.7.0.dev0'
49+
VERSION = '8.7.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)