You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/09/09 04:33:47 UTC

[skywalking-python] branch master updated: Cleanup the release notes (#160)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new c847900  Cleanup the release notes (#160)
c847900 is described below

commit c8479000eb729cc86509222fd48b942edcaaca74
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Sep 9 12:33:40 2021 +0800

    Cleanup the release notes (#160)
---
 CHANGELOG.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 323968b..73940ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,6 @@
     - Support ignoring traces by http method (#143)
     - `NoopSpan` on queue full, propagation downstream (#141)
     - Support agent namespace. (#126)
-    - Added `grpc.max_connection_age_grace_ms` (#130)
     - Support secure connection option for GRPC and HTTP (#134)
 
 - Plugins:
@@ -18,10 +17,8 @@
     - Update `sw_pymongo.py` to be compatible with cluster mode (#150)
     - Add Python celery plugin (#125)
     - Support tornado5+ and tornado6+ (#119)
-    - Add psycopg plugin (#122)
 
 - Fixes:
-    - Now properly removes HTTP basic auth credentials from segments and logs (#152)
     - Remove HTTP basic auth credentials from log, stacktrace, segment (#152)
     - Fix `@trace` decorator not work (#136)
     - Fix grpc disconnect, add `SW_AGENT_MAX_BUFFER_SIZE` to control buffer queue size (#138)