Commit Graph

9 Commits

Author SHA1 Message Date
Leighton Chen 8507f6b9fb chore: bump dev version (#1235) 2020-10-21 21:42:46 -07:00
Leighton Chen d1f77f50d5 Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:42:46 -07:00
alrex 63a6905453 chore: bump dev version (#1131) 2020-10-21 21:42:46 -07:00
alrex 9515721d45 release: updating changelogs and version to 0.13b0 (#1129)
* updating changelogs and version to 0.13b0
2020-10-21 21:42:46 -07:00
alrex 61e1a04b47 dropping support for python 3.4 (#1099)
* dropping support for python 3.4
2020-10-21 21:42:46 -07:00
Daniel 29af0685a7 Add support for db cursors and connections in context managers (#1028)
Here is an example snippet that will not report tracing without this patch:

with psycopg2.connect(...) as conn, conn.cursor() as cursor:
    cursor.execute("select 1;")

Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
2020-10-21 21:42:46 -07:00
Leighton Chen 92aace9f2d chore: 0.13.dev0 version update (#991) 2020-10-21 21:42:46 -07:00
Leighton Chen ae5926af8e Rename remaining framework packages from "ext" to "instrumentation" (#969) 2020-10-21 21:42:46 -07:00
Leighton Chen e4b2f9a275 Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:42:46 -07:00