From 9c0a9023e0bcd4a50617db2b92c97ace0a52b762 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 9 Sep 2021 10:35:41 +0800 Subject: [PATCH 1/2] Cleanup the release notes --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a6c342..4b2288ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ - Suport 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,7 +17,6 @@ - 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) From 16c5874bce2e155124fa5eeae2ae6b913b9b28a6 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 9 Sep 2021 11:19:28 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b07f4dc..73940ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ - Support tornado5+ and tornado6+ (#119) - 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)