Releases: jazzband/django-silk
Releases · jazzband/django-silk
0.6.0 Exportable profiles + unit test fixes + small enhancements
- Ability to export .profile as binary downloads
- Fixes to local development project to allow continued development
- Fixes to all unit tests for a green TravisCI build
- Usage of Django's six module versus a statically imported version
- Upgrade of Pillow requirement for successful installation
Thanks to: ( @hanleyhansen, @auvipy, @chrono, @svisser )
0.5.7 Django 1.9 support + various fixes / ehancements.
- Django 1.9 support
- Base64 encoding of raw request body for support of binary responses. (i.e. images)
- Ability to sort ascending/descending order in the RequestsView.
- Unit test enhancements.
- Stability tweaks and small performance improvements.
Thanks to ( @Alkalit , @trik , @blag , @Wrhector , @digitaldavenyc )
0.5.6
- Fixed report handling timing not included in meta-timing
- Support UUID in request headers
Courtesy of @rodcloutier
0.5.2: Bug Fixes
- Backwards compatibility for south migrations
0.5.1
0.5
0.4
Thanks to @JoshData for the following:
- Adds a setting to not log every request, which makes this easier to use on a high-load site
- Use Python's cProfile class to profile all method calls in a request (with a setting to turn it on)
- Adds a management command to clear the request/response/etc. tables
- Doesn't compute a reverse or load the configuration on every request
- Adds some indexes to the models
- On the SQL queries page, display the query start time as relative to the request start time
0.3.2: Maintenance
Bug fixes and styling.
0.3.1: Maintenance
Bug fixes.
0.3: Summary Page, Improved Filters
- Stability
- A new summary page
- More powerful filtering