Skip to content

Tags: patrick-ryan/apm-agent-python

Tags

v5.3.3

Toggle v5.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
v5.3.3

Bugfixes

 * Fixed an issue with OpenTracing bridge and dropped spans (elastic#687)
 * Fixed bug that would make the agent ignore the `hostname` configuration setting (elastic#689)

v5.3.2

Toggle v5.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
= v5.3.2

== Bug fixes

 * Added support for IPv6 address format when parsing urls (elastic#649)

v5.3.1

Toggle v5.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
Version 5.3.1

===== New Features

* Added support for shortening dicts in local variables {pull}638[elastic#638]

v5.3.0

Toggle v5.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
Version 5.3.0

New Features

 * added instrumentation for mysql-connector and pymysql (elastic#603)
 * implemented stack_trace_limit configuration option (elastic#623)
 * autoinsert tracing middleware in django settings (elastic#625)

Bugfixes

 * fixed issue with transactions not being captured when errors occur in Flask (elastic#635)

v5.2.3

Toggle v5.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
v5.2.3

Bugfixes

 * ensure that metrics with value 0 are not collected if they have the `reset_on_collect` flag set (elastic#615)
 * unwrap postgres cursor for newly introduced psycopg2 extensions (elastic#621)
 * fix pod ID for kubernetes when using the systemd cgroup driver (elastic#631)

v5.2.2

Toggle v5.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
v5.2.2

Bugfixes
 * fixed an issue where a `cpu_total` of `0` could cause an exception
   (elastic#610, elastic#611)

v5.2.1

Toggle v5.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
Bugfixes

 * fixed an issue with DroppedSpans and logging integration (elastic#602)
 * fixed an issue with processors not being applied to chained exceptions (elastic#604)

v5.2.0

Toggle v5.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
Version 5.2.0

New Features
 * added automatic tagging of LogRecord objects with transaction, trace, and span IDs via a LogRecordFactory (Python 3.2+) (elastic#520, elastic#586)
 * added `logging` filter and record factory for adding transaction, trace, and span IDs (elastic#520, elastic#586)
 * added `structlog` processor for adding transaction, trace, and span IDs (elastic#520, elastic#586)
 * added new public API calls for getting transaction, trace, and span IDs (elastic#520, elastic#586)
 * added support for chained exceptions in Python 3 (elastic#596).
   Note that chained exceptions will be captured and stored in Elasticsearch, but not yet
   visualized in the APM UI. The UI component will be released in an upcoming Kibana release (7.5 or later).
 * added support for using `structlog` for agent logging (elastic#591)

Bugfixes
 * drop events immediately if a processor returns a falsy value (elastic#585)

v5.1.2

Toggle v5.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
basepi Colton Myers
Version 5.1.2

 * fixed an issue with http server_url and `'VERIFY_SERVER_CERT': False` (elastic#570, elastic#578)
 * fixed instrumenting of psycopg2 when using their context manager interface (elastic#577, elastic#580)
 * fixed zerorpc tests (elastic#581)
 * fixed to correctly check if gevent has patched threading.local (elastic#579

v5.1.1

Toggle v5.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
beniwohli Benjamin Wohlwend
Bugfixes

 * fixed an issue with empty responses from APM Server's config endpoint (elastic#562, elastic#563)
 * fixed Windows tests by avoiding time.sleep in breakdown metrics tests (elastic#537, elastic#550)
 * fixed container ID matching to match CloudFoundry Garden container IDs (elastic#523, elastic#564)
 * fixed an issue in the urllib instrumentation if no port is set (elastic#567)

Other
 * Added Python 3.8 RC to the test matrix (elastic#565)