A newer version is available. For the latest information, see the
current release documentation.
Python Agent version 3.x
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Python Agent version 3.x
editv3.0.2
editv3.0.1
edit-
Added sanitization for
Set-Cookieresponse headers #264 -
Added instrumentation for the non-standard
Connection.execute()method for SQLite3 #271 - Added "authorization" to list of sensitive keywords, to ensure that "Authorization" HTTP headers are properly sanitized #275
-
Taught the Logbook handler how to handle the
stack=Falseoption #278 - Fixed a race condition with managing the timer-send thread #279
v3.0.0
edit- adapted "black" code formatter for this repository #262
- BREAKING: dropped support for Python 3.3 #242
- BREAKING: changed order of precedence when evaluating configuration #255, #261
-
BREAKING: changed default value of
span_frames_min_durationsetting from-1(always collect) to5(only collect for spans longer than 5 ms) #243 - added instrumentation for pymssql #241
- added instrumentation for pyodbc #238