|
5 | 5 | ### Change List
|
6 | 6 |
|
7 | 7 | 1. Asynchronous support
|
8 |
| - |
9 |
| - - Unified asynchronous and synchronous callback process, exception scenario triggers onError callback, #4401. |
10 |
| - - Performance degradation caused by CompletableFuture.get() in JDK1.8 environment, #4279. |
| 8 | + * Unified asynchronous and synchronous callback process, exception scenario triggers onError callback, #4401 |
| 9 | + * Performance degradation caused by CompletableFuture.get() in JDK1.8 environment, #4279 |
11 | 10 |
|
12 | 11 | 2. Configuration Center
|
13 |
| - |
14 |
| - - ConfigCenter custom namespace does not take effect, #4411. |
15 |
| - - Unify the models implemented by several configuration centers such as Zookeeper, Nacos, and Etcd. Please refer to the description for possible incompatibility issues, #4388. |
16 |
| - - Adjust Override Coverage Rule Center Priority: Service Level > Application Level, #4175. |
| 12 | + * ConfigCenter custom namespace does not take effect, #4411 |
| 13 | + * Unify the models implemented by several configuration centers such as Zookeeper, Nacos, and Etcd. Please refer to the description for possible incompatibility issues, #4388 |
| 14 | + * Adjust Override Coverage Rule Center Priority: Service Level > Application Level, #4175 |
17 | 15 |
|
18 | 16 | 3. 2.6.x compatibility
|
19 |
| - |
20 |
| - - Support Zipkin tracing feature provided by Zipkin officially, #3728, #4471. |
21 |
| - - DubboComponentScan supports simultaneous scanning of annotations under the `com.alibaba.*` and `org.apache.*` packages, #4330. |
| 17 | + * Support Zipkin tracing feature provided by Zipkin officially, #3728, #4471 |
| 18 | + * DubboComponentScan supports simultaneous scanning of annotations under the `com.alibaba.*` and `org.apache.*` packages, #4330 |
22 | 19 |
|
23 | 20 | 4. The Nacos Registration Center only subscribes to the address list and no longer subscribes to configuration information, #4454.
|
24 | 21 |
|
|
0 commit comments