Improvements
- [bottle] use the
route
argument inTracePlugin
, to support Bottle 0.11.x (#439)
Bugfixes
- [django] gunicorn gevent worker wasn't instrumenting database connections (#442)
- [django] remove
MIDDLEWARE_CLASSES
deprecation warning from tests (#444) - [django] ensure only
MIDDLEWARE
orMIDDLEWARE_CLASSES
are loaded with tracing middlewares (#446)
Read the full changeset and the release milestone.