Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 3345043

Browse files
committed
Release 6.2.0
1 parent 7349090 commit 3345043

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
Version 6.1.0
216
-------------
317

raven/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__all__ = ('VERSION', 'Client', 'get_version')
1414

15-
VERSION = '6.2.0.dev0'
15+
VERSION = '6.2.0'
1616

1717

1818
def _get_git_revision(path):

0 commit comments

Comments
 (0)