* added support for [`psycopg2.sql.SQL`](http://initd.org/psycopg/docs/sql.html) objects (197, thanks nicoknoll for the report)
3.6
* fixed compatibility issues with Django 2.0
3.5.3
* added instrumentation for Botocore (155, thanks szilveszter) * several bugfixes
3.5.2
* Fixed a threading bug (144, thanks rossgray for the report) * Fixed a bug when handling `DisallowedHost` exceptions in Django 1.9+ (143, thanks blueyed for the report and patch)
3.5.1
* Fixed two bugs related to SQL parsing that could cause an IndexError.
3.5
* Switched to urllib3 as default transport. This means that opbeat_python now requires both urllib3 and certifi * Added support for PyMongo/MongoDB instrumentation * Added support for Twisted LogObservers, thanks slav0nic * fixed several bugs in dbapi2 instrumentation