Skip to content

Releases: Moesif/moesifdjango

v1.3.1

07 Feb 01:19
Compare
Choose a tag to compare

Add:

  • Support for using Celery as a queuing backend #6 #7 #8
  • Updated docs with new USE_CELERY config switch

v1.2.4

05 Feb 17:59
Compare
Choose a tag to compare

Fixes:

  • Not sending rsp_time causing latency to be 0ms

v1.2.3

03 Feb 01:56
Compare
Choose a tag to compare

Fixes:

  • Django 1.9 or older: You cannot access body after reading from request's data stream

v1.2.2

02 Feb 20:09
Compare
Choose a tag to compare

Fixes:

  • IndentationError: unindent does not match any outer indentation level

v1.2.1

14 Dec 04:21
92f78ae
Compare
Choose a tag to compare

Add:

  • Error messages for Middleware in Django 1.9 and older

v1.2.0

11 Oct 21:44
Compare
Choose a tag to compare

Add:

  • ability to add custom metadata to a request

v1.1.1

28 Mar 21:21
Compare
Choose a tag to compare

Add:
Support for base64 encoded binary data

Updated:
Docs regarding using MASK_EVENT_MODEL and more examples

Fixes:
Normalize Request and Response HTTP Headers
Cleanup debug messages

v1.0.7

04 Jan 04:25
Compare
Choose a tag to compare
not tested the case, but added body for in case the JSON can't be par…

…sed.