Skip to content

0.7.0 Django 1.10 support + various enhancements

Compare
Choose a tag to compare
@avelis avelis released this 21 Sep 16:00
· 514 commits to master since this release
  • You can now choose to save binary profile to a path/location of your choosing. (#131)
  • Middleware update to SilkyMiddleware allows for Django 1.10 compatibility. (#138)
  • csrf imports in requests.py have been swapped to avoid emitting errors. (#136)
  • Manifest file update to allow compilation of project on Windows machines. (#139)
  • Logging has been namespaced for finer-grained control of logging output across Silk components. (#133)

Thanks to (@javaguirre, @blag, @shanx, @leifdenby, @aehlke )