Deprecated
- The `log_level` configuration option is deprecated. Please use the new name
`core_agent_log_level` instead
([PR 273](https://github.com/scoutapp/scout_apm_python/pull/273)).
Added
- Change default "path" tag on web requests to capture query parameters as
well. This can be disabled by setting the config value `uri_reporting` to
`"path"`
([PR 268](https://github.com/scoutapp/scout_apm_python/pull/268),
[PR 269](https://github.com/scoutapp/scout_apm_python/pull/269)).
- Track the `urlconf` on Django, for multi-domain support
([PR 276](https://github.com/scoutapp/scout_apm_python/pull/276)).
- Track request queue time from the `X-Amzn-Trace-Id` header, which is [sent by
AWS ALB's](https://docs.aws.amazon.com/en_pv/elasticloadbalancing/latest/application/load-balancer-request-tracing.html)
([PR 279](https://github.com/scoutapp/scout_apm_python/pull/279)).
- Updated Core Agent version to 1.2.4 to support new features
([PR 280](https://github.com/scoutapp/scout_apm_python/pull/280)).
Fixed
- Fix Bottle path tagging to use path from URL rather than controller name
([PR 267](https://github.com/scoutapp/scout_apm_python/pull/267)).