Releases: jazzband/django-silk
Releases · jazzband/django-silk
3.0.0
2.0.0
1.1.0
1.0.0
- Improved MySQL support (#167 , #38)
- Changes length of Request.path and Request.view_name fields
- Length changes accounts for utf8bm4
- Updates travis matrix and requirements dependencies versions (#165)
- Drops Django 1.7 Support & starts Django 1.11 testing
- Fixes scenario where ValueError exception is raised therefore causing no profiling to register (#161 , #164)
- Adds configuration for wheels support (#168 , #149)
- Adds Code style improvements for readability (#166)
IMPORTANT As a major version release, expect some unintended quirks over existing installations. @smaccona highlighted a couple MySQL scenario's here . PostgreSQL users should be fine. Upgrade accordingly.
0.7.3
0.7.2 Django 1.10 Middleware fix + PostgreSQL usage’ fixes
- Fixes Django 1.10 middleware instantiation issue #148
- Fixes Middleware exception handling to be SQL agnostic #142, #144, #146, #150
- Adds TravisCI testing of various SQL backends #145
Thanks to ( @mattjegan , @hanleyhansen , @lockie )
0.7.1 Retry handling for SQL OperationalError's
- In the event of an SQL OperationalError while trying to process a request due to a large query, a try catch was introduced to retry the processing (#140).
Thanks to @hanleyhansen.
0.7.0 Django 1.10 support + various enhancements
- You can now choose to save binary profile to a path/location of your choosing. (#131)
- Middleware update to SilkyMiddleware allows for Django 1.10 compatibility. (#138)
csrf
imports inrequests.py
have been swapped to avoid emitting errors. (#136)- Manifest file update to allow compilation of project on Windows machines. (#139)
- Logging has been namespaced for finer-grained control of logging output across Silk components. (#133)
Thanks to (@javaguirre, @blag, @shanx, @leifdenby, @aehlke )