Releases: Moesif/moesifdjango
Releases · Moesif/moesifdjango
v2.0.0
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:
v1.7.8
Refactor:
- Avoid passing scheduler logging message to ancestor loggers
v1.7.6
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
Add:
- Better support for for gzip body
Refactor:
- User, Company, and ClientIp as Class
v1.7.2
Update moesifapi version to 1.3.0
v1.7.1
Add:
- Campaign object to Update User and Company test
v1.7.0
Fix:
- Issue where multipart is not logged, which could affect certain GraphQL queries.
1.6.2
Add:
- company_id added to update_user
v1.6.1
Add:
- Sampling and one-click suppression can be set on a company or user level in Moesif.
v1.6.0
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