Skip to content

Releases: jazzband/django-silk

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

v0.1.1

08 Jun 17:50
Compare
Choose a tag to compare
  • Bug fixes
  • Clean up
  • Django admin support

0.1: Initial

06 Jun 16:18
Compare
Choose a tag to compare

Initial release