4.1.0 (2020-08-07)
New features/Implemented enhancements:
Fixed bugs:
- Capture entire key name during cleansing in _mask_credentials #414 (ThePumpingLemma)
- Clear DB error when configuring silk to use a non-' default' database #417 (eshxcmhk)
- Fix force_text RemovedInDjango40Warning #422 (justinmayhew)
Closed issues:
- _mask_credentials uses UGC in a regex substitution #410 (barm)
- Django Silk is not compatible with Django 3.1: EmptyResultSet is removed in Django 3.1 #431 (Tirzono)
Merged pull requests:
- Wrap re.sub() in try-except #412 (bambookchos)
- Replace the call to re.findall with re.sub in _mask_credentials so matched values are not treated as regex patterns #413 (ThePumpingLemma)
- Capture entire key name during cleansing in _mask_credentials #414 (ThePumpingLemma)
- Clear DB error when configuring silk to use a non-' default' database #417 (eshxcmhk)
- Fix force_text RemovedInDjango40Warning #422 (justinmayhew)
- Make compatible with Django 3.1 #432 (Tirzono)
- Update README.md django-silk is tested with Django 3.1 #433 (Tirzono)