New features/Implemented enhancements:
- Ability to clean up all requests/queries #368 (nasirhjafri)
- Used bulk_create to save number of queries #370 (nasirhjafri)
- Dropped Python 2 and 3.4 support #380 (munza)
- Added Python 3.8 support #380 (nasirhjafri)
- Removed django<2.2 support and added django 3.0 support #385 (nasirhjafri)
- Add function support for enabling profiling #391 (tredzko)
Fixed bugs:
- Mask authorization header #376 (StefanMich)
Closed issues:
- Ability to clean up all requests/queries #365
- Use bulk_create to save number of queries #369
- Headers are not sanitized #375
- Django 3 support #382
- Support functional cProfile enable #390
Merged pull requests:
- Mask authorization header #376 (StefanMich)
- Ability to clean up all requests/queries #368 (nasirhjafri)
- Used bulk_create to save number of queries #370 (nasirhjafri)
- Dropped Python 2 and 3.4 support #380 (munza)
- Added Python 3.8 support #380 (nasirhjafri)
- Removed django<2.2 support and added django 3.0 support #385 (nasirhjafri)
- Add function support for enabling profiling #391 (tredzko)