0.11.0
Security fixes
- [dbapi] remove
sql.querytag from SQL spans, so that the content is properly obfuscated in the Agent. This security fix is required to prevent wrong data collection of reported SQL queries. This issue impacts only MySQL integrations and NOTpsycopg2orsqlalchemywhile using the PostgreSQL driver. (#421)
New integrations
- [django] add support for Django 2.0 (#415 -- thanks @sciyoshi!)
- [mysql]
MySQL-pythonandmysqlclientpackages are currently supported (#376 -- thanks @yoichi!) - [psycopg2] add support for version 2.4 (#424)
- [pylons] Pylons >= 0.9.6 is officially supported (#416)
Bugfixes
- [core]
ddtrace-runscript acceptsDATADOG_PRIORITY_SAMPLINGto enable Priority Sampling (#426) - [pylons] add distributed tracing via kwarg and environment variable (#425, docs)
- [pylons]
ddtrace-runscript can patch aPylonsApp(#416) - [pylons] add tracing to Pylons
renderfunction (#420)
Read the full changeset and 0.11.0 milestone.