Releases: rehive/drf-request-logging
Releases · rehive/drf-request-logging
0.0.15
0.0.14
Incremented version
0.013
Enhancements
- Added support for idempotent=false views that throw an error if called with an idempotency key.
- Added pre masking of data before insertion into the database.
0.0.12
Enhancements
- Switched to the generic Django JSONField instead of using the additional postgres ones.
- Added a new
Idempotent-Replayed
header on idempotent requests that are replayed.
0.0.11
Fixed issue with variable length ID
0.0.8
Fixed the response data variables
0.0.7
Added new masking handling as well as new response body decoding.
0.0.3
Added better indexes.
0.0.2
Added new request logging
0.0.1
Added request logging admin py