* Added Celery task and management command to prune log records. * [29] Changed request URL-field to textfield to handle arbitrary URL lengths.
0.5.2
==================
Improved robustness after observing (likely) an APM bug.
Crashes when trying to save the log records to the database are now suppressed. This means you lose the log record, but the application itself should continue to function properly.
0.5.1
==================
Fixed a bug causing request logging to happen multiple times.
0.5.0
==================
**💥 Breaking changes**
* This library now logs to the "log_outgoing_requests" logger instead of "requests". Update your ``settings.LOGGING["loggers"]`` accordingly.
Other changes
* [15] Ensure that requests are logged when request errors occur * [11] Add changelog file