Skip to content

Releases: rehive/drf-request-logging

0.0.15

22 Feb 13:54
Compare
Choose a tag to compare
Added new version of deepcopy handling

0.0.14

22 Feb 13:54
Compare
Choose a tag to compare
Incremented version

0.013

22 Feb 12:49
Compare
Choose a tag to compare

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

11 Dec 16:01
Compare
Choose a tag to compare

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

21 Aug 14:38
Compare
Choose a tag to compare
Fixed issue with variable length ID

0.0.8

20 Mar 21:23
Compare
Choose a tag to compare
Fixed the response data variables

0.0.7

20 Mar 21:19
Compare
Choose a tag to compare

Added new masking handling as well as new response body decoding.

0.0.3

24 Jan 13:52
Compare
Choose a tag to compare

Added better indexes.

0.0.2

22 Jan 08:08
Compare
Choose a tag to compare
Added new request logging

0.0.1

22 Jan 08:07
Compare
Choose a tag to compare
Added request logging admin py