Add: - Use Batch API for higher performance. Need to enable via USE_CELERY
1.3.4
Add: - Added support for automatically capturing outgoing API calls to 3rd parties like Stripe or your own dependencies. Just set the CAPTURE_OUTGOING_REQUESTS option to True.
1.3.2
Fixes: - 9 Do not log Request Body for multipart, recreate stream for any downstream reads of request body
1.3.1
Add: - Support for using Celery as a queuing backend 6 7 8 - Updated docs with new USE_CELERY config switch