Added
- Add Dramatiq integration
([PR 223](https://github.com/scoutapp/scout_apm_python/pull/223)).
- Add Nameko integration
([PR 212](https://github.com/scoutapp/scout_apm_python/pull/212)).
- Track Celery task `is_eager`, `exchange`, `routing_key` and `queue` tags
([PR 205](https://github.com/scoutapp/scout_apm_python/pull/205)).
- Track Celery task time in queue with context tag `queue_time`
([PR 206](https://github.com/scoutapp/scout_apm_python/pull/206)).
- Track Celery task ID with context tag `task_id`, and parent task's ID (for
chains, chords, etc.) with context tag `parent_task_id`
([PR 227](https://github.com/scoutapp/scout_apm_python/pull/227)).
- Improve Django admin views' traced names. Before all admin classes' traces
would be merged by function name such as
`django.contrib.admin.options.changelist_view`. Now traces appear per admin
class, for example `django.contrib.auth.admin.UserAdmin.changelist_view`
([PR 226](https://github.com/scoutapp/scout_apm_python/pull/226)).
Fixed
- Updated Core Agent version to 1.1.11. This fixes the `scm_subdirectory`
configuration option.