Skip to content

v0.2: Auth & Configuration

Compare
Choose a tag to compare
@mtford90 mtford90 released this 12 Jun 16:43
· 767 commits to master since this release
  • 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