Skip to content

Releases: jazzband/django-silk

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: Various bug fixes including duplicate request id & also addition of c…

08 Apr 08:01
Compare
Choose a tag to compare
  • 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

v0.2.2: Maintenance

13 Jun 08:15
Compare
Choose a tag to compare
  • Various bug fixes.

v0.2: Auth & Configuration

12 Jun 16:43
Compare
Choose a tag to compare
  • Authentication: Silk can now make use of the django auth backend.
  • Authorization: Silk can now be configured to permiss certain users.
  • Security bug fixes
    • No longer possible to view arbritary files through the SQL detail view.
  • Stability
  • Meta-profiling: Silk can now profile itself, displaying this information alongside each request
    • Overall time
    • Time spent in DB
    • Num. queries
  • HTTP body limits: Silk can now be configured to drop the request/response bodies if too large (or simply drop them entirely)
  • Timestamps: Silk now has timestamps on each request and profile