File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
617Version 8.6
718-----------
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.7.0.dev0 '
49+ VERSION = '8.7.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