Skip to content

Releases: Moesif/moesifdjango

v2.0.0

18 Feb 00:01
c609581
Compare
Choose a tag to compare

Add:

  • Support to send events in batch
  • Event Queue size config option

Refactor:

  • Remove logger and use print message
  • Update moesifapi to 1.3.3

Remove:

  • Celery support

v1.7.8

09 Feb 23:56
ed49433
Compare
Choose a tag to compare

Refactor:

  • Avoid passing scheduler logging message to ancestor loggers

v1.7.6

31 Dec 21:48
59d5d32
Compare
Choose a tag to compare

Add:

  • Support to fetch user Id from authorization header
  • Helper functions to create event model
  • Helper functions for config options

Refactor:

  • Add Init method to the class
    -Add Classmethod to the function who doesn't need class instance
  • Test for Django1.9 and above & support for Python 2 and 3
  • Update README.md

v1.7.4

11 May 05:45
5884d9c
Compare
Choose a tag to compare

Add:

  • Better support for for gzip body

Refactor:

  • User, Company, and ClientIp as Class

v1.7.2

05 Dec 02:43
0956204
Compare
Choose a tag to compare

Update moesifapi version to 1.3.0

v1.7.1

16 Nov 02:17
41729d8
Compare
Choose a tag to compare

Add:

  • Campaign object to Update User and Company test

v1.7.0

04 Oct 19:49
Compare
Choose a tag to compare

Fix:

  • Issue where multipart is not logged, which could affect certain GraphQL queries.

1.6.2

27 Aug 01:07
2d25e5c
Compare
Choose a tag to compare

Add:

  • company_id added to update_user

v1.6.1

10 Aug 01:26
af66293
Compare
Choose a tag to compare

Add:

  • Sampling and one-click suppression can be set on a company or user level in Moesif.

v1.6.0

28 Jul 00:41
Compare
Choose a tag to compare

Updates:

  • Refactor Celery implementation to ensure best support for both Python 2.X and Python 3.X while supporting Celery 3 and Celery 4.
  • Optimize queue initialization for Celery
  • Refactor app configuration download