Releases: sonus21/error-tracker
Releases · sonus21/error-tracker
v3.1.1
Support for Django 4.0
What's Changed
- Add support for Django 4 by @jeduardo211 in #24
New Contributors
- @jeduardo211 made their first contribution in #24
Full Changelog: v2.1.0...v3.0.0
Django Admin UI Support
This release has an additional setting that can be used for Django Admin UI support.
Version 2.0.0
- Bug fixes in import model
- Added an abstract error model in Django
- Added ajax based search
Version 1.1.8
- Added support for not sending similar notification
- Also duplicate ticket creation
Bug Fix
Optional Dependency
Due to supports of Django and Flask in the same code, it downloads all dependencies, whereas Django developer would not require Flask in theory and vice-versa.
Improved Exception Capturing
-
Protect views => In older release, exception pages could be browsed by anyone, now for Django only admin can browse whereas for Flask a view_permission object need to be passed.
-
Django REST Framework request body support.
-
Support some more ways to capture exception
- Using context manager
- Capture a specific message
- Capture exception with additional context details
1.1.2
Version 1.0
- Support for Django
- Support for Flask
- Support for standalone Python application