Skip to content

Commit f4b46b6

Browse files
committed
Add version 7 to protocols
1 parent fb4452f commit f4b46b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Version 7.7.0
1313
- Added celery app version check.
1414
- Added queue overview to internal administration.
1515
- Upped TSDB's storage of 10s to 60m of data.
16+
- Added protocol version 7 to client spec.
17+
- Adds 'fingerprint' attribute.
1618

1719
Version 7.6.2
1820
-------------

src/sentry/web/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# See http://probablyprogramming.com/2009/03/15/the-tiniest-gif-ever
6565
PIXEL = 'R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs='.decode('base64')
6666

67-
PROTOCOL_VERSIONS = frozenset(('2.0', '3', '4', '5', '6'))
67+
PROTOCOL_VERSIONS = frozenset(('2.0', '3', '4', '5', '6', '7'))
6868

6969

7070
def api(func):

0 commit comments

Comments
 (0)