Implemented enhancements:
Fixed bugs:
- Long url path causes Http 500 #312
Closed issues:
- Permission checking is skipped due to order of silk_profile decorator #336
- Support gprof2dot 2017.09.19 #332
- Duplicate #310 #328
- Profiling management commands #327
- NoReverseMatch at /cart/detail/ Reverse for 'cart_add' with arguments not found. #324
- Request body sanitization #305
- How to profile middleware? #303
- Disabling Silk for specific URLs #292
- silk_clear_request_log fails on Postgres #290
- silk profile is not work, with dango-version 2.0.2 and django-silk version 2.0.0 #277
- DataError: value too long for type character varying(190) #179
Merged pull requests:
- Update gprof2dot requirement #333 (Regzon)
- Make Request.garbage_collect cheaper #331 (xrmx)
- Sort view filters values #330 (xrmx)
- Update Travis CI matrix #326 (kevin-brown)
- Fix unit for max response body size in readme #325 (st4lk)
- Mask sensitive data #322 (egichuri)
- Disclose security issues #321 (acu192)
- If there is no DataCollector().request then don't wrap sql queries #320 (rwlogel)
- Prevent path or view_name being longer than 190 characters #314 (smaccona)
- Disable postgres USER triggers #299 (gforcada)
- Fix #297 remove explicit byte string from migration 0003 #298 (florianm)
- Modernize middleware #296 (gforcada)
- Added a simple view in request detail context allowing to get python profile #295 (laurentb2)