* Fixed an issue with OpenTracing bridge and dropped spans (687) * Fixed bug that would make the agent ignore the `hostname` configuration setting (689)
5.3.2
Bug fixes
* Added support for IPv6 address format when parsing urls (649)
5.3.1
New Features
* Added support for shortening dicts in local variables 638
5.3.0
New Features
* added instrumentation for mysql-connector and pymysql (603) * implemented stack_trace_limit configuration option (623) * autoinsert tracing middleware in django settings (625)
Bugfixes
* fixed issue with transactions not being captured when errors occur in Flask (635)
5.2.3
Bugfixes
* ensure that metrics with value 0 are not collected if they have the `reset_on_collect` flag set (615) * unwrap postgres cursor for newly introduced psycopg2 extensions (621) * fix pod ID for kubernetes when using the systemd cgroup driver (631)
5.2.2
Bugfixes * fixed an issue where a `cpu_total` of `0` could cause an exception (610, 611)