What's Changed * Added support for `application/vnd.*+json` media types by OmarNunezG in https://github.com/vishalanandl177/DRF-API-Logger/pull/93 * Fix middleware handling to skip logging for static and media file requests by abe-101 in https://github.com/vishalanandl177/DRF-API-Logger/pull/97
New Contributors * OmarNunezG made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/93 * abe-101 made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/97
1. [Function mask_sensitive_data now cover list of dicts.](https://github.com/vishalanandl177/DRF-API-Logger/commit/dd4d1dc34a74e3dcae392a076a11d56efd8a03cf) 2. [Now ignore data based on Maximum request and response body s…](https://github.com/vishalanandl177/DRF-API-Logger/commit/2cadf57da00d851ff49941dfeee9b5c5d683280c). 3. [Licence and version changes.](https://github.com/vishalanandl177/DRF-API-Logger/commit/b8c48e6b5c9ffa97b666d72e2bbce2871823d60b).
What's Changed * Update README.md - change HTTP status codes to integers by kylepollina in https://github.com/vishalanandl177/DRF-API-Logger/pull/78
New Contributors * kylepollina made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/78
1. It will look in header first 2. If not present in header, it will call function to generate uuid.
1.1.13
What's Changed * 📝 Update README by DavidRomanovizc in https://github.com/vishalanandl177/DRF-API-Logger/pull/72 * Update chartData date value by Protages in https://github.com/vishalanandl177/DRF-API-Logger/pull/77 * Added support for application/octet-stream by roshenmaghhan in https://github.com/vishalanandl177/DRF-API-Logger/pull/73
New Contributors * DavidRomanovizc made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/72 * Protages made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/77 * roshenmaghhan made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/73
What's Changed * chore: localize static files by Etuloser in https://github.com/vishalanandl177/DRF-API-Logger/pull/63 * Added logic to exclude parameters present in the API URL string by cantus-firmus in https://github.com/vishalanandl177/DRF-API-Logger/pull/67 * Added support for logging APIs returning GZIP data by cantus-firmus in https://github.com/vishalanandl177/DRF-API-Logger/pull/66
New Contributors * Etuloser made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/63 * cantus-firmus made their first contribution in https://github.com/vishalanandl177/DRF-API-Logger/pull/67
1. Changed request.path to request.path_info in middleware. 2. Deprecation warning for thread setName or getName. 3. Request twice when the method is not in DRF_API_LOGGER_METHODS. 4. Unicode Escape problem in headers, body, and responses.