File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 6.2.0
2
+ -------------
3
+
4
+ * [Core] `get_frame_locals` properly using `max_var_size`
5
+ * [Core] Fixed raven initialization when `logging._srcfile` is None
6
+ * [Core] Fixed import locking to avoid recursion
7
+ * [Django] Fixed several issues for Django 1.11 and Django 2.0
8
+ * [Django/DRF] Fixed issue with unavailable request data
9
+ * [Flask] Added app.logger instrumentation
10
+ * [Flask] Added signal on setup_logging
11
+ * [ZConfig] Added standalone ZConfig support
12
+ * [Celery] Fixed several issues related to Celery
13
+
14
+
1
15
Version 6.1.0
2
16
-------------
3
17
Original file line number Diff line number Diff line change 12
12
13
13
__all__ = ('VERSION' , 'Client' , 'get_version' )
14
14
15
- VERSION = '6.2.0.dev0 '
15
+ VERSION = '6.2.0'
16
16
17
17
18
18
def _get_git_revision (path ):
You can’t perform that action at this time.
0 commit comments