diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 5d56153e2..29c6f7a18 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,10 +27,19 @@ endif::[] ===== New features * Added SERVICE_NODE_NAME config {pull}592[#592] * Added instrumentation support for https://github.com/pinterest/pymemcache[`pymemcache`] {pull}812[#812] + * Added new configuration options `enabled` and `recording` {pull}790[#790] [float] ===== Bug fixes * Fixed an issue with metrics collection raising RuntimeErrors {pull}802[#802] + * Fixed an issue with getting extended destination data from pymongo {pull}797[#797] + * Fixed an issue with Tornado instrumentation when Tornado isn't the "main" framework {pull}813[#813] + * Fixed an issue with streaming requests being consumed by the agent even if capture_body is disabled {pull}817[#817] + +[float] +===== Pending Deprecations + + * Python 2.7 suppot will be dropped in version 6.0 of the agent. [[release-notes-5.x]] === Python Agent version 5.x