We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add87ca commit a1f55d2Copy full SHA for a1f55d2
CHANGES
@@ -1,3 +1,11 @@
1
+Version 8.0.1
2
+-------------
3
+
4
+- Ignore ``blob:`` urls in hashing algorithms.
5
+- Bump ``extra`` data size to 16k (previously 4k)
6
+- Fixed some odd behavior where superusers appeared as members of a team when they weren't.
7
+- By default, new superusers created through ``sentry createuser`` will be added as a member to a team, if there is only one team available.
8
9
Version 8.0.0
10
-------------
11
setup.py
@@ -47,7 +47,7 @@
47
48
49
# The version of sentry
50
-VERSION = '8.0.0'
+VERSION = '8.0.1'
51
52
# Also see sentry.utils.integrationdocs.DOC_FOLDER
53
INTEGRATION_DOC_FOLDER = os.path.join(os.path.abspath(
0 commit comments