From 688a9c7b057ac82b6fef233a1df184d9c21867cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Tue, 12 Jan 2021 10:56:21 +0800 Subject: [PATCH] Update CHANGES.md (#6178) --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c48826fc37..4c6d3dc75d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,7 @@ Release Notes. * Fix mssql-plugin occur ClassCastException when call the method of return generate key. * The operation name of dubbo and dubbo-2.7.x-plugin, has been changed as the `groupValue/className.methodName` format * Fix bug that rocketmq-plugin set the wrong tag. +* Fix duplicated `EnhancedInstance` interface added. #### OAP-Backend * Make meter receiver support MAL. @@ -56,6 +57,7 @@ Release Notes. * Improve ReadWriteSafeCache concurrency read-write performance * Fix bug that if use JSON as InfluxDB.ResponseFormat then NumberFormatException maybe occur. * Fix `timeBucket` not taking effect in EqualsAndHashCode annotation of some relationship metrics. +* Fix `SharingServerConfig`'s propertie is not correct in the `application.yml`, contextPath -> restConnextPath. #### UI * Fix un-removed tags in trace query. -- GitLab