Fix CHANGES.md. Move other features out of kernel update. (#589)

Other changes should be in the feature list.
This commit is contained in:
吴晟 Wu Sheng 2023-07-30 10:15:14 +08:00 committed by GitHub
parent c38a19c6c6
commit c6331df795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -11,9 +11,6 @@ Release Notes.
* Implement new naming policies for names of auxiliary type, interceptor delegate field, renamed origin method, method
access name, method cache value field. All names are under `sw$` name trait. They are predictable and unchanged after
re-transform.
* Fix witness class in springmvc-annotation-5.x-plugin to avoid falling into v3 use cases.
* Fix Jedis-2.x plugin bug and add test for redis cluster scene
* Merge two instrumentation classes to avoid duplicate enhancements in mysql plugins.
```
* SWAuxiliaryTypeNamingStrategy
@ -135,7 +132,7 @@ Callable {
* Support Jdk17 ZGC metric collect
* Support Jetty 11.x plugin
* Support access the sky-walking tracer context in spring gateway filter
* Support access to the sky-walking tracer context in spring gateway filter
* Fix the scenario of using the HBase plugin with spring-data-hadoop.
* Add RocketMQ 5.x plugin
* Fix the conflict between the logging kernel and the JDK threadpool plugin.
@ -149,7 +146,10 @@ Callable {
* Upgrade guava to 32.0.1
* Fix issue with duplicate enhancement by ThreadPoolExecutor
* Add plugin to support for RESTeasy 6.x.
* Fix the conditions for resetting uuid, avoid the same uuid causing the configuration not to be updated.
* Fix the conditions for resetting UUID, avoid the same uuid causing the configuration not to be updated.
* Fix witness class in springmvc-annotation-5.x-plugin to avoid falling into v3 use cases.
* Fix Jedis-2.x plugin bug and add test for Redis cluster scene
* Merge two instrumentation classes to avoid duplicate enhancements in MySQL plugins.
#### Documentation