Skip to content

Releases: jazzband/django-silk

0.6.0 Exportable profiles + unit test fixes + small enhancements

12 Jul 20:32
Compare
Choose a tag to compare
  • 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.

21 Mar 05:26
Compare
Choose a tag to compare
  • 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

06 Sep 07:31
Compare
Choose a tag to compare
  • Fixed report handling timing not included in meta-timing
  • Support UUID in request headers

Courtesy of @rodcloutier

0.5.2: Bug Fixes

15 Apr 09:01
Compare
Choose a tag to compare
  • Backwards compatibility for south migrations

0.5.1

08 Apr 17:56
Compare
Choose a tag to compare
  • Various bug fixes
  • Django 1.8 support

0.5

08 Apr 08:01
Compare
Choose a tag to compare
0.5
  • Bug fixes, major one being the duplicate request identifiers
  • Addition of custom request interception.

0.4

17 Aug 20:53
Compare
Choose a tag to compare
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

22 Jul 17:06
Compare
Choose a tag to compare

Bug fixes and styling.

0.3.1: Maintenance

05 Jul 17:54
Compare
Choose a tag to compare

Bug fixes.

0.3: Summary Page, Improved Filters

17 Jun 16:26
Compare
Choose a tag to compare
  • Stability
  • A new summary page
  • More powerful filtering