------------------ Added ~~~~~ * Added signals monitoring_support_process_request, monitoring_support_process_response, and monitoring_support_process_exception to the MonitoringSupportMiddleware to enable plugging in monitoring capabilities.
7.0.1
------------------ Fixed ~~~~~ * Fix bug where code owner custom attributes were being defined, even when the CODE_OWNER_MAPPINGS setting was not defined.
7.0.0
------------------ Removed ~~~~~~~ * Remove unused ``background_task`` monitoring function. * Remove ``get_current_transaction`` (used internally only) from the public API.
6.1.0
--------------------- Changed ~~~~~~~ * Added Datadog implementation of ``set_monitoring_transaction_name`` and refactored the functionality.
6.0.0
--------------------- Added ~~~~~ * Added support for python3.12 * Dropped support for python<3.12 versions