File tree 4 files changed +19
-3
lines changed
4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.5.6
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - Create feature.yml (#1350 ) by @vladanpaunovic
8
+ - Update contribution guide (#1346 ) by @antonpirker
9
+ - chore: add bug issue template (#1345 ) by @vladanpaunovic
10
+ - Added default value for auto_session_tracking (#1337 ) by @antonpirker
11
+ - docs(readme): reordered content (#1343 ) by @antonpirker
12
+ - fix(tests): Removed unsupported Django 1.6 from tests to avoid confusion (#1338 ) by @antonpirker
13
+ - Group captured warnings under separate issues (#1324 ) by @mnito
14
+ - build(changelogs): Use automated changelogs from Craft (#1340 ) by @BYK
15
+ - fix(aiohttp): AioHttpIntegration sentry_app_handle() now ignores ConnectionResetError (#1331 ) by @cmalek
16
+ - meta: Remove black GH action (#1339 ) by @sl0thentr0py
17
+ - feat(flask): Add ` sentry_trace() ` template helper (#1336 ) by @BYK
18
+
3
19
## 1.5.5
4
20
5
21
- Add session tracking to ASGI integration (#1329 )
Original file line number Diff line number Diff line change 29
29
copyright = u"2019, Sentry Team and Contributors"
30
30
author = u"Sentry Team and Contributors"
31
31
32
- release = "1.5.5 "
32
+ release = "1.5.6 "
33
33
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
34
34
35
35
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def _get_default_options():
101
101
del _get_default_options
102
102
103
103
104
- VERSION = "1.5.5 "
104
+ VERSION = "1.5.6 "
105
105
SDK_INFO = {
106
106
"name" : "sentry.python" ,
107
107
"version" : VERSION ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "1.5.5 " ,
24
+ version = "1.5.6 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments