Update CHANGES.md (#6178)

This commit is contained in:
吴晟 Wu Sheng 2021-01-12 10:56:21 +08:00 committed by GitHub
parent 7b40aeb34c
commit 688a9c7b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.