From 28ef45405fed10c32b035f2bca09e5a2a310f7e4 Mon Sep 17 00:00:00 2001 From: daojun Date: Thu, 8 Dec 2022 00:00:28 +0800 Subject: [PATCH 1/2] update change log --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 2d624fa5ef..786c497722 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Release Notes. * Add micronauthttpclient,micronauthttpserver,memcached,ehcache,guavacache,jedis,redisson plugin config properties to agent.config * Add [Micrometer Observation](https://github.com/micrometer-metrics/micrometer/) support * Add tags `mq.message.keys` and `mq.message.tags` for RocketMQ producer span +* Clean trace context which injected into Pulsar MessageImpl after the instance recycled #### Documentation From 0cbe2deb2c731f765b36f22d9d5fe5456662f0d2 Mon Sep 17 00:00:00 2001 From: daojun Date: Thu, 8 Dec 2022 00:02:59 +0800 Subject: [PATCH 2/2] update change log --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 786c497722..9c4cdb3b94 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,7 +18,7 @@ Release Notes. * Add micronauthttpclient,micronauthttpserver,memcached,ehcache,guavacache,jedis,redisson plugin config properties to agent.config * Add [Micrometer Observation](https://github.com/micrometer-metrics/micrometer/) support * Add tags `mq.message.keys` and `mq.message.tags` for RocketMQ producer span -* Clean trace context which injected into Pulsar MessageImpl after the instance recycled +* Clean the trace context which injected into Pulsar MessageImpl after the instance recycled #### Documentation