Releases: MindscapeHQ/raygun4py
Releases · MindscapeHQ/raygun4py
v3.1.6
v3.1.5
v3.1.4
v3.1.3
v3.1.2
v3.1.1
v3.1.0
- Add on_grouping_key for custom grouping logic
- Add Django, Flask and WSGI middleware for Python 3
- Allow Django settings.py config override
- Surface more environment data (versions, interpreter location etc) for Python itself and Django/Flask
- Fix WSGI close() implementation when an exception is raised while handling a prior one (match spec)
v3.0.3
- Add 'httpTimeout' option to config
- Much improved unicode handling for local variables for both py2 and py3
- Fix Django >1.8 raw_post_data bug
- Internal: upgrade from httplib to requests (urllib3); provider errors are now output to loggers instead of stdout/stderr; CI now runs on Travis in container-mode
v3.0.2
- Fix UnicodeDecodeError being thrown when sending payload due to jsonpickle not pickling large binary values correctly (such as local variable bytestrings or high-codepoint unicode characters)
- Guard added for tracebacks with null method names (such as exceptions from C-wrapper libraries)